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