]>
Commit | Line | Data |
---|---|---|
7cb86a4c | 1 | # Microsoft Developer Studio Project File - Name="wxvc_dll" - Package Owner=<4> |
36edded9 | 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
7cb86a4c JS |
3 | # ** DO NOT EDIT ** |
4 | ||
5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 | |
6 | ||
7 | CFG=wxvc_dll - Win32 Debug | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
014e19de | 10 | !MESSAGE |
7cb86a4c | 11 | !MESSAGE NMAKE /f "wxvc_dll.mak". |
014e19de | 12 | !MESSAGE |
7cb86a4c JS |
13 | !MESSAGE You can specify a configuration when running NMAKE |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
014e19de | 15 | !MESSAGE |
7cb86a4c | 16 | !MESSAGE NMAKE /f "wxvc_dll.mak" CFG="wxvc_dll - Win32 Debug" |
014e19de | 17 | !MESSAGE |
7cb86a4c | 18 | !MESSAGE Possible choices for configuration are: |
014e19de | 19 | !MESSAGE |
36edded9 | 20 | !MESSAGE "wxvc_dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") |
7cb86a4c | 21 | !MESSAGE "wxvc_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") |
014e19de | 22 | !MESSAGE |
7cb86a4c JS |
23 | |
24 | # Begin Project | |
36edded9 | 25 | # PROP AllowPerConfigDependencies 0 |
7cb86a4c JS |
26 | # PROP Scc_ProjName "" |
27 | # PROP Scc_LocalPath "" | |
28 | CPP=cl.exe | |
29 | MTL=midl.exe | |
30 | RSC=rc.exe | |
31 | ||
32 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" | |
33 | ||
34 | # PROP BASE Use_MFC 0 | |
35 | # PROP BASE Use_Debug_Libraries 0 | |
36 | # PROP BASE Output_Dir "wxvc_dll" | |
37 | # PROP BASE Intermediate_Dir "wxvc_dll" | |
38 | # PROP BASE Target_Dir "" | |
39 | # PROP Use_MFC 0 | |
40 | # PROP Use_Debug_Libraries 0 | |
5fa399c9 JS |
41 | # PROP Output_Dir "../lib" |
42 | # PROP Intermediate_Dir "msw/ReleaseDLL" | |
7cb86a4c JS |
43 | # PROP Ignore_Export_Lib 0 |
44 | # PROP Target_Dir "" | |
45 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c | |
46 | # ADD CPP /nologo /MT /W3 /GX /O1 /Ob2 /I "../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXMAKINGDLL=1 /Yu"wx/wxprec.h" /FD /c | |
36edded9 JS |
47 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 |
48 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 | |
7cb86a4c JS |
49 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
50 | # ADD RSC /l 0x809 /d "NDEBUG" | |
51 | BSC32=bscmake.exe | |
52 | # ADD BASE BSC32 /nologo | |
53 | # ADD BSC32 /nologo | |
54 | LINK32=link.exe | |
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 | |
9806a0e7 | 56 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib rpcrt4.lib winmm.lib opengl32.lib glu32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../lib/wx23_2.dll" |
7cb86a4c JS |
57 | |
58 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" | |
59 | ||
60 | # PROP BASE Use_MFC 0 | |
61 | # PROP BASE Use_Debug_Libraries 1 | |
62 | # PROP BASE Output_Dir "wxvc_dl0" | |
63 | # PROP BASE Intermediate_Dir "wxvc_dl0" | |
64 | # PROP BASE Target_Dir "" | |
65 | # PROP Use_MFC 0 | |
66 | # PROP Use_Debug_Libraries 1 | |
5fa399c9 JS |
67 | # PROP Output_Dir "../lib" |
68 | # PROP Intermediate_Dir "msw/DebugDLL" | |
7cb86a4c JS |
69 | # PROP Ignore_Export_Lib 0 |
70 | # PROP Target_Dir "" | |
71 | # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c | |
f6bcfd97 | 72 | # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXMAKINGDLL=1 /Yu"wx/wxprec.h" /FD /c |
36edded9 JS |
73 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 |
74 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 | |
7cb86a4c JS |
75 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
76 | # ADD RSC /l 0x809 /d "_DEBUG" | |
77 | BSC32=bscmake.exe | |
78 | # ADD BASE BSC32 /nologo | |
79 | # ADD BSC32 /nologo | |
80 | LINK32=link.exe | |
81 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept | |
9806a0e7 | 82 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib rpcrt4.lib winmm.lib opengl32.lib glu32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../lib/wx23_2d.dll" /pdbtype:sept |
7cb86a4c | 83 | |
014e19de | 84 | !ENDIF |
7cb86a4c JS |
85 | |
86 | # Begin Target | |
87 | ||
88 | # Name "wxvc_dll - Win32 Release" | |
89 | # Name "wxvc_dll - Win32 Debug" | |
90 | # Begin Group "Common Files" | |
91 | ||
92 | # PROP Default_Filter "" | |
93 | # Begin Source File | |
94 | ||
ac0ac824 JS |
95 | SOURCE=.\common\appcmn.cpp |
96 | # End Source File | |
97 | # Begin Source File | |
98 | ||
7cb86a4c JS |
99 | SOURCE=.\common\choiccmn.cpp |
100 | # End Source File | |
101 | # Begin Source File | |
102 | ||
1a7f3062 JS |
103 | SOURCE=.\common\clipcmn.cpp |
104 | # End Source File | |
105 | # Begin Source File | |
106 | ||
606b005f JS |
107 | SOURCE=.\common\cmdproc.cpp |
108 | # End Source File | |
109 | # Begin Source File | |
110 | ||
031dfec8 JS |
111 | SOURCE=.\common\cmdline.cpp |
112 | # End Source File | |
113 | # Begin Source File | |
114 | ||
7cb86a4c JS |
115 | SOURCE=.\common\cmndata.cpp |
116 | # End Source File | |
117 | # Begin Source File | |
118 | ||
119 | SOURCE=.\common\config.cpp | |
120 | # End Source File | |
121 | # Begin Source File | |
122 | ||
fb6261e9 JS |
123 | SOURCE=.\common\cshelp.cpp |
124 | # End Source File | |
125 | # Begin Source File | |
126 | ||
7cb86a4c JS |
127 | SOURCE=.\common\ctrlcmn.cpp |
128 | # End Source File | |
129 | # Begin Source File | |
130 | ||
0cdf89ab JS |
131 | SOURCE=.\common\ctrlsub.cpp |
132 | # End Source File | |
133 | # Begin Source File | |
134 | ||
f3314fbc | 135 | SOURCE=.\common\datetime.cpp |
7cb86a4c JS |
136 | # End Source File |
137 | # Begin Source File | |
138 | ||
139 | SOURCE=.\common\datstrm.cpp | |
140 | # End Source File | |
141 | # Begin Source File | |
142 | ||
143 | SOURCE=.\common\db.cpp | |
144 | # End Source File | |
145 | # Begin Source File | |
146 | ||
264b3fc8 JS |
147 | SOURCE=.\common\dbgrid.cpp |
148 | # End Source File | |
149 | # Begin Source File | |
150 | ||
7cb86a4c JS |
151 | SOURCE=.\common\dbtable.cpp |
152 | # End Source File | |
153 | # Begin Source File | |
154 | ||
5427610e JS |
155 | SOURCE=.\common\dcbase.cpp |
156 | # End Source File | |
157 | # Begin Source File | |
158 | ||
bcbb0f83 JS |
159 | SOURCE=.\common\dircmn.cpp |
160 | # End Source File | |
161 | # Begin Source File | |
162 | ||
36edded9 | 163 | SOURCE=.\common\dlgcmn.cpp |
1a7f3062 JS |
164 | # End Source File |
165 | # Begin Source File | |
166 | ||
36edded9 | 167 | SOURCE=.\common\dobjcmn.cpp |
7cb86a4c JS |
168 | # End Source File |
169 | # Begin Source File | |
170 | ||
171 | SOURCE=.\common\docmdi.cpp | |
172 | # End Source File | |
173 | # Begin Source File | |
174 | ||
175 | SOURCE=.\common\docview.cpp | |
176 | # End Source File | |
177 | # Begin Source File | |
178 | ||
179 | SOURCE=.\common\dosyacc.c | |
180 | # ADD CPP /D "USE_DEFINE" /D "YY_USE_PROTOS" /D "IDE_INVOKED" | |
181 | # SUBTRACT CPP /YX /Yc /Yu | |
182 | # End Source File | |
183 | # Begin Source File | |
184 | ||
185 | SOURCE=.\common\dynarray.cpp | |
186 | # End Source File | |
187 | # Begin Source File | |
188 | ||
189 | SOURCE=.\common\dynlib.cpp | |
190 | # End Source File | |
191 | # Begin Source File | |
192 | ||
3f4fc796 JS |
193 | SOURCE=.\common\effects.cpp |
194 | # End Source File | |
195 | # Begin Source File | |
196 | ||
a5e3f3e9 VS |
197 | SOURCE=.\common\encconv.cpp |
198 | # End Source File | |
199 | # Begin Source File | |
200 | ||
7cb86a4c JS |
201 | SOURCE=.\common\event.cpp |
202 | # End Source File | |
203 | # Begin Source File | |
204 | ||
205 | SOURCE=.\common\extended.c | |
206 | # SUBTRACT CPP /YX /Yc /Yu | |
207 | # End Source File | |
208 | # Begin Source File | |
209 | ||
5427610e | 210 | SOURCE=.\common\ffile.cpp |
7cb86a4c JS |
211 | # End Source File |
212 | # Begin Source File | |
213 | ||
5427610e | 214 | SOURCE=.\common\file.cpp |
7cb86a4c JS |
215 | # End Source File |
216 | # Begin Source File | |
217 | ||
218 | SOURCE=.\common\fileconf.cpp | |
219 | # End Source File | |
220 | # Begin Source File | |
221 | ||
222 | SOURCE=.\common\filefn.cpp | |
223 | # End Source File | |
224 | # Begin Source File | |
225 | ||
42bcb12b JS |
226 | SOURCE=.\common\filename.cpp |
227 | # End Source File | |
228 | # Begin Source File | |
229 | ||
7cb86a4c JS |
230 | SOURCE=.\common\filesys.cpp |
231 | # End Source File | |
232 | # Begin Source File | |
233 | ||
5427610e JS |
234 | SOURCE=.\common\fontcmn.cpp |
235 | # End Source File | |
236 | # Begin Source File | |
237 | ||
6e47faf1 JS |
238 | SOURCE=.\common\fontmap.cpp |
239 | # End Source File | |
240 | # Begin Source File | |
241 | ||
7cb86a4c JS |
242 | SOURCE=.\common\framecmn.cpp |
243 | # End Source File | |
244 | # Begin Source File | |
245 | ||
246 | SOURCE=.\common\fs_inet.cpp | |
247 | # End Source File | |
248 | # Begin Source File | |
249 | ||
dcb86da0 VS |
250 | SOURCE=.\common\fs_mem.cpp |
251 | # End Source File | |
252 | # Begin Source File | |
253 | ||
7cb86a4c | 254 | SOURCE=.\common\fs_zip.cpp |
36edded9 | 255 | # ADD CPP /I "zlib" |
7cb86a4c JS |
256 | # End Source File |
257 | # Begin Source File | |
258 | ||
259 | SOURCE=.\common\ftp.cpp | |
260 | # End Source File | |
261 | # Begin Source File | |
262 | ||
263 | SOURCE=.\common\gdicmn.cpp | |
264 | # End Source File | |
265 | # Begin Source File | |
266 | ||
b9e5acef JS |
267 | SOURCE=.\common\geometry.cpp |
268 | # End Source File | |
269 | # Begin Source File | |
270 | ||
7cb86a4c JS |
271 | SOURCE=.\common\gifdecod.cpp |
272 | # End Source File | |
273 | # Begin Source File | |
274 | ||
275 | SOURCE=.\common\hash.cpp | |
276 | # End Source File | |
277 | # Begin Source File | |
278 | ||
279 | SOURCE=.\common\helpbase.cpp | |
280 | # End Source File | |
281 | # Begin Source File | |
282 | ||
283 | SOURCE=.\common\http.cpp | |
284 | # End Source File | |
285 | # Begin Source File | |
286 | ||
36edded9 JS |
287 | SOURCE=.\common\imagall.cpp |
288 | # End Source File | |
289 | # Begin Source File | |
290 | ||
5427610e | 291 | SOURCE=.\common\imagbmp.cpp |
7cb86a4c JS |
292 | # End Source File |
293 | # Begin Source File | |
294 | ||
5427610e | 295 | SOURCE=.\common\image.cpp |
7cb86a4c JS |
296 | # End Source File |
297 | # Begin Source File | |
298 | ||
299 | SOURCE=.\common\imaggif.cpp | |
300 | # End Source File | |
301 | # Begin Source File | |
302 | ||
b40b0f5b JS |
303 | SOURCE=.\common\imagjpeg.cpp |
304 | # ADD CPP /I "../src/jpeg" | |
a5e3f3e9 VS |
305 | # End Source File |
306 | # Begin Source File | |
307 | ||
b40b0f5b | 308 | SOURCE=.\common\imagpcx.cpp |
a5e3f3e9 VS |
309 | # End Source File |
310 | # Begin Source File | |
311 | ||
b40b0f5b JS |
312 | SOURCE=.\common\imagpng.cpp |
313 | # ADD CPP /I "png" /I "zlib" | |
36edded9 JS |
314 | # End Source File |
315 | # Begin Source File | |
316 | ||
b40b0f5b | 317 | SOURCE=.\common\imagpnm.cpp |
7cb86a4c JS |
318 | # End Source File |
319 | # Begin Source File | |
320 | ||
1a3aa77f JS |
321 | SOURCE=.\common\imagtiff.cpp |
322 | # ADD CPP /I "tiff" /I "zlib" | |
323 | # End Source File | |
324 | # Begin Source File | |
325 | ||
eba0e347 JS |
326 | SOURCE=.\common\imagxpm.cpp |
327 | # End Source File | |
328 | # Begin Source File | |
329 | ||
7cb86a4c JS |
330 | SOURCE=.\common\intl.cpp |
331 | # End Source File | |
332 | # Begin Source File | |
333 | ||
334 | SOURCE=.\common\ipcbase.cpp | |
335 | # End Source File | |
336 | # Begin Source File | |
337 | ||
338 | SOURCE=.\common\layout.cpp | |
339 | # End Source File | |
340 | # Begin Source File | |
341 | ||
0cdf89ab JS |
342 | SOURCE=.\common\lboxcmn.cpp |
343 | # End Source File | |
344 | # Begin Source File | |
345 | ||
7cb86a4c JS |
346 | SOURCE=.\common\list.cpp |
347 | # End Source File | |
348 | # Begin Source File | |
349 | ||
350 | SOURCE=.\common\log.cpp | |
351 | # End Source File | |
352 | # Begin Source File | |
353 | ||
354 | SOURCE=.\common\longlong.cpp | |
355 | # End Source File | |
356 | # Begin Source File | |
357 | ||
358 | SOURCE=.\common\matrix.cpp | |
359 | # End Source File | |
360 | # Begin Source File | |
361 | ||
362 | SOURCE=.\common\memory.cpp | |
363 | # End Source File | |
364 | # Begin Source File | |
365 | ||
733dac47 JS |
366 | SOURCE=.\common\menucmn.cpp |
367 | # End Source File | |
368 | # Begin Source File | |
369 | ||
ecf23aa6 | 370 | SOURCE=.\common\mimecmn.cpp |
7cb86a4c JS |
371 | # End Source File |
372 | # Begin Source File | |
373 | ||
374 | SOURCE=.\common\module.cpp | |
375 | # End Source File | |
376 | # Begin Source File | |
377 | ||
378 | SOURCE=.\common\mstream.cpp | |
379 | # End Source File | |
380 | # Begin Source File | |
381 | ||
382 | SOURCE=.\common\object.cpp | |
383 | # End Source File | |
384 | # Begin Source File | |
385 | ||
386 | SOURCE=.\common\objstrm.cpp | |
387 | # End Source File | |
388 | # Begin Source File | |
389 | ||
390 | SOURCE=.\common\odbc.cpp | |
391 | # End Source File | |
392 | # Begin Source File | |
393 | ||
394 | SOURCE=.\common\paper.cpp | |
395 | # End Source File | |
396 | # Begin Source File | |
397 | ||
398 | SOURCE=.\common\prntbase.cpp | |
399 | # End Source File | |
400 | # Begin Source File | |
401 | ||
402 | SOURCE=.\common\process.cpp | |
403 | # End Source File | |
404 | # Begin Source File | |
405 | ||
406 | SOURCE=.\common\protocol.cpp | |
407 | # End Source File | |
408 | # Begin Source File | |
409 | ||
3f4fc796 JS |
410 | SOURCE=.\common\quantize.cpp |
411 | # End Source File | |
412 | # Begin Source File | |
413 | ||
ff8b6290 JS |
414 | SOURCE=.\common\radiocmn.cpp |
415 | # End Source File | |
416 | # Begin Source File | |
417 | ||
7cb86a4c JS |
418 | SOURCE=.\common\resourc2.cpp |
419 | # End Source File | |
420 | # Begin Source File | |
421 | ||
422 | SOURCE=.\common\resource.cpp | |
423 | # End Source File | |
424 | # Begin Source File | |
425 | ||
426 | SOURCE=.\common\sckaddr.cpp | |
427 | # End Source File | |
428 | # Begin Source File | |
429 | ||
430 | SOURCE=.\common\sckfile.cpp | |
431 | # End Source File | |
432 | # Begin Source File | |
433 | ||
434 | SOURCE=.\common\sckipc.cpp | |
435 | # End Source File | |
436 | # Begin Source File | |
437 | ||
438 | SOURCE=.\common\sckstrm.cpp | |
439 | # End Source File | |
440 | # Begin Source File | |
441 | ||
442 | SOURCE=.\common\serbase.cpp | |
443 | # End Source File | |
444 | # Begin Source File | |
445 | ||
446 | SOURCE=.\common\sizer.cpp | |
447 | # End Source File | |
448 | # Begin Source File | |
449 | ||
450 | SOURCE=.\common\socket.cpp | |
451 | # End Source File | |
452 | # Begin Source File | |
453 | ||
5427610e | 454 | SOURCE=.\common\strconv.cpp |
7cb86a4c JS |
455 | # End Source File |
456 | # Begin Source File | |
457 | ||
5427610e | 458 | SOURCE=.\common\stream.cpp |
7cb86a4c JS |
459 | # End Source File |
460 | # Begin Source File | |
461 | ||
5427610e | 462 | SOURCE=.\common\string.cpp |
7cb86a4c JS |
463 | # End Source File |
464 | # Begin Source File | |
465 | ||
466 | SOURCE=.\common\tbarbase.cpp | |
467 | # End Source File | |
468 | # Begin Source File | |
469 | ||
7cb86a4c JS |
470 | SOURCE=.\common\textcmn.cpp |
471 | # End Source File | |
472 | # Begin Source File | |
473 | ||
474 | SOURCE=.\common\textfile.cpp | |
475 | # End Source File | |
476 | # Begin Source File | |
477 | ||
7cb86a4c JS |
478 | SOURCE=.\common\timercmn.cpp |
479 | # End Source File | |
480 | # Begin Source File | |
481 | ||
482 | SOURCE=.\common\tokenzr.cpp | |
483 | # End Source File | |
484 | # Begin Source File | |
485 | ||
484523cf JS |
486 | SOURCE=.\common\treebase.cpp |
487 | # End Source File | |
488 | # Begin Source File | |
489 | ||
7cb86a4c JS |
490 | SOURCE=.\common\txtstrm.cpp |
491 | # End Source File | |
492 | # Begin Source File | |
493 | ||
5427610e JS |
494 | SOURCE=.\common\unzip.c |
495 | # ADD CPP /I "zlib" | |
496 | # SUBTRACT CPP /YX /Yc /Yu | |
497 | # End Source File | |
498 | # Begin Source File | |
499 | ||
7cb86a4c JS |
500 | SOURCE=.\common\url.cpp |
501 | # End Source File | |
502 | # Begin Source File | |
503 | ||
504 | SOURCE=.\common\utilscmn.cpp | |
505 | # End Source File | |
506 | # Begin Source File | |
507 | ||
508 | SOURCE=.\common\valgen.cpp | |
509 | # End Source File | |
510 | # Begin Source File | |
511 | ||
512 | SOURCE=.\common\validate.cpp | |
513 | # End Source File | |
514 | # Begin Source File | |
515 | ||
516 | SOURCE=.\common\valtext.cpp | |
517 | # End Source File | |
518 | # Begin Source File | |
519 | ||
520 | SOURCE=.\common\variant.cpp | |
521 | # End Source File | |
522 | # Begin Source File | |
523 | ||
524 | SOURCE=.\common\wfstream.cpp | |
525 | # End Source File | |
526 | # Begin Source File | |
527 | ||
528 | SOURCE=.\common\wincmn.cpp | |
529 | # End Source File | |
530 | # Begin Source File | |
531 | ||
532 | SOURCE=.\common\wxchar.cpp | |
533 | # End Source File | |
534 | # Begin Source File | |
535 | ||
536 | SOURCE=.\common\wxexpr.cpp | |
537 | # End Source File | |
538 | # Begin Source File | |
539 | ||
ab85e6cd JS |
540 | SOURCE=.\common\xpmdecod.cpp |
541 | # End Source File | |
542 | # Begin Source File | |
543 | ||
7cb86a4c | 544 | SOURCE=.\common\zipstrm.cpp |
5427610e | 545 | # ADD CPP /I "zlib" |
7cb86a4c JS |
546 | # End Source File |
547 | # Begin Source File | |
548 | ||
549 | SOURCE=.\common\zstream.cpp | |
550 | # End Source File | |
551 | # End Group | |
552 | # Begin Group "Generic Files" | |
553 | ||
554 | # PROP Default_Filter "" | |
555 | # Begin Source File | |
556 | ||
5427610e | 557 | SOURCE=.\generic\busyinfo.cpp |
7cb86a4c JS |
558 | # End Source File |
559 | # Begin Source File | |
560 | ||
b40b0f5b JS |
561 | SOURCE=.\generic\calctrl.cpp |
562 | # End Source File | |
563 | # Begin Source File | |
564 | ||
5427610e | 565 | SOURCE=.\generic\choicdgg.cpp |
7cb86a4c JS |
566 | # End Source File |
567 | # Begin Source File | |
568 | ||
68be9f09 JS |
569 | SOURCE=.\generic\dragimgg.cpp |
570 | # End Source File | |
571 | # Begin Source File | |
572 | ||
9f334bea | 573 | SOURCE=.\generic\grid.cpp |
7cb86a4c JS |
574 | # End Source File |
575 | # Begin Source File | |
576 | ||
bc00e715 JS |
577 | SOURCE=.\generic\gridctrl.cpp |
578 | # End Source File | |
579 | # Begin Source File | |
580 | ||
5fa399c9 JS |
581 | SOURCE=.\generic\gridsel.cpp |
582 | # End Source File | |
583 | # Begin Source File | |
584 | ||
5427610e JS |
585 | SOURCE=.\generic\helpext.cpp |
586 | # End Source File | |
587 | # Begin Source File | |
588 | ||
589 | SOURCE=.\generic\helphtml.cpp | |
590 | # End Source File | |
591 | # Begin Source File | |
592 | ||
7cb86a4c JS |
593 | SOURCE=.\generic\helpwxht.cpp |
594 | # End Source File | |
595 | # Begin Source File | |
596 | ||
597 | SOURCE=.\generic\laywin.cpp | |
598 | # End Source File | |
599 | # Begin Source File | |
600 | ||
5427610e JS |
601 | SOURCE=.\generic\logg.cpp |
602 | # End Source File | |
603 | # Begin Source File | |
604 | ||
7cb86a4c JS |
605 | SOURCE=.\generic\numdlgg.cpp |
606 | # End Source File | |
607 | # Begin Source File | |
608 | ||
609 | SOURCE=.\generic\panelg.cpp | |
610 | # End Source File | |
611 | # Begin Source File | |
612 | ||
613 | SOURCE=.\generic\progdlgg.cpp | |
614 | # End Source File | |
615 | # Begin Source File | |
616 | ||
617 | SOURCE=.\generic\prop.cpp | |
618 | # End Source File | |
619 | # Begin Source File | |
620 | ||
621 | SOURCE=.\generic\propform.cpp | |
622 | # End Source File | |
623 | # Begin Source File | |
624 | ||
625 | SOURCE=.\generic\proplist.cpp | |
626 | # End Source File | |
627 | # Begin Source File | |
628 | ||
629 | SOURCE=.\generic\sashwin.cpp | |
630 | # End Source File | |
631 | # Begin Source File | |
632 | ||
633 | SOURCE=.\generic\scrolwin.cpp | |
634 | # End Source File | |
635 | # Begin Source File | |
636 | ||
3f4fc796 JS |
637 | SOURCE=.\generic\splash.cpp |
638 | # End Source File | |
639 | # Begin Source File | |
640 | ||
7cb86a4c JS |
641 | SOURCE=.\generic\splitter.cpp |
642 | # End Source File | |
643 | # Begin Source File | |
644 | ||
645 | SOURCE=.\generic\statusbr.cpp | |
646 | # End Source File | |
647 | # Begin Source File | |
648 | ||
649 | SOURCE=.\generic\tabg.cpp | |
650 | # End Source File | |
c25a510b JS |
651 | # Begin Source File |
652 | ||
653 | SOURCE=.\generic\tbarsmpl.cpp | |
654 | # End Source File | |
7cb86a4c JS |
655 | # Begin Source File |
656 | ||
657 | SOURCE=.\generic\textdlgg.cpp | |
658 | # End Source File | |
659 | # Begin Source File | |
660 | ||
661 | SOURCE=.\generic\tipdlg.cpp | |
662 | # End Source File | |
babc9758 JS |
663 | # Begin Source File |
664 | ||
129caadd JS |
665 | SOURCE=.\generic\tipwin.cpp |
666 | # End Source File | |
667 | # Begin Source File | |
668 | ||
484523cf JS |
669 | SOURCE=.\generic\treectlg.cpp |
670 | # End Source File | |
671 | # Begin Source File | |
672 | ||
babc9758 JS |
673 | SOURCE=.\generic\treelay.cpp |
674 | # End Source File | |
675 | # Begin Source File | |
676 | ||
677 | SOURCE=.\generic\wizard.cpp | |
678 | # End Source File | |
7cb86a4c | 679 | # End Group |
7cb86a4c JS |
680 | # Begin Group "wxHTML Files" |
681 | ||
682 | # PROP Default_Filter "" | |
683 | # Begin Source File | |
684 | ||
685 | SOURCE=.\html\helpctrl.cpp | |
686 | # End Source File | |
687 | # Begin Source File | |
688 | ||
689 | SOURCE=.\html\helpdata.cpp | |
690 | # End Source File | |
691 | # Begin Source File | |
692 | ||
693 | SOURCE=.\html\helpfrm.cpp | |
694 | # End Source File | |
695 | # Begin Source File | |
696 | ||
697 | SOURCE=.\html\htmlcell.cpp | |
698 | # End Source File | |
699 | # Begin Source File | |
700 | ||
2131a664 | 701 | SOURCE=.\html\htmlfilt.cpp |
7cb86a4c JS |
702 | # End Source File |
703 | # Begin Source File | |
704 | ||
2131a664 | 705 | SOURCE=.\html\htmlpars.cpp |
7cb86a4c JS |
706 | # End Source File |
707 | # Begin Source File | |
708 | ||
709 | SOURCE=.\html\htmltag.cpp | |
710 | # End Source File | |
711 | # Begin Source File | |
712 | ||
713 | SOURCE=.\html\htmlwin.cpp | |
714 | # End Source File | |
715 | # Begin Source File | |
716 | ||
3ce369e6 VS |
717 | SOURCE=.\html\htmprint.cpp |
718 | # End Source File | |
719 | # Begin Source File | |
720 | ||
b40b0f5b JS |
721 | SOURCE=.\html\m_dflist.cpp |
722 | # End Source File | |
723 | # Begin Source File | |
724 | ||
2131a664 | 725 | SOURCE=.\html\m_fonts.cpp |
7cb86a4c JS |
726 | # End Source File |
727 | # Begin Source File | |
728 | ||
2131a664 | 729 | SOURCE=.\html\m_hline.cpp |
7cb86a4c JS |
730 | # End Source File |
731 | # Begin Source File | |
732 | ||
2131a664 | 733 | SOURCE=.\html\m_image.cpp |
7cb86a4c JS |
734 | # End Source File |
735 | # Begin Source File | |
736 | ||
2131a664 | 737 | SOURCE=.\html\m_layout.cpp |
7cb86a4c JS |
738 | # End Source File |
739 | # Begin Source File | |
740 | ||
2131a664 | 741 | SOURCE=.\html\m_links.cpp |
7cb86a4c JS |
742 | # End Source File |
743 | # Begin Source File | |
744 | ||
2131a664 | 745 | SOURCE=.\html\m_list.cpp |
7cb86a4c JS |
746 | # End Source File |
747 | # Begin Source File | |
748 | ||
9f334bea JS |
749 | SOURCE=.\html\m_meta.cpp |
750 | # End Source File | |
751 | # Begin Source File | |
752 | ||
2131a664 | 753 | SOURCE=.\html\m_pre.cpp |
7cb86a4c JS |
754 | # End Source File |
755 | # Begin Source File | |
756 | ||
2131a664 | 757 | SOURCE=.\html\m_tables.cpp |
7cb86a4c JS |
758 | # End Source File |
759 | # Begin Source File | |
760 | ||
36edded9 JS |
761 | SOURCE=.\html\winpars.cpp |
762 | # End Source File | |
763 | # End Group | |
764 | # Begin Group "MSW Files" | |
765 | ||
7cb86a4c JS |
766 | # PROP Default_Filter "" |
767 | # Begin Source File | |
768 | ||
769 | SOURCE=.\msw\accel.cpp | |
770 | # End Source File | |
771 | # Begin Source File | |
772 | ||
773 | SOURCE=.\msw\app.cpp | |
774 | # End Source File | |
775 | # Begin Source File | |
776 | ||
777 | SOURCE=.\msw\bitmap.cpp | |
778 | # End Source File | |
779 | # Begin Source File | |
780 | ||
781 | SOURCE=.\msw\bmpbuttn.cpp | |
782 | # End Source File | |
783 | # Begin Source File | |
784 | ||
785 | SOURCE=.\msw\brush.cpp | |
786 | # End Source File | |
787 | # Begin Source File | |
788 | ||
789 | SOURCE=.\msw\button.cpp | |
790 | # End Source File | |
791 | # Begin Source File | |
792 | ||
5427610e JS |
793 | SOURCE=.\msw\caret.cpp |
794 | # End Source File | |
795 | # Begin Source File | |
796 | ||
7cb86a4c JS |
797 | SOURCE=.\msw\checkbox.cpp |
798 | # End Source File | |
799 | # Begin Source File | |
800 | ||
801 | SOURCE=.\msw\checklst.cpp | |
802 | # End Source File | |
803 | # Begin Source File | |
804 | ||
805 | SOURCE=.\msw\choice.cpp | |
806 | # End Source File | |
807 | # Begin Source File | |
808 | ||
809 | SOURCE=.\msw\clipbrd.cpp | |
810 | # End Source File | |
811 | # Begin Source File | |
812 | ||
813 | SOURCE=.\msw\colordlg.cpp | |
814 | # End Source File | |
815 | # Begin Source File | |
816 | ||
817 | SOURCE=.\msw\colour.cpp | |
818 | # End Source File | |
819 | # Begin Source File | |
820 | ||
821 | SOURCE=.\msw\combobox.cpp | |
822 | # End Source File | |
823 | # Begin Source File | |
824 | ||
825 | SOURCE=.\msw\control.cpp | |
826 | # End Source File | |
827 | # Begin Source File | |
828 | ||
829 | SOURCE=.\msw\curico.cpp | |
830 | # End Source File | |
831 | # Begin Source File | |
832 | ||
833 | SOURCE=.\msw\cursor.cpp | |
834 | # End Source File | |
835 | # Begin Source File | |
836 | ||
837 | SOURCE=.\msw\data.cpp | |
838 | # End Source File | |
839 | # Begin Source File | |
840 | ||
841 | SOURCE=.\msw\dc.cpp | |
842 | # End Source File | |
843 | # Begin Source File | |
844 | ||
845 | SOURCE=.\msw\dcclient.cpp | |
846 | # End Source File | |
847 | # Begin Source File | |
848 | ||
849 | SOURCE=.\msw\dcmemory.cpp | |
850 | # End Source File | |
851 | # Begin Source File | |
852 | ||
853 | SOURCE=.\msw\dcprint.cpp | |
854 | # End Source File | |
855 | # Begin Source File | |
856 | ||
857 | SOURCE=.\msw\dcscreen.cpp | |
858 | # End Source File | |
859 | # Begin Source File | |
860 | ||
861 | SOURCE=.\msw\dde.cpp | |
862 | # End Source File | |
863 | # Begin Source File | |
864 | ||
865 | SOURCE=.\msw\dialog.cpp | |
866 | # End Source File | |
867 | # Begin Source File | |
868 | ||
5fa399c9 JS |
869 | SOURCE=.\msw\dialup.cpp |
870 | # End Source File | |
871 | # Begin Source File | |
872 | ||
7cb86a4c JS |
873 | SOURCE=.\msw\dib.cpp |
874 | # End Source File | |
875 | # Begin Source File | |
876 | ||
877 | SOURCE=.\msw\dibutils.cpp | |
878 | # End Source File | |
879 | # Begin Source File | |
880 | ||
17d8ee1c JS |
881 | SOURCE=.\msw\dir.cpp |
882 | # End Source File | |
883 | # Begin Source File | |
884 | ||
7cb86a4c JS |
885 | SOURCE=.\msw\dirdlg.cpp |
886 | # End Source File | |
887 | # Begin Source File | |
888 | ||
889 | SOURCE=.\msw\dragimag.cpp | |
890 | # End Source File | |
891 | # Begin Source File | |
892 | ||
36edded9 | 893 | SOURCE=.\msw\dummy.cpp |
7cb86a4c JS |
894 | # ADD CPP /Yc"wx/wxprec.h" |
895 | # End Source File | |
896 | # Begin Source File | |
897 | ||
8caa4ed1 JS |
898 | SOURCE=.\msw\enhmeta.cpp |
899 | # End Source File | |
900 | # Begin Source File | |
901 | ||
7cb86a4c JS |
902 | SOURCE=.\msw\filedlg.cpp |
903 | # End Source File | |
904 | # Begin Source File | |
905 | ||
906 | SOURCE=.\msw\font.cpp | |
907 | # End Source File | |
908 | # Begin Source File | |
909 | ||
910 | SOURCE=.\msw\fontdlg.cpp | |
911 | # End Source File | |
912 | # Begin Source File | |
913 | ||
6e47faf1 JS |
914 | SOURCE=.\msw\fontenum.cpp |
915 | # End Source File | |
916 | # Begin Source File | |
917 | ||
918 | SOURCE=.\msw\fontutil.cpp | |
919 | # End Source File | |
920 | # Begin Source File | |
921 | ||
7cb86a4c JS |
922 | SOURCE=.\msw\frame.cpp |
923 | # End Source File | |
924 | # Begin Source File | |
925 | ||
926 | SOURCE=.\msw\gauge95.cpp | |
927 | # End Source File | |
928 | # Begin Source File | |
929 | ||
930 | SOURCE=.\msw\gaugemsw.cpp | |
931 | # End Source File | |
932 | # Begin Source File | |
933 | ||
340196c0 JS |
934 | SOURCE=.\msw\gdiimage.cpp |
935 | # End Source File | |
936 | # Begin Source File | |
937 | ||
7cb86a4c JS |
938 | SOURCE=.\msw\gdiobj.cpp |
939 | # End Source File | |
940 | # Begin Source File | |
941 | ||
8b089c5e JS |
942 | SOURCE=.\msw\glcanvas.cpp |
943 | # End Source File | |
944 | # Begin Source File | |
945 | ||
5427610e JS |
946 | SOURCE=.\msw\gsocket.c |
947 | # SUBTRACT CPP /YX /Yc /Yu | |
948 | # End Source File | |
949 | # Begin Source File | |
950 | ||
09707570 JS |
951 | SOURCE=.\msw\gsockmsw.c |
952 | # SUBTRACT CPP /YX /Yc /Yu | |
953 | # End Source File | |
954 | # Begin Source File | |
955 | ||
f6bcfd97 BP |
956 | SOURCE=.\msw\helpchm.cpp |
957 | # End Source File | |
958 | # Begin Source File | |
959 | ||
7cb86a4c JS |
960 | SOURCE=.\msw\helpwin.cpp |
961 | # End Source File | |
962 | # Begin Source File | |
963 | ||
964 | SOURCE=.\msw\icon.cpp | |
965 | # End Source File | |
966 | # Begin Source File | |
967 | ||
968 | SOURCE=.\msw\imaglist.cpp | |
969 | # End Source File | |
970 | # Begin Source File | |
971 | ||
972 | SOURCE=.\msw\iniconf.cpp | |
973 | # End Source File | |
974 | # Begin Source File | |
975 | ||
976 | SOURCE=.\msw\joystick.cpp | |
977 | # End Source File | |
978 | # Begin Source File | |
979 | ||
980 | SOURCE=.\msw\listbox.cpp | |
981 | # End Source File | |
982 | # Begin Source File | |
983 | ||
984 | SOURCE=.\msw\listctrl.cpp | |
985 | # End Source File | |
986 | # Begin Source File | |
987 | ||
988 | SOURCE=.\msw\main.cpp | |
989 | # End Source File | |
990 | # Begin Source File | |
991 | ||
992 | SOURCE=.\msw\mdi.cpp | |
993 | # End Source File | |
994 | # Begin Source File | |
995 | ||
996 | SOURCE=.\msw\menu.cpp | |
997 | # End Source File | |
998 | # Begin Source File | |
999 | ||
1000 | SOURCE=.\msw\menuitem.cpp | |
1001 | # End Source File | |
1002 | # Begin Source File | |
1003 | ||
1004 | SOURCE=.\msw\metafile.cpp | |
1005 | # End Source File | |
1006 | # Begin Source File | |
1007 | ||
ecf23aa6 VS |
1008 | SOURCE=.\msw\mimetype.cpp |
1009 | # End Source File | |
1010 | # Begin Source File | |
1011 | ||
7cb86a4c JS |
1012 | SOURCE=.\msw\minifram.cpp |
1013 | # End Source File | |
1014 | # Begin Source File | |
1015 | ||
1016 | SOURCE=.\msw\msgdlg.cpp | |
1017 | # End Source File | |
1018 | # Begin Source File | |
1019 | ||
1020 | SOURCE=.\msw\nativdlg.cpp | |
1021 | # End Source File | |
1022 | # Begin Source File | |
1023 | ||
1024 | SOURCE=.\msw\notebook.cpp | |
1025 | # End Source File | |
1026 | # Begin Source File | |
1027 | ||
1028 | SOURCE=.\msw\ownerdrw.cpp | |
1029 | # End Source File | |
1030 | # Begin Source File | |
1031 | ||
1032 | SOURCE=.\msw\palette.cpp | |
1033 | # End Source File | |
1034 | # Begin Source File | |
1035 | ||
1036 | SOURCE=.\msw\pen.cpp | |
1037 | # End Source File | |
1038 | # Begin Source File | |
1039 | ||
1040 | SOURCE=.\msw\penwin.cpp | |
1041 | # End Source File | |
1042 | # Begin Source File | |
1043 | ||
7cb86a4c JS |
1044 | SOURCE=.\msw\printdlg.cpp |
1045 | # End Source File | |
1046 | # Begin Source File | |
1047 | ||
1048 | SOURCE=.\msw\printwin.cpp | |
1049 | # End Source File | |
1050 | # Begin Source File | |
1051 | ||
1052 | SOURCE=.\msw\radiobox.cpp | |
1053 | # End Source File | |
1054 | # Begin Source File | |
1055 | ||
1056 | SOURCE=.\msw\radiobut.cpp | |
1057 | # End Source File | |
1058 | # Begin Source File | |
1059 | ||
1060 | SOURCE=.\msw\regconf.cpp | |
1061 | # End Source File | |
1062 | # Begin Source File | |
1063 | ||
1064 | SOURCE=.\msw\region.cpp | |
1065 | # End Source File | |
1066 | # Begin Source File | |
1067 | ||
1068 | SOURCE=.\msw\registry.cpp | |
1069 | # End Source File | |
1070 | # Begin Source File | |
1071 | ||
1072 | SOURCE=.\msw\scrolbar.cpp | |
1073 | # End Source File | |
1074 | # Begin Source File | |
1075 | ||
1076 | SOURCE=.\msw\settings.cpp | |
1077 | # End Source File | |
1078 | # Begin Source File | |
1079 | ||
1080 | SOURCE=.\msw\slider95.cpp | |
1081 | # End Source File | |
1082 | # Begin Source File | |
1083 | ||
1084 | SOURCE=.\msw\slidrmsw.cpp | |
1085 | # End Source File | |
1086 | # Begin Source File | |
1087 | ||
bc00e715 JS |
1088 | SOURCE=.\msw\snglinst.cpp |
1089 | # End Source File | |
1090 | # Begin Source File | |
1091 | ||
7cb86a4c JS |
1092 | SOURCE=.\msw\spinbutt.cpp |
1093 | # End Source File | |
1094 | # Begin Source File | |
1095 | ||
b4fe5125 JS |
1096 | SOURCE=.\msw\spinctrl.cpp |
1097 | # End Source File | |
1098 | # Begin Source File | |
1099 | ||
7cb86a4c JS |
1100 | SOURCE=.\msw\statbmp.cpp |
1101 | # End Source File | |
1102 | # Begin Source File | |
1103 | ||
1104 | SOURCE=.\msw\statbox.cpp | |
1105 | # End Source File | |
1106 | # Begin Source File | |
1107 | ||
1108 | SOURCE=.\msw\statbr95.cpp | |
1109 | # End Source File | |
1110 | # Begin Source File | |
1111 | ||
5427610e JS |
1112 | SOURCE=.\msw\statline.cpp |
1113 | # End Source File | |
1114 | # Begin Source File | |
1115 | ||
7cb86a4c JS |
1116 | SOURCE=.\msw\stattext.cpp |
1117 | # End Source File | |
1118 | # Begin Source File | |
1119 | ||
1120 | SOURCE=.\msw\tabctrl.cpp | |
1121 | # End Source File | |
1122 | # Begin Source File | |
1123 | ||
1124 | SOURCE=.\msw\taskbar.cpp | |
1125 | # End Source File | |
1126 | # Begin Source File | |
1127 | ||
1128 | SOURCE=.\msw\tbar95.cpp | |
1129 | # End Source File | |
1130 | # Begin Source File | |
1131 | ||
7cb86a4c JS |
1132 | SOURCE=.\msw\textctrl.cpp |
1133 | # End Source File | |
1134 | # Begin Source File | |
1135 | ||
963a1fcd JS |
1136 | SOURCE=.\msw\tglbtn.cpp |
1137 | # End Source File | |
1138 | # Begin Source File | |
1139 | ||
7cb86a4c JS |
1140 | SOURCE=.\msw\thread.cpp |
1141 | # End Source File | |
1142 | # Begin Source File | |
1143 | ||
1144 | SOURCE=.\msw\timer.cpp | |
1145 | # End Source File | |
1146 | # Begin Source File | |
1147 | ||
1148 | SOURCE=.\msw\tooltip.cpp | |
1149 | # End Source File | |
1150 | # Begin Source File | |
1151 | ||
1152 | SOURCE=.\msw\treectrl.cpp | |
1153 | # End Source File | |
1154 | # Begin Source File | |
1155 | ||
1156 | SOURCE=.\msw\utils.cpp | |
1157 | # End Source File | |
1158 | # Begin Source File | |
1159 | ||
1160 | SOURCE=.\msw\utilsexc.cpp | |
1161 | # End Source File | |
1162 | # Begin Source File | |
1163 | ||
1164 | SOURCE=.\msw\wave.cpp | |
1165 | # End Source File | |
1166 | # Begin Source File | |
1167 | ||
1168 | SOURCE=.\msw\window.cpp | |
1169 | # End Source File | |
7cb86a4c JS |
1170 | # End Group |
1171 | # Begin Group "OLE Files" | |
1172 | ||
1173 | # PROP Default_Filter "" | |
1174 | # Begin Source File | |
1175 | ||
1176 | SOURCE=.\msw\ole\automtn.cpp | |
1177 | # End Source File | |
1178 | # Begin Source File | |
1179 | ||
1180 | SOURCE=.\msw\ole\dataobj.cpp | |
1181 | # End Source File | |
1182 | # Begin Source File | |
1183 | ||
1184 | SOURCE=.\msw\ole\dropsrc.cpp | |
1185 | # End Source File | |
1186 | # Begin Source File | |
1187 | ||
1188 | SOURCE=.\msw\ole\droptgt.cpp | |
1189 | # End Source File | |
1190 | # Begin Source File | |
1191 | ||
1192 | SOURCE=.\msw\ole\oleutils.cpp | |
1193 | # End Source File | |
1194 | # Begin Source File | |
1195 | ||
1196 | SOURCE=.\msw\ole\uuid.cpp | |
1197 | # End Source File | |
1198 | # End Group | |
1199 | # Begin Group "PNG Files" | |
1200 | ||
1201 | # PROP Default_Filter "" | |
1202 | # Begin Source File | |
1203 | ||
1204 | SOURCE=.\png\png.c | |
1205 | # ADD CPP /I "zlib" | |
1206 | # SUBTRACT CPP /YX /Yc /Yu | |
1207 | # End Source File | |
1208 | # Begin Source File | |
1209 | ||
1210 | SOURCE=.\png\pngerror.c | |
1211 | # ADD CPP /I "zlib" | |
1212 | # SUBTRACT CPP /YX /Yc /Yu | |
1213 | # End Source File | |
1214 | # Begin Source File | |
1215 | ||
1216 | SOURCE=.\png\pngget.c | |
1217 | # ADD CPP /I "zlib" | |
1218 | # SUBTRACT CPP /YX /Yc /Yu | |
1219 | # End Source File | |
1220 | # Begin Source File | |
1221 | ||
1222 | SOURCE=.\png\pngmem.c | |
1223 | # ADD CPP /I "zlib" | |
1224 | # SUBTRACT CPP /YX /Yc /Yu | |
1225 | # End Source File | |
1226 | # Begin Source File | |
1227 | ||
1228 | SOURCE=.\png\pngpread.c | |
1229 | # ADD CPP /I "zlib" | |
1230 | # SUBTRACT CPP /YX /Yc /Yu | |
1231 | # End Source File | |
1232 | # Begin Source File | |
1233 | ||
1234 | SOURCE=.\png\pngread.c | |
1235 | # ADD CPP /I "zlib" | |
1236 | # SUBTRACT CPP /YX /Yc /Yu | |
1237 | # End Source File | |
1238 | # Begin Source File | |
1239 | ||
1240 | SOURCE=.\png\pngrio.c | |
1241 | # ADD CPP /I "zlib" | |
1242 | # SUBTRACT CPP /YX /Yc /Yu | |
1243 | # End Source File | |
1244 | # Begin Source File | |
1245 | ||
1246 | SOURCE=.\png\pngrtran.c | |
1247 | # ADD CPP /I "zlib" | |
1248 | # SUBTRACT CPP /YX /Yc /Yu | |
1249 | # End Source File | |
1250 | # Begin Source File | |
1251 | ||
1252 | SOURCE=.\png\pngrutil.c | |
1253 | # ADD CPP /I "zlib" | |
1254 | # SUBTRACT CPP /YX /Yc /Yu | |
1255 | # End Source File | |
1256 | # Begin Source File | |
1257 | ||
1258 | SOURCE=.\png\pngset.c | |
1259 | # ADD CPP /I "zlib" | |
1260 | # SUBTRACT CPP /YX /Yc /Yu | |
1261 | # End Source File | |
1262 | # Begin Source File | |
1263 | ||
1264 | SOURCE=.\png\pngtest.c | |
1265 | # ADD CPP /I "zlib" | |
1266 | # SUBTRACT CPP /YX /Yc /Yu | |
1267 | # End Source File | |
1268 | # Begin Source File | |
1269 | ||
1270 | SOURCE=.\png\pngtrans.c | |
1271 | # ADD CPP /I "zlib" | |
1272 | # SUBTRACT CPP /YX /Yc /Yu | |
1273 | # End Source File | |
1274 | # Begin Source File | |
1275 | ||
1276 | SOURCE=.\png\pngwio.c | |
1277 | # ADD CPP /I "zlib" | |
1278 | # SUBTRACT CPP /YX /Yc /Yu | |
1279 | # End Source File | |
1280 | # Begin Source File | |
1281 | ||
1282 | SOURCE=.\png\pngwrite.c | |
1283 | # ADD CPP /I "zlib" | |
1284 | # SUBTRACT CPP /YX /Yc /Yu | |
1285 | # End Source File | |
1286 | # Begin Source File | |
1287 | ||
1288 | SOURCE=.\png\pngwtran.c | |
1289 | # ADD CPP /I "zlib" | |
1290 | # SUBTRACT CPP /YX /Yc /Yu | |
1291 | # End Source File | |
1292 | # Begin Source File | |
1293 | ||
1294 | SOURCE=.\png\pngwutil.c | |
1295 | # ADD CPP /I "zlib" | |
1296 | # SUBTRACT CPP /YX /Yc /Yu | |
1297 | # End Source File | |
1298 | # End Group | |
7cb86a4c JS |
1299 | # Begin Group "Zlib Files" |
1300 | ||
1301 | # PROP Default_Filter "" | |
1302 | # Begin Source File | |
1303 | ||
1304 | SOURCE=.\zlib\adler32.c | |
1305 | # SUBTRACT CPP /YX /Yc /Yu | |
1306 | # End Source File | |
1307 | # Begin Source File | |
1308 | ||
1309 | SOURCE=.\zlib\compress.c | |
1310 | # SUBTRACT CPP /YX /Yc /Yu | |
1311 | # End Source File | |
1312 | # Begin Source File | |
1313 | ||
1314 | SOURCE=.\zlib\crc32.c | |
1315 | # SUBTRACT CPP /YX /Yc /Yu | |
1316 | # End Source File | |
1317 | # Begin Source File | |
1318 | ||
1319 | SOURCE=.\zlib\deflate.c | |
1320 | # SUBTRACT CPP /YX /Yc /Yu | |
1321 | # End Source File | |
1322 | # Begin Source File | |
1323 | ||
1324 | SOURCE=.\zlib\gzio.c | |
1325 | # SUBTRACT CPP /YX /Yc /Yu | |
1326 | # End Source File | |
1327 | # Begin Source File | |
1328 | ||
1329 | SOURCE=.\zlib\infblock.c | |
1330 | # SUBTRACT CPP /YX /Yc /Yu | |
1331 | # End Source File | |
1332 | # Begin Source File | |
1333 | ||
1334 | SOURCE=.\zlib\infcodes.c | |
1335 | # SUBTRACT CPP /YX /Yc /Yu | |
1336 | # End Source File | |
1337 | # Begin Source File | |
1338 | ||
1339 | SOURCE=.\zlib\inffast.c | |
1340 | # SUBTRACT CPP /YX /Yc /Yu | |
1341 | # End Source File | |
1342 | # Begin Source File | |
1343 | ||
1344 | SOURCE=.\zlib\inflate.c | |
1345 | # SUBTRACT CPP /YX /Yc /Yu | |
1346 | # End Source File | |
1347 | # Begin Source File | |
1348 | ||
1349 | SOURCE=.\zlib\inftrees.c | |
1350 | # SUBTRACT CPP /YX /Yc /Yu | |
1351 | # End Source File | |
1352 | # Begin Source File | |
1353 | ||
1354 | SOURCE=.\zlib\infutil.c | |
1355 | # SUBTRACT CPP /YX /Yc /Yu | |
1356 | # End Source File | |
1357 | # Begin Source File | |
1358 | ||
1359 | SOURCE=.\zlib\trees.c | |
1360 | # SUBTRACT CPP /YX /Yc /Yu | |
1361 | # End Source File | |
1362 | # Begin Source File | |
1363 | ||
1364 | SOURCE=.\zlib\uncompr.c | |
1365 | # SUBTRACT CPP /YX /Yc /Yu | |
1366 | # End Source File | |
1367 | # Begin Source File | |
1368 | ||
1369 | SOURCE=.\zlib\zutil.c | |
1370 | # SUBTRACT CPP /YX /Yc /Yu | |
1371 | # End Source File | |
1372 | # End Group | |
1373 | # Begin Group "Setup" | |
1374 | ||
1375 | # PROP Default_Filter "" | |
1376 | # Begin Source File | |
1377 | ||
1378 | SOURCE=..\include\wx\msw\setup.h | |
1379 | # End Source File | |
1380 | # End Group | |
36edded9 JS |
1381 | # Begin Group "JPEG Files" |
1382 | ||
1383 | # PROP Default_Filter "" | |
1384 | # Begin Source File | |
1385 | ||
1386 | SOURCE=.\jpeg\jcapimin.c | |
1387 | ||
c92d798f | 1388 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1389 | |
c92d798f | 1390 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1391 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1392 | |
c92d798f | 1393 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1394 | |
f6bcfd97 | 1395 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1396 | # SUBTRACT CPP /YX /Yc /Yu |
1397 | ||
014e19de | 1398 | !ENDIF |
36edded9 JS |
1399 | |
1400 | # End Source File | |
1401 | # Begin Source File | |
1402 | ||
1403 | SOURCE=.\jpeg\jcapistd.c | |
1404 | ||
c92d798f | 1405 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1406 | |
c92d798f | 1407 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1408 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1409 | |
c92d798f | 1410 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1411 | |
f6bcfd97 | 1412 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1413 | # SUBTRACT CPP /YX /Yc /Yu |
1414 | ||
014e19de | 1415 | !ENDIF |
36edded9 JS |
1416 | |
1417 | # End Source File | |
1418 | # Begin Source File | |
1419 | ||
1420 | SOURCE=.\jpeg\jccoefct.c | |
1421 | ||
c92d798f | 1422 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1423 | |
c92d798f | 1424 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1425 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1426 | |
c92d798f | 1427 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1428 | |
f6bcfd97 | 1429 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1430 | # SUBTRACT CPP /YX /Yc /Yu |
1431 | ||
014e19de | 1432 | !ENDIF |
36edded9 JS |
1433 | |
1434 | # End Source File | |
1435 | # Begin Source File | |
1436 | ||
1437 | SOURCE=.\jpeg\jccolor.c | |
1438 | ||
c92d798f | 1439 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1440 | |
c92d798f | 1441 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1442 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1443 | |
c92d798f | 1444 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1445 | |
f6bcfd97 | 1446 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1447 | # SUBTRACT CPP /YX /Yc /Yu |
1448 | ||
014e19de | 1449 | !ENDIF |
36edded9 JS |
1450 | |
1451 | # End Source File | |
1452 | # Begin Source File | |
1453 | ||
1454 | SOURCE=.\jpeg\jcdctmgr.c | |
1455 | ||
c92d798f | 1456 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1457 | |
c92d798f | 1458 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1459 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1460 | |
c92d798f | 1461 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1462 | |
f6bcfd97 | 1463 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1464 | # SUBTRACT CPP /YX /Yc /Yu |
1465 | ||
014e19de | 1466 | !ENDIF |
36edded9 JS |
1467 | |
1468 | # End Source File | |
1469 | # Begin Source File | |
1470 | ||
1471 | SOURCE=.\jpeg\jchuff.c | |
1472 | ||
c92d798f | 1473 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1474 | |
c92d798f | 1475 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1476 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1477 | |
c92d798f | 1478 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1479 | |
f6bcfd97 | 1480 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1481 | # SUBTRACT CPP /YX /Yc /Yu |
1482 | ||
014e19de | 1483 | !ENDIF |
36edded9 JS |
1484 | |
1485 | # End Source File | |
1486 | # Begin Source File | |
1487 | ||
1488 | SOURCE=.\jpeg\jcinit.c | |
1489 | ||
c92d798f | 1490 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1491 | |
c92d798f | 1492 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1493 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1494 | |
c92d798f | 1495 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1496 | |
f6bcfd97 | 1497 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1498 | # SUBTRACT CPP /YX /Yc /Yu |
1499 | ||
014e19de | 1500 | !ENDIF |
36edded9 JS |
1501 | |
1502 | # End Source File | |
1503 | # Begin Source File | |
1504 | ||
1505 | SOURCE=.\jpeg\jcmainct.c | |
1506 | ||
c92d798f | 1507 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1508 | |
c92d798f | 1509 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1510 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1511 | |
c92d798f | 1512 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1513 | |
f6bcfd97 | 1514 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1515 | # SUBTRACT CPP /YX /Yc /Yu |
1516 | ||
014e19de | 1517 | !ENDIF |
36edded9 JS |
1518 | |
1519 | # End Source File | |
1520 | # Begin Source File | |
1521 | ||
1522 | SOURCE=.\jpeg\jcmarker.c | |
1523 | ||
c92d798f | 1524 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1525 | |
c92d798f | 1526 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1527 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1528 | |
c92d798f | 1529 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1530 | |
f6bcfd97 | 1531 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1532 | # SUBTRACT CPP /YX /Yc /Yu |
1533 | ||
014e19de | 1534 | !ENDIF |
36edded9 JS |
1535 | |
1536 | # End Source File | |
1537 | # Begin Source File | |
1538 | ||
1539 | SOURCE=.\jpeg\jcmaster.c | |
1540 | ||
c92d798f | 1541 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1542 | |
c92d798f | 1543 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1544 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1545 | |
c92d798f | 1546 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1547 | |
f6bcfd97 | 1548 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1549 | # SUBTRACT CPP /YX /Yc /Yu |
1550 | ||
014e19de | 1551 | !ENDIF |
36edded9 JS |
1552 | |
1553 | # End Source File | |
1554 | # Begin Source File | |
1555 | ||
1556 | SOURCE=.\jpeg\jcomapi.c | |
1557 | ||
c92d798f | 1558 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1559 | |
c92d798f | 1560 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1561 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1562 | |
c92d798f | 1563 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1564 | |
f6bcfd97 | 1565 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1566 | # SUBTRACT CPP /YX /Yc /Yu |
1567 | ||
014e19de | 1568 | !ENDIF |
36edded9 JS |
1569 | |
1570 | # End Source File | |
1571 | # Begin Source File | |
1572 | ||
1573 | SOURCE=.\jpeg\jcparam.c | |
1574 | ||
c92d798f | 1575 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1576 | |
c92d798f | 1577 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1578 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1579 | |
c92d798f | 1580 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1581 | |
f6bcfd97 | 1582 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1583 | # SUBTRACT CPP /YX /Yc /Yu |
1584 | ||
014e19de | 1585 | !ENDIF |
36edded9 JS |
1586 | |
1587 | # End Source File | |
1588 | # Begin Source File | |
1589 | ||
1590 | SOURCE=.\jpeg\jcphuff.c | |
1591 | ||
c92d798f | 1592 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1593 | |
c92d798f | 1594 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1595 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1596 | |
c92d798f | 1597 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1598 | |
f6bcfd97 | 1599 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1600 | # SUBTRACT CPP /YX /Yc /Yu |
1601 | ||
014e19de | 1602 | !ENDIF |
36edded9 JS |
1603 | |
1604 | # End Source File | |
1605 | # Begin Source File | |
1606 | ||
1607 | SOURCE=.\jpeg\jcprepct.c | |
1608 | ||
c92d798f | 1609 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1610 | |
c92d798f | 1611 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1612 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1613 | |
c92d798f | 1614 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1615 | |
f6bcfd97 | 1616 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1617 | # SUBTRACT CPP /YX /Yc /Yu |
1618 | ||
014e19de | 1619 | !ENDIF |
36edded9 JS |
1620 | |
1621 | # End Source File | |
1622 | # Begin Source File | |
1623 | ||
1624 | SOURCE=.\jpeg\jcsample.c | |
1625 | ||
c92d798f | 1626 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1627 | |
c92d798f | 1628 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1629 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1630 | |
c92d798f | 1631 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1632 | |
f6bcfd97 | 1633 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1634 | # SUBTRACT CPP /YX /Yc /Yu |
1635 | ||
014e19de | 1636 | !ENDIF |
36edded9 JS |
1637 | |
1638 | # End Source File | |
1639 | # Begin Source File | |
1640 | ||
1641 | SOURCE=.\jpeg\jctrans.c | |
1642 | ||
c92d798f | 1643 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1644 | |
c92d798f | 1645 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1646 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1647 | |
c92d798f | 1648 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1649 | |
f6bcfd97 | 1650 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1651 | # SUBTRACT CPP /YX /Yc /Yu |
1652 | ||
014e19de | 1653 | !ENDIF |
36edded9 JS |
1654 | |
1655 | # End Source File | |
1656 | # Begin Source File | |
1657 | ||
1658 | SOURCE=.\jpeg\jdapimin.c | |
1659 | ||
c92d798f | 1660 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1661 | |
c92d798f | 1662 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1663 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1664 | |
c92d798f | 1665 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1666 | |
f6bcfd97 | 1667 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1668 | # SUBTRACT CPP /YX /Yc /Yu |
1669 | ||
014e19de | 1670 | !ENDIF |
36edded9 JS |
1671 | |
1672 | # End Source File | |
1673 | # Begin Source File | |
1674 | ||
1675 | SOURCE=.\jpeg\jdapistd.c | |
1676 | ||
c92d798f | 1677 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1678 | |
c92d798f | 1679 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1680 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1681 | |
c92d798f | 1682 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1683 | |
f6bcfd97 | 1684 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1685 | # SUBTRACT CPP /YX /Yc /Yu |
1686 | ||
014e19de | 1687 | !ENDIF |
36edded9 JS |
1688 | |
1689 | # End Source File | |
1690 | # Begin Source File | |
1691 | ||
1692 | SOURCE=.\jpeg\jdatadst.c | |
1693 | ||
c92d798f | 1694 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1695 | |
c92d798f | 1696 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1697 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1698 | |
c92d798f | 1699 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1700 | |
f6bcfd97 | 1701 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1702 | # SUBTRACT CPP /YX /Yc /Yu |
1703 | ||
014e19de | 1704 | !ENDIF |
36edded9 JS |
1705 | |
1706 | # End Source File | |
1707 | # Begin Source File | |
1708 | ||
1709 | SOURCE=.\jpeg\jdatasrc.c | |
1710 | ||
c92d798f | 1711 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1712 | |
c92d798f | 1713 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1714 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1715 | |
c92d798f | 1716 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1717 | |
f6bcfd97 | 1718 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1719 | # SUBTRACT CPP /YX /Yc /Yu |
1720 | ||
014e19de | 1721 | !ENDIF |
36edded9 JS |
1722 | |
1723 | # End Source File | |
1724 | # Begin Source File | |
1725 | ||
1726 | SOURCE=.\jpeg\jdcoefct.c | |
1727 | ||
c92d798f | 1728 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1729 | |
c92d798f | 1730 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1731 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1732 | |
c92d798f | 1733 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1734 | |
f6bcfd97 | 1735 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1736 | # SUBTRACT CPP /YX /Yc /Yu |
1737 | ||
014e19de | 1738 | !ENDIF |
36edded9 JS |
1739 | |
1740 | # End Source File | |
1741 | # Begin Source File | |
1742 | ||
1743 | SOURCE=.\jpeg\jdcolor.c | |
1744 | ||
c92d798f | 1745 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1746 | |
c92d798f | 1747 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1748 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1749 | |
c92d798f | 1750 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1751 | |
f6bcfd97 | 1752 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1753 | # SUBTRACT CPP /YX /Yc /Yu |
1754 | ||
014e19de | 1755 | !ENDIF |
36edded9 JS |
1756 | |
1757 | # End Source File | |
1758 | # Begin Source File | |
1759 | ||
1760 | SOURCE=.\jpeg\jddctmgr.c | |
1761 | ||
c92d798f | 1762 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1763 | |
c92d798f | 1764 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1765 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1766 | |
c92d798f | 1767 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1768 | |
f6bcfd97 | 1769 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1770 | # SUBTRACT CPP /YX /Yc /Yu |
1771 | ||
014e19de | 1772 | !ENDIF |
36edded9 JS |
1773 | |
1774 | # End Source File | |
1775 | # Begin Source File | |
1776 | ||
1777 | SOURCE=.\jpeg\jdhuff.c | |
1778 | ||
c92d798f | 1779 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1780 | |
c92d798f | 1781 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1782 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1783 | |
c92d798f | 1784 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1785 | |
f6bcfd97 | 1786 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1787 | # SUBTRACT CPP /YX /Yc /Yu |
1788 | ||
014e19de | 1789 | !ENDIF |
36edded9 JS |
1790 | |
1791 | # End Source File | |
1792 | # Begin Source File | |
1793 | ||
1794 | SOURCE=.\jpeg\jdinput.c | |
1795 | ||
c92d798f | 1796 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1797 | |
c92d798f | 1798 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1799 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1800 | |
c92d798f | 1801 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1802 | |
f6bcfd97 | 1803 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1804 | # SUBTRACT CPP /YX /Yc /Yu |
1805 | ||
014e19de | 1806 | !ENDIF |
36edded9 JS |
1807 | |
1808 | # End Source File | |
1809 | # Begin Source File | |
1810 | ||
1811 | SOURCE=.\jpeg\jdmainct.c | |
1812 | ||
c92d798f | 1813 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1814 | |
c92d798f | 1815 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1816 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1817 | |
c92d798f | 1818 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1819 | |
f6bcfd97 | 1820 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1821 | # SUBTRACT CPP /YX /Yc /Yu |
1822 | ||
014e19de | 1823 | !ENDIF |
36edded9 JS |
1824 | |
1825 | # End Source File | |
1826 | # Begin Source File | |
1827 | ||
1828 | SOURCE=.\jpeg\jdmarker.c | |
1829 | ||
c92d798f | 1830 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1831 | |
c92d798f | 1832 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1833 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1834 | |
c92d798f | 1835 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1836 | |
f6bcfd97 | 1837 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1838 | # SUBTRACT CPP /YX /Yc /Yu |
1839 | ||
014e19de | 1840 | !ENDIF |
36edded9 JS |
1841 | |
1842 | # End Source File | |
1843 | # Begin Source File | |
1844 | ||
1845 | SOURCE=.\jpeg\jdmaster.c | |
1846 | ||
c92d798f | 1847 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1848 | |
c92d798f | 1849 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1850 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1851 | |
c92d798f | 1852 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1853 | |
f6bcfd97 | 1854 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1855 | # SUBTRACT CPP /YX /Yc /Yu |
1856 | ||
014e19de | 1857 | !ENDIF |
36edded9 JS |
1858 | |
1859 | # End Source File | |
1860 | # Begin Source File | |
1861 | ||
1862 | SOURCE=.\jpeg\jdmerge.c | |
1863 | ||
c92d798f | 1864 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1865 | |
c92d798f | 1866 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1867 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1868 | |
c92d798f | 1869 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1870 | |
f6bcfd97 | 1871 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1872 | # SUBTRACT CPP /YX /Yc /Yu |
1873 | ||
014e19de | 1874 | !ENDIF |
36edded9 JS |
1875 | |
1876 | # End Source File | |
1877 | # Begin Source File | |
1878 | ||
1879 | SOURCE=.\jpeg\jdphuff.c | |
1880 | ||
c92d798f | 1881 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1882 | |
c92d798f | 1883 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1884 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1885 | |
c92d798f | 1886 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1887 | |
f6bcfd97 | 1888 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1889 | # SUBTRACT CPP /YX /Yc /Yu |
1890 | ||
014e19de | 1891 | !ENDIF |
36edded9 JS |
1892 | |
1893 | # End Source File | |
1894 | # Begin Source File | |
1895 | ||
1896 | SOURCE=.\jpeg\jdpostct.c | |
1897 | ||
c92d798f | 1898 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1899 | |
c92d798f | 1900 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1901 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1902 | |
c92d798f | 1903 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1904 | |
f6bcfd97 | 1905 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1906 | # SUBTRACT CPP /YX /Yc /Yu |
1907 | ||
014e19de | 1908 | !ENDIF |
36edded9 JS |
1909 | |
1910 | # End Source File | |
1911 | # Begin Source File | |
1912 | ||
1913 | SOURCE=.\jpeg\jdsample.c | |
1914 | ||
c92d798f | 1915 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1916 | |
c92d798f | 1917 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1918 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1919 | |
c92d798f | 1920 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1921 | |
f6bcfd97 | 1922 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1923 | # SUBTRACT CPP /YX /Yc /Yu |
1924 | ||
014e19de | 1925 | !ENDIF |
36edded9 JS |
1926 | |
1927 | # End Source File | |
1928 | # Begin Source File | |
1929 | ||
1930 | SOURCE=.\jpeg\jdtrans.c | |
1931 | ||
c92d798f | 1932 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1933 | |
c92d798f | 1934 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1935 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1936 | |
c92d798f | 1937 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1938 | |
f6bcfd97 | 1939 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1940 | # SUBTRACT CPP /YX /Yc /Yu |
1941 | ||
014e19de | 1942 | !ENDIF |
36edded9 JS |
1943 | |
1944 | # End Source File | |
1945 | # Begin Source File | |
1946 | ||
1947 | SOURCE=.\jpeg\jerror.c | |
1948 | ||
c92d798f | 1949 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1950 | |
c92d798f | 1951 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1952 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1953 | |
c92d798f | 1954 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1955 | |
f6bcfd97 | 1956 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1957 | # SUBTRACT CPP /YX /Yc /Yu |
1958 | ||
014e19de | 1959 | !ENDIF |
36edded9 JS |
1960 | |
1961 | # End Source File | |
1962 | # Begin Source File | |
1963 | ||
1964 | SOURCE=.\jpeg\jfdctflt.c | |
1965 | ||
c92d798f | 1966 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1967 | |
c92d798f | 1968 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1969 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1970 | |
c92d798f | 1971 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1972 | |
f6bcfd97 | 1973 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1974 | # SUBTRACT CPP /YX /Yc /Yu |
1975 | ||
014e19de | 1976 | !ENDIF |
36edded9 JS |
1977 | |
1978 | # End Source File | |
1979 | # Begin Source File | |
1980 | ||
1981 | SOURCE=.\jpeg\jfdctfst.c | |
1982 | ||
c92d798f | 1983 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1984 | |
c92d798f | 1985 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1986 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 1987 | |
c92d798f | 1988 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1989 | |
f6bcfd97 | 1990 | # ADD CPP /Zi /I ".." |
36edded9 JS |
1991 | # SUBTRACT CPP /YX /Yc /Yu |
1992 | ||
014e19de | 1993 | !ENDIF |
36edded9 JS |
1994 | |
1995 | # End Source File | |
1996 | # Begin Source File | |
1997 | ||
1998 | SOURCE=.\jpeg\jfdctint.c | |
1999 | ||
c92d798f | 2000 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2001 | |
c92d798f | 2002 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2003 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2004 | |
c92d798f | 2005 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2006 | |
f6bcfd97 | 2007 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2008 | # SUBTRACT CPP /YX /Yc /Yu |
2009 | ||
014e19de | 2010 | !ENDIF |
36edded9 JS |
2011 | |
2012 | # End Source File | |
2013 | # Begin Source File | |
2014 | ||
2015 | SOURCE=.\jpeg\jidctflt.c | |
2016 | ||
c92d798f | 2017 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2018 | |
c92d798f | 2019 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2020 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2021 | |
c92d798f | 2022 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2023 | |
f6bcfd97 | 2024 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2025 | # SUBTRACT CPP /YX /Yc /Yu |
2026 | ||
014e19de | 2027 | !ENDIF |
36edded9 JS |
2028 | |
2029 | # End Source File | |
2030 | # Begin Source File | |
2031 | ||
2032 | SOURCE=.\jpeg\jidctfst.c | |
2033 | ||
c92d798f | 2034 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2035 | |
c92d798f | 2036 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2037 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2038 | |
c92d798f | 2039 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2040 | |
f6bcfd97 | 2041 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2042 | # SUBTRACT CPP /YX /Yc /Yu |
2043 | ||
014e19de | 2044 | !ENDIF |
36edded9 JS |
2045 | |
2046 | # End Source File | |
2047 | # Begin Source File | |
2048 | ||
2049 | SOURCE=.\jpeg\jidctint.c | |
2050 | ||
c92d798f | 2051 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2052 | |
c92d798f | 2053 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2054 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2055 | |
c92d798f | 2056 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2057 | |
f6bcfd97 | 2058 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2059 | # SUBTRACT CPP /YX /Yc /Yu |
2060 | ||
014e19de | 2061 | !ENDIF |
36edded9 JS |
2062 | |
2063 | # End Source File | |
2064 | # Begin Source File | |
2065 | ||
2066 | SOURCE=.\jpeg\jidctred.c | |
2067 | ||
c92d798f | 2068 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2069 | |
c92d798f | 2070 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2071 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2072 | |
c92d798f | 2073 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2074 | |
f6bcfd97 | 2075 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2076 | # SUBTRACT CPP /YX /Yc /Yu |
2077 | ||
014e19de | 2078 | !ENDIF |
36edded9 JS |
2079 | |
2080 | # End Source File | |
2081 | # Begin Source File | |
2082 | ||
2083 | SOURCE=.\jpeg\jmemmgr.c | |
2084 | ||
c92d798f | 2085 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2086 | |
c92d798f | 2087 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2088 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2089 | |
c92d798f | 2090 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2091 | |
f6bcfd97 | 2092 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2093 | # SUBTRACT CPP /YX /Yc /Yu |
2094 | ||
014e19de | 2095 | !ENDIF |
36edded9 JS |
2096 | |
2097 | # End Source File | |
2098 | # Begin Source File | |
2099 | ||
2100 | SOURCE=.\jpeg\jmemnobs.c | |
2101 | ||
c92d798f | 2102 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2103 | |
c92d798f | 2104 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2105 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2106 | |
c92d798f | 2107 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2108 | |
f6bcfd97 | 2109 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2110 | # SUBTRACT CPP /YX /Yc /Yu |
2111 | ||
014e19de | 2112 | !ENDIF |
36edded9 JS |
2113 | |
2114 | # End Source File | |
2115 | # Begin Source File | |
2116 | ||
2117 | SOURCE=.\jpeg\jquant1.c | |
2118 | ||
c92d798f | 2119 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2120 | |
c92d798f | 2121 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2122 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2123 | |
c92d798f | 2124 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2125 | |
f6bcfd97 | 2126 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2127 | # SUBTRACT CPP /YX /Yc /Yu |
2128 | ||
014e19de | 2129 | !ENDIF |
36edded9 JS |
2130 | |
2131 | # End Source File | |
2132 | # Begin Source File | |
2133 | ||
2134 | SOURCE=.\jpeg\jquant2.c | |
2135 | ||
c92d798f | 2136 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2137 | |
c92d798f | 2138 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2139 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2140 | |
c92d798f | 2141 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2142 | |
f6bcfd97 | 2143 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2144 | # SUBTRACT CPP /YX /Yc /Yu |
2145 | ||
014e19de | 2146 | !ENDIF |
36edded9 JS |
2147 | |
2148 | # End Source File | |
2149 | # Begin Source File | |
2150 | ||
2151 | SOURCE=.\jpeg\jutils.c | |
2152 | ||
c92d798f | 2153 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2154 | |
c92d798f | 2155 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2156 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
36edded9 | 2157 | |
c92d798f | 2158 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2159 | |
f6bcfd97 | 2160 | # ADD CPP /Zi /I ".." |
36edded9 JS |
2161 | # SUBTRACT CPP /YX /Yc /Yu |
2162 | ||
014e19de | 2163 | !ENDIF |
36edded9 | 2164 | |
5fa399c9 JS |
2165 | # End Source File |
2166 | # End Group | |
2167 | # Begin Group "TIFF files" | |
2168 | ||
2169 | # PROP Default_Filter "" | |
2170 | # Begin Source File | |
2171 | ||
2172 | SOURCE=.\tiff\tif_aux.c | |
2173 | # ADD CPP /I "tiff" | |
2174 | # SUBTRACT CPP /YX /Yc /Yu | |
2175 | # End Source File | |
2176 | # Begin Source File | |
2177 | ||
2178 | SOURCE=.\tiff\tif_close.c | |
2179 | # ADD CPP /I "tiff" | |
2180 | # SUBTRACT CPP /YX /Yc /Yu | |
2181 | # End Source File | |
2182 | # Begin Source File | |
2183 | ||
2184 | SOURCE=.\tiff\tif_codec.c | |
2185 | # ADD CPP /I "tiff" | |
2186 | # SUBTRACT CPP /YX /Yc /Yu | |
2187 | # End Source File | |
2188 | # Begin Source File | |
2189 | ||
2190 | SOURCE=.\tiff\tif_compress.c | |
2191 | # ADD CPP /I "tiff" | |
2192 | # SUBTRACT CPP /YX /Yc /Yu | |
2193 | # End Source File | |
2194 | # Begin Source File | |
2195 | ||
2196 | SOURCE=.\tiff\tif_dir.c | |
2197 | # ADD CPP /I "tiff" | |
2198 | # SUBTRACT CPP /YX /Yc /Yu | |
2199 | # End Source File | |
2200 | # Begin Source File | |
2201 | ||
2202 | SOURCE=.\tiff\tif_dirinfo.c | |
2203 | # ADD CPP /I "tiff" | |
2204 | # SUBTRACT CPP /YX /Yc /Yu | |
2205 | # End Source File | |
2206 | # Begin Source File | |
2207 | ||
2208 | SOURCE=.\tiff\tif_dirread.c | |
2209 | # ADD CPP /I "tiff" | |
2210 | # SUBTRACT CPP /YX /Yc /Yu | |
2211 | # End Source File | |
2212 | # Begin Source File | |
2213 | ||
2214 | SOURCE=.\tiff\tif_dirwrite.c | |
2215 | # ADD CPP /I "tiff" | |
2216 | # SUBTRACT CPP /YX /Yc /Yu | |
2217 | # End Source File | |
2218 | # Begin Source File | |
2219 | ||
2220 | SOURCE=.\tiff\tif_dumpmode.c | |
2221 | # ADD CPP /I "tiff" | |
2222 | # SUBTRACT CPP /YX /Yc /Yu | |
2223 | # End Source File | |
2224 | # Begin Source File | |
2225 | ||
2226 | SOURCE=.\tiff\tif_error.c | |
2227 | # ADD CPP /I "tiff" | |
2228 | # SUBTRACT CPP /YX /Yc /Yu | |
2229 | # End Source File | |
2230 | # Begin Source File | |
2231 | ||
2232 | SOURCE=.\tiff\tif_fax3.c | |
2233 | # ADD CPP /I "tiff" | |
2234 | # SUBTRACT CPP /YX /Yc /Yu | |
2235 | # End Source File | |
2236 | # Begin Source File | |
2237 | ||
2238 | SOURCE=.\tiff\tif_fax3sm.c | |
2239 | # ADD CPP /I "tiff" | |
2240 | # SUBTRACT CPP /YX /Yc /Yu | |
2241 | # End Source File | |
2242 | # Begin Source File | |
2243 | ||
2244 | SOURCE=.\tiff\tif_flush.c | |
2245 | # ADD CPP /I "tiff" | |
2246 | # SUBTRACT CPP /YX /Yc /Yu | |
2247 | # End Source File | |
2248 | # Begin Source File | |
2249 | ||
2250 | SOURCE=.\tiff\tif_getimage.c | |
2251 | # ADD CPP /I "tiff" | |
2252 | # SUBTRACT CPP /YX /Yc /Yu | |
2253 | # End Source File | |
2254 | # Begin Source File | |
2255 | ||
2256 | SOURCE=.\tiff\tif_jpeg.c | |
2257 | # ADD CPP /I "tiff" | |
2258 | # SUBTRACT CPP /YX /Yc /Yu | |
2259 | # End Source File | |
2260 | # Begin Source File | |
2261 | ||
2262 | SOURCE=.\tiff\tif_luv.c | |
2263 | # ADD CPP /I "tiff" | |
2264 | # SUBTRACT CPP /YX /Yc /Yu | |
2265 | # End Source File | |
2266 | # Begin Source File | |
2267 | ||
2268 | SOURCE=.\tiff\tif_lzw.c | |
2269 | # ADD CPP /I "tiff" | |
2270 | # SUBTRACT CPP /YX /Yc /Yu | |
2271 | # End Source File | |
2272 | # Begin Source File | |
2273 | ||
2274 | SOURCE=.\tiff\tif_next.c | |
2275 | # ADD CPP /I "tiff" | |
2276 | # SUBTRACT CPP /YX /Yc /Yu | |
2277 | # End Source File | |
2278 | # Begin Source File | |
2279 | ||
2280 | SOURCE=.\tiff\tif_open.c | |
2281 | # ADD CPP /I "tiff" | |
2282 | # SUBTRACT CPP /YX /Yc /Yu | |
2283 | # End Source File | |
2284 | # Begin Source File | |
2285 | ||
2286 | SOURCE=.\tiff\tif_packbits.c | |
2287 | # ADD CPP /I "tiff" | |
2288 | # SUBTRACT CPP /YX /Yc /Yu | |
2289 | # End Source File | |
2290 | # Begin Source File | |
2291 | ||
2292 | SOURCE=.\tiff\tif_pixarlog.c | |
2293 | # ADD CPP /I "tiff" | |
2294 | # SUBTRACT CPP /YX /Yc /Yu | |
2295 | # End Source File | |
2296 | # Begin Source File | |
2297 | ||
2298 | SOURCE=.\tiff\tif_predict.c | |
2299 | # ADD CPP /I "tiff" | |
2300 | # SUBTRACT CPP /YX /Yc /Yu | |
2301 | # End Source File | |
2302 | # Begin Source File | |
2303 | ||
2304 | SOURCE=.\tiff\tif_print.c | |
2305 | # ADD CPP /I "tiff" | |
2306 | # SUBTRACT CPP /YX /Yc /Yu | |
2307 | # End Source File | |
2308 | # Begin Source File | |
2309 | ||
2310 | SOURCE=.\tiff\tif_read.c | |
2311 | # ADD CPP /I "tiff" | |
2312 | # SUBTRACT CPP /YX /Yc /Yu | |
2313 | # End Source File | |
2314 | # Begin Source File | |
2315 | ||
2316 | SOURCE=.\tiff\tif_strip.c | |
2317 | # ADD CPP /I "tiff" | |
2318 | # SUBTRACT CPP /YX /Yc /Yu | |
2319 | # End Source File | |
2320 | # Begin Source File | |
2321 | ||
2322 | SOURCE=.\tiff\tif_swab.c | |
2323 | # ADD CPP /I "tiff" | |
2324 | # SUBTRACT CPP /YX /Yc /Yu | |
2325 | # End Source File | |
2326 | # Begin Source File | |
2327 | ||
2328 | SOURCE=.\tiff\tif_thunder.c | |
2329 | # ADD CPP /I "tiff" | |
2330 | # SUBTRACT CPP /YX /Yc /Yu | |
2331 | # End Source File | |
2332 | # Begin Source File | |
2333 | ||
2334 | SOURCE=.\tiff\tif_tile.c | |
2335 | # ADD CPP /I "tiff" | |
2336 | # SUBTRACT CPP /YX /Yc /Yu | |
2337 | # End Source File | |
2338 | # Begin Source File | |
2339 | ||
2340 | SOURCE=.\tiff\tif_version.c | |
2341 | # ADD CPP /I "tiff" | |
2342 | # SUBTRACT CPP /YX /Yc /Yu | |
2343 | # End Source File | |
2344 | # Begin Source File | |
2345 | ||
2346 | SOURCE=.\tiff\tif_warning.c | |
2347 | # ADD CPP /I "tiff" | |
2348 | # SUBTRACT CPP /YX /Yc /Yu | |
2349 | # End Source File | |
2350 | # Begin Source File | |
2351 | ||
2352 | SOURCE=.\tiff\tif_win32.c | |
2353 | # ADD CPP /I "tiff" | |
2354 | # SUBTRACT CPP /YX /Yc /Yu | |
2355 | # End Source File | |
2356 | # Begin Source File | |
2357 | ||
2358 | SOURCE=.\tiff\tif_write.c | |
2359 | # ADD CPP /I "tiff" | |
2360 | # SUBTRACT CPP /YX /Yc /Yu | |
2361 | # End Source File | |
2362 | # Begin Source File | |
2363 | ||
2364 | SOURCE=.\tiff\tif_zip.c | |
2365 | # ADD CPP /I "tiff" | |
2366 | # SUBTRACT CPP /YX /Yc /Yu | |
36edded9 JS |
2367 | # End Source File |
2368 | # End Group | |
7cb86a4c JS |
2369 | # End Target |
2370 | # End Project |