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