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