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