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