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