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