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