]>
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 | ||
2131a664 | 640 | SOURCE=.\html\m_pre.cpp |
7cb86a4c JS |
641 | # End Source File |
642 | # Begin Source File | |
643 | ||
2131a664 | 644 | SOURCE=.\html\m_tables.cpp |
7cb86a4c JS |
645 | # End Source File |
646 | # Begin Source File | |
647 | ||
36edded9 JS |
648 | SOURCE=.\html\winpars.cpp |
649 | # End Source File | |
650 | # End Group | |
651 | # Begin Group "MSW Files" | |
652 | ||
7cb86a4c JS |
653 | # PROP Default_Filter "" |
654 | # Begin Source File | |
655 | ||
656 | SOURCE=.\msw\accel.cpp | |
657 | # End Source File | |
658 | # Begin Source File | |
659 | ||
660 | SOURCE=.\msw\app.cpp | |
661 | # End Source File | |
662 | # Begin Source File | |
663 | ||
664 | SOURCE=.\msw\bitmap.cpp | |
665 | # End Source File | |
666 | # Begin Source File | |
667 | ||
668 | SOURCE=.\msw\bmpbuttn.cpp | |
669 | # End Source File | |
670 | # Begin Source File | |
671 | ||
672 | SOURCE=.\msw\brush.cpp | |
673 | # End Source File | |
674 | # Begin Source File | |
675 | ||
676 | SOURCE=.\msw\button.cpp | |
677 | # End Source File | |
678 | # Begin Source File | |
679 | ||
5427610e JS |
680 | SOURCE=.\msw\caret.cpp |
681 | # End Source File | |
682 | # Begin Source File | |
683 | ||
7cb86a4c JS |
684 | SOURCE=.\msw\checkbox.cpp |
685 | # End Source File | |
686 | # Begin Source File | |
687 | ||
688 | SOURCE=.\msw\checklst.cpp | |
689 | # End Source File | |
690 | # Begin Source File | |
691 | ||
692 | SOURCE=.\msw\choice.cpp | |
693 | # End Source File | |
694 | # Begin Source File | |
695 | ||
696 | SOURCE=.\msw\clipbrd.cpp | |
697 | # End Source File | |
698 | # Begin Source File | |
699 | ||
700 | SOURCE=.\msw\colordlg.cpp | |
701 | # End Source File | |
702 | # Begin Source File | |
703 | ||
704 | SOURCE=.\msw\colour.cpp | |
705 | # End Source File | |
706 | # Begin Source File | |
707 | ||
708 | SOURCE=.\msw\combobox.cpp | |
709 | # End Source File | |
710 | # Begin Source File | |
711 | ||
712 | SOURCE=.\msw\control.cpp | |
713 | # End Source File | |
714 | # Begin Source File | |
715 | ||
716 | SOURCE=.\msw\curico.cpp | |
717 | # End Source File | |
718 | # Begin Source File | |
719 | ||
720 | SOURCE=.\msw\cursor.cpp | |
721 | # End Source File | |
722 | # Begin Source File | |
723 | ||
724 | SOURCE=.\msw\data.cpp | |
725 | # End Source File | |
726 | # Begin Source File | |
727 | ||
728 | SOURCE=.\msw\dc.cpp | |
729 | # End Source File | |
730 | # Begin Source File | |
731 | ||
732 | SOURCE=.\msw\dcclient.cpp | |
733 | # End Source File | |
734 | # Begin Source File | |
735 | ||
736 | SOURCE=.\msw\dcmemory.cpp | |
737 | # End Source File | |
738 | # Begin Source File | |
739 | ||
740 | SOURCE=.\msw\dcprint.cpp | |
741 | # End Source File | |
742 | # Begin Source File | |
743 | ||
744 | SOURCE=.\msw\dcscreen.cpp | |
745 | # End Source File | |
746 | # Begin Source File | |
747 | ||
748 | SOURCE=.\msw\dde.cpp | |
749 | # End Source File | |
750 | # Begin Source File | |
751 | ||
752 | SOURCE=.\msw\dialog.cpp | |
753 | # End Source File | |
754 | # Begin Source File | |
755 | ||
756 | SOURCE=.\msw\dib.cpp | |
757 | # End Source File | |
758 | # Begin Source File | |
759 | ||
760 | SOURCE=.\msw\dibutils.cpp | |
761 | # End Source File | |
762 | # Begin Source File | |
763 | ||
17d8ee1c JS |
764 | SOURCE=.\msw\dir.cpp |
765 | # End Source File | |
766 | # Begin Source File | |
767 | ||
7cb86a4c JS |
768 | SOURCE=.\msw\dirdlg.cpp |
769 | # End Source File | |
770 | # Begin Source File | |
771 | ||
772 | SOURCE=.\msw\dragimag.cpp | |
773 | # End Source File | |
774 | # Begin Source File | |
775 | ||
36edded9 | 776 | SOURCE=.\msw\dummy.cpp |
7cb86a4c JS |
777 | # ADD CPP /Yc"wx/wxprec.h" |
778 | # End Source File | |
779 | # Begin Source File | |
780 | ||
781 | SOURCE=.\msw\filedlg.cpp | |
782 | # End Source File | |
783 | # Begin Source File | |
784 | ||
785 | SOURCE=.\msw\font.cpp | |
786 | # End Source File | |
787 | # Begin Source File | |
788 | ||
789 | SOURCE=.\msw\fontdlg.cpp | |
790 | # End Source File | |
791 | # Begin Source File | |
792 | ||
6e47faf1 JS |
793 | SOURCE=.\msw\fontenum.cpp |
794 | # End Source File | |
795 | # Begin Source File | |
796 | ||
797 | SOURCE=.\msw\fontutil.cpp | |
798 | # End Source File | |
799 | # Begin Source File | |
800 | ||
7cb86a4c JS |
801 | SOURCE=.\msw\frame.cpp |
802 | # End Source File | |
803 | # Begin Source File | |
804 | ||
805 | SOURCE=.\msw\gauge95.cpp | |
806 | # End Source File | |
807 | # Begin Source File | |
808 | ||
809 | SOURCE=.\msw\gaugemsw.cpp | |
810 | # End Source File | |
811 | # Begin Source File | |
812 | ||
340196c0 JS |
813 | SOURCE=.\msw\gdiimage.cpp |
814 | # End Source File | |
815 | # Begin Source File | |
816 | ||
7cb86a4c JS |
817 | SOURCE=.\msw\gdiobj.cpp |
818 | # End Source File | |
819 | # Begin Source File | |
820 | ||
5427610e JS |
821 | SOURCE=.\msw\gsocket.c |
822 | # SUBTRACT CPP /YX /Yc /Yu | |
823 | # End Source File | |
824 | # Begin Source File | |
825 | ||
7cb86a4c JS |
826 | SOURCE=.\msw\helpwin.cpp |
827 | # End Source File | |
828 | # Begin Source File | |
829 | ||
830 | SOURCE=.\msw\icon.cpp | |
831 | # End Source File | |
832 | # Begin Source File | |
833 | ||
834 | SOURCE=.\msw\imaglist.cpp | |
835 | # End Source File | |
836 | # Begin Source File | |
837 | ||
838 | SOURCE=.\msw\iniconf.cpp | |
839 | # End Source File | |
840 | # Begin Source File | |
841 | ||
842 | SOURCE=.\msw\joystick.cpp | |
843 | # End Source File | |
844 | # Begin Source File | |
845 | ||
846 | SOURCE=.\msw\listbox.cpp | |
847 | # End Source File | |
848 | # Begin Source File | |
849 | ||
850 | SOURCE=.\msw\listctrl.cpp | |
851 | # End Source File | |
852 | # Begin Source File | |
853 | ||
854 | SOURCE=.\msw\main.cpp | |
855 | # End Source File | |
856 | # Begin Source File | |
857 | ||
858 | SOURCE=.\msw\mdi.cpp | |
859 | # End Source File | |
860 | # Begin Source File | |
861 | ||
862 | SOURCE=.\msw\menu.cpp | |
863 | # End Source File | |
864 | # Begin Source File | |
865 | ||
866 | SOURCE=.\msw\menuitem.cpp | |
867 | # End Source File | |
868 | # Begin Source File | |
869 | ||
870 | SOURCE=.\msw\metafile.cpp | |
871 | # End Source File | |
872 | # Begin Source File | |
873 | ||
874 | SOURCE=.\msw\minifram.cpp | |
875 | # End Source File | |
876 | # Begin Source File | |
877 | ||
878 | SOURCE=.\msw\msgdlg.cpp | |
879 | # End Source File | |
880 | # Begin Source File | |
881 | ||
882 | SOURCE=.\msw\nativdlg.cpp | |
883 | # End Source File | |
884 | # Begin Source File | |
885 | ||
886 | SOURCE=.\msw\notebook.cpp | |
887 | # End Source File | |
888 | # Begin Source File | |
889 | ||
890 | SOURCE=.\msw\ownerdrw.cpp | |
891 | # End Source File | |
892 | # Begin Source File | |
893 | ||
894 | SOURCE=.\msw\palette.cpp | |
895 | # End Source File | |
896 | # Begin Source File | |
897 | ||
898 | SOURCE=.\msw\pen.cpp | |
899 | # End Source File | |
900 | # Begin Source File | |
901 | ||
902 | SOURCE=.\msw\penwin.cpp | |
903 | # End Source File | |
904 | # Begin Source File | |
905 | ||
7cb86a4c JS |
906 | SOURCE=.\msw\printdlg.cpp |
907 | # End Source File | |
908 | # Begin Source File | |
909 | ||
910 | SOURCE=.\msw\printwin.cpp | |
911 | # End Source File | |
912 | # Begin Source File | |
913 | ||
914 | SOURCE=.\msw\radiobox.cpp | |
915 | # End Source File | |
916 | # Begin Source File | |
917 | ||
918 | SOURCE=.\msw\radiobut.cpp | |
919 | # End Source File | |
920 | # Begin Source File | |
921 | ||
922 | SOURCE=.\msw\regconf.cpp | |
923 | # End Source File | |
924 | # Begin Source File | |
925 | ||
926 | SOURCE=.\msw\region.cpp | |
927 | # End Source File | |
928 | # Begin Source File | |
929 | ||
930 | SOURCE=.\msw\registry.cpp | |
931 | # End Source File | |
932 | # Begin Source File | |
933 | ||
934 | SOURCE=.\msw\scrolbar.cpp | |
935 | # End Source File | |
936 | # Begin Source File | |
937 | ||
938 | SOURCE=.\msw\settings.cpp | |
939 | # End Source File | |
940 | # Begin Source File | |
941 | ||
942 | SOURCE=.\msw\slider95.cpp | |
943 | # End Source File | |
944 | # Begin Source File | |
945 | ||
946 | SOURCE=.\msw\slidrmsw.cpp | |
947 | # End Source File | |
948 | # Begin Source File | |
949 | ||
950 | SOURCE=.\msw\spinbutt.cpp | |
951 | # End Source File | |
952 | # Begin Source File | |
953 | ||
b4fe5125 JS |
954 | SOURCE=.\msw\spinctrl.cpp |
955 | # End Source File | |
956 | # Begin Source File | |
957 | ||
7cb86a4c JS |
958 | SOURCE=.\msw\statbmp.cpp |
959 | # End Source File | |
960 | # Begin Source File | |
961 | ||
962 | SOURCE=.\msw\statbox.cpp | |
963 | # End Source File | |
964 | # Begin Source File | |
965 | ||
966 | SOURCE=.\msw\statbr95.cpp | |
967 | # End Source File | |
968 | # Begin Source File | |
969 | ||
5427610e JS |
970 | SOURCE=.\msw\statline.cpp |
971 | # End Source File | |
972 | # Begin Source File | |
973 | ||
7cb86a4c JS |
974 | SOURCE=.\msw\stattext.cpp |
975 | # End Source File | |
976 | # Begin Source File | |
977 | ||
978 | SOURCE=.\msw\tabctrl.cpp | |
979 | # End Source File | |
980 | # Begin Source File | |
981 | ||
982 | SOURCE=.\msw\taskbar.cpp | |
983 | # End Source File | |
984 | # Begin Source File | |
985 | ||
986 | SOURCE=.\msw\tbar95.cpp | |
987 | # End Source File | |
988 | # Begin Source File | |
989 | ||
7cb86a4c JS |
990 | SOURCE=.\msw\textctrl.cpp |
991 | # End Source File | |
992 | # Begin Source File | |
993 | ||
994 | SOURCE=.\msw\thread.cpp | |
995 | # End Source File | |
996 | # Begin Source File | |
997 | ||
998 | SOURCE=.\msw\timer.cpp | |
999 | # End Source File | |
1000 | # Begin Source File | |
1001 | ||
1002 | SOURCE=.\msw\tooltip.cpp | |
1003 | # End Source File | |
1004 | # Begin Source File | |
1005 | ||
1006 | SOURCE=.\msw\treectrl.cpp | |
1007 | # End Source File | |
1008 | # Begin Source File | |
1009 | ||
1010 | SOURCE=.\msw\utils.cpp | |
1011 | # End Source File | |
1012 | # Begin Source File | |
1013 | ||
1014 | SOURCE=.\msw\utilsexc.cpp | |
1015 | # End Source File | |
1016 | # Begin Source File | |
1017 | ||
1018 | SOURCE=.\msw\wave.cpp | |
1019 | # End Source File | |
1020 | # Begin Source File | |
1021 | ||
1022 | SOURCE=.\msw\window.cpp | |
1023 | # End Source File | |
1024 | # Begin Source File | |
1025 | ||
1026 | SOURCE=.\msw\xpmhand.cpp | |
36edded9 | 1027 | # ADD CPP /I "../src/xpm" |
7cb86a4c JS |
1028 | # End Source File |
1029 | # End Group | |
1030 | # Begin Group "OLE Files" | |
1031 | ||
1032 | # PROP Default_Filter "" | |
1033 | # Begin Source File | |
1034 | ||
1035 | SOURCE=.\msw\ole\automtn.cpp | |
1036 | # End Source File | |
1037 | # Begin Source File | |
1038 | ||
1039 | SOURCE=.\msw\ole\dataobj.cpp | |
1040 | # End Source File | |
1041 | # Begin Source File | |
1042 | ||
1043 | SOURCE=.\msw\ole\dropsrc.cpp | |
1044 | # End Source File | |
1045 | # Begin Source File | |
1046 | ||
1047 | SOURCE=.\msw\ole\droptgt.cpp | |
1048 | # End Source File | |
1049 | # Begin Source File | |
1050 | ||
1051 | SOURCE=.\msw\ole\oleutils.cpp | |
1052 | # End Source File | |
1053 | # Begin Source File | |
1054 | ||
1055 | SOURCE=.\msw\ole\uuid.cpp | |
1056 | # End Source File | |
1057 | # End Group | |
1058 | # Begin Group "PNG Files" | |
1059 | ||
1060 | # PROP Default_Filter "" | |
1061 | # Begin Source File | |
1062 | ||
1063 | SOURCE=.\png\png.c | |
1064 | # ADD CPP /I "zlib" | |
1065 | # SUBTRACT CPP /YX /Yc /Yu | |
1066 | # End Source File | |
1067 | # Begin Source File | |
1068 | ||
1069 | SOURCE=.\png\pngerror.c | |
1070 | # ADD CPP /I "zlib" | |
1071 | # SUBTRACT CPP /YX /Yc /Yu | |
1072 | # End Source File | |
1073 | # Begin Source File | |
1074 | ||
1075 | SOURCE=.\png\pngget.c | |
1076 | # ADD CPP /I "zlib" | |
1077 | # SUBTRACT CPP /YX /Yc /Yu | |
1078 | # End Source File | |
1079 | # Begin Source File | |
1080 | ||
1081 | SOURCE=.\png\pngmem.c | |
1082 | # ADD CPP /I "zlib" | |
1083 | # SUBTRACT CPP /YX /Yc /Yu | |
1084 | # End Source File | |
1085 | # Begin Source File | |
1086 | ||
1087 | SOURCE=.\png\pngpread.c | |
1088 | # ADD CPP /I "zlib" | |
1089 | # SUBTRACT CPP /YX /Yc /Yu | |
1090 | # End Source File | |
1091 | # Begin Source File | |
1092 | ||
1093 | SOURCE=.\png\pngread.c | |
1094 | # ADD CPP /I "zlib" | |
1095 | # SUBTRACT CPP /YX /Yc /Yu | |
1096 | # End Source File | |
1097 | # Begin Source File | |
1098 | ||
1099 | SOURCE=.\png\pngrio.c | |
1100 | # ADD CPP /I "zlib" | |
1101 | # SUBTRACT CPP /YX /Yc /Yu | |
1102 | # End Source File | |
1103 | # Begin Source File | |
1104 | ||
1105 | SOURCE=.\png\pngrtran.c | |
1106 | # ADD CPP /I "zlib" | |
1107 | # SUBTRACT CPP /YX /Yc /Yu | |
1108 | # End Source File | |
1109 | # Begin Source File | |
1110 | ||
1111 | SOURCE=.\png\pngrutil.c | |
1112 | # ADD CPP /I "zlib" | |
1113 | # SUBTRACT CPP /YX /Yc /Yu | |
1114 | # End Source File | |
1115 | # Begin Source File | |
1116 | ||
1117 | SOURCE=.\png\pngset.c | |
1118 | # ADD CPP /I "zlib" | |
1119 | # SUBTRACT CPP /YX /Yc /Yu | |
1120 | # End Source File | |
1121 | # Begin Source File | |
1122 | ||
1123 | SOURCE=.\png\pngtest.c | |
1124 | # ADD CPP /I "zlib" | |
1125 | # SUBTRACT CPP /YX /Yc /Yu | |
1126 | # End Source File | |
1127 | # Begin Source File | |
1128 | ||
1129 | SOURCE=.\png\pngtrans.c | |
1130 | # ADD CPP /I "zlib" | |
1131 | # SUBTRACT CPP /YX /Yc /Yu | |
1132 | # End Source File | |
1133 | # Begin Source File | |
1134 | ||
1135 | SOURCE=.\png\pngwio.c | |
1136 | # ADD CPP /I "zlib" | |
1137 | # SUBTRACT CPP /YX /Yc /Yu | |
1138 | # End Source File | |
1139 | # Begin Source File | |
1140 | ||
1141 | SOURCE=.\png\pngwrite.c | |
1142 | # ADD CPP /I "zlib" | |
1143 | # SUBTRACT CPP /YX /Yc /Yu | |
1144 | # End Source File | |
1145 | # Begin Source File | |
1146 | ||
1147 | SOURCE=.\png\pngwtran.c | |
1148 | # ADD CPP /I "zlib" | |
1149 | # SUBTRACT CPP /YX /Yc /Yu | |
1150 | # End Source File | |
1151 | # Begin Source File | |
1152 | ||
1153 | SOURCE=.\png\pngwutil.c | |
1154 | # ADD CPP /I "zlib" | |
1155 | # SUBTRACT CPP /YX /Yc /Yu | |
1156 | # End Source File | |
1157 | # End Group | |
1158 | # Begin Group "XPM Files" | |
1159 | ||
1160 | # PROP Default_Filter "" | |
1161 | # Begin Source File | |
1162 | ||
1163 | SOURCE=.\xpm\crbuffri.c | |
1164 | # ADD CPP /D "FOR_MSW" | |
1165 | # SUBTRACT CPP /YX /Yc /Yu | |
1166 | # End Source File | |
1167 | # Begin Source File | |
1168 | ||
1169 | SOURCE=.\xpm\crbuffrp.c | |
1170 | # ADD CPP /D "FOR_MSW" | |
1171 | # SUBTRACT CPP /YX /Yc /Yu | |
1172 | # End Source File | |
1173 | # Begin Source File | |
1174 | ||
1175 | SOURCE=.\xpm\crdatfri.c | |
1176 | # ADD CPP /D "FOR_MSW" | |
1177 | # SUBTRACT CPP /YX /Yc /Yu | |
1178 | # End Source File | |
1179 | # Begin Source File | |
1180 | ||
1181 | SOURCE=.\xpm\crdatfrp.c | |
1182 | # ADD CPP /D "FOR_MSW" | |
1183 | # SUBTRACT CPP /YX /Yc /Yu | |
1184 | # End Source File | |
1185 | # Begin Source File | |
1186 | ||
1187 | SOURCE=.\xpm\create.c | |
1188 | # ADD CPP /D "FOR_MSW" | |
1189 | # SUBTRACT CPP /YX /Yc /Yu | |
1190 | # End Source File | |
1191 | # Begin Source File | |
1192 | ||
1193 | SOURCE=.\xpm\crifrbuf.c | |
1194 | # ADD CPP /D "FOR_MSW" | |
1195 | # SUBTRACT CPP /YX /Yc /Yu | |
1196 | # End Source File | |
1197 | # Begin Source File | |
1198 | ||
1199 | SOURCE=.\xpm\crifrdat.c | |
1200 | # ADD CPP /D "FOR_MSW" | |
1201 | # SUBTRACT CPP /YX /Yc /Yu | |
1202 | # End Source File | |
1203 | # Begin Source File | |
1204 | ||
1205 | SOURCE=.\xpm\crpfrbuf.c | |
1206 | # ADD CPP /D "FOR_MSW" | |
1207 | # SUBTRACT CPP /YX /Yc /Yu | |
1208 | # End Source File | |
1209 | # Begin Source File | |
1210 | ||
1211 | SOURCE=.\xpm\crpfrdat.c | |
1212 | # ADD CPP /D "FOR_MSW" | |
1213 | # SUBTRACT CPP /YX /Yc /Yu | |
1214 | # End Source File | |
1215 | # Begin Source File | |
1216 | ||
1217 | SOURCE=.\xpm\dataxpm.c | |
1218 | # ADD CPP /D "FOR_MSW" | |
1219 | # SUBTRACT CPP /YX /Yc /Yu | |
1220 | # End Source File | |
1221 | # Begin Source File | |
1222 | ||
1223 | SOURCE=.\xpm\hashtab.c | |
1224 | # ADD CPP /D "FOR_MSW" | |
1225 | # SUBTRACT CPP /YX /Yc /Yu | |
1226 | # End Source File | |
1227 | # Begin Source File | |
1228 | ||
1229 | SOURCE=.\xpm\misc.c | |
1230 | # ADD CPP /D "FOR_MSW" | |
1231 | # SUBTRACT CPP /YX /Yc /Yu | |
1232 | # End Source File | |
1233 | # Begin Source File | |
1234 | ||
1235 | SOURCE=.\xpm\parse.c | |
1236 | # ADD CPP /D "FOR_MSW" | |
1237 | # SUBTRACT CPP /YX /Yc /Yu | |
1238 | # End Source File | |
1239 | # Begin Source File | |
1240 | ||
1241 | SOURCE=.\xpm\rdftodat.c | |
1242 | # ADD CPP /D "FOR_MSW" | |
1243 | # SUBTRACT CPP /YX /Yc /Yu | |
1244 | # End Source File | |
1245 | # Begin Source File | |
1246 | ||
1247 | SOURCE=.\xpm\rdftoi.c | |
1248 | # ADD CPP /D "FOR_MSW" | |
1249 | # SUBTRACT CPP /YX /Yc /Yu | |
1250 | # End Source File | |
1251 | # Begin Source File | |
1252 | ||
1253 | SOURCE=.\xpm\rdftop.c | |
1254 | # ADD CPP /D "FOR_MSW" | |
1255 | # SUBTRACT CPP /YX /Yc /Yu | |
1256 | # End Source File | |
1257 | # Begin Source File | |
1258 | ||
1259 | SOURCE=.\xpm\rgb.c | |
1260 | # ADD CPP /D "FOR_MSW" | |
1261 | # SUBTRACT CPP /YX /Yc /Yu | |
1262 | # End Source File | |
1263 | # Begin Source File | |
1264 | ||
1265 | SOURCE=.\xpm\scan.c | |
1266 | # ADD CPP /D "FOR_MSW" | |
1267 | # SUBTRACT CPP /YX /Yc /Yu | |
1268 | # End Source File | |
1269 | # Begin Source File | |
1270 | ||
1271 | SOURCE=.\xpm\simx.c | |
1272 | # ADD CPP /D "FOR_MSW" | |
1273 | # SUBTRACT CPP /YX /Yc /Yu | |
1274 | # End Source File | |
1275 | # Begin Source File | |
1276 | ||
1277 | SOURCE=.\xpm\wrffrdat.c | |
1278 | # ADD CPP /D "FOR_MSW" | |
1279 | # SUBTRACT CPP /YX /Yc /Yu | |
1280 | # End Source File | |
1281 | # Begin Source File | |
1282 | ||
1283 | SOURCE=.\xpm\wrffri.c | |
1284 | # ADD CPP /D "FOR_MSW" | |
1285 | # SUBTRACT CPP /YX /Yc /Yu | |
1286 | # End Source File | |
1287 | # Begin Source File | |
1288 | ||
1289 | SOURCE=.\xpm\wrffrp.c | |
1290 | # ADD CPP /D "FOR_MSW" | |
1291 | # SUBTRACT CPP /YX /Yc /Yu | |
1292 | # End Source File | |
1293 | # End Group | |
1294 | # Begin Group "Zlib Files" | |
1295 | ||
1296 | # PROP Default_Filter "" | |
1297 | # Begin Source File | |
1298 | ||
1299 | SOURCE=.\zlib\adler32.c | |
1300 | # SUBTRACT CPP /YX /Yc /Yu | |
1301 | # End Source File | |
1302 | # Begin Source File | |
1303 | ||
1304 | SOURCE=.\zlib\compress.c | |
1305 | # SUBTRACT CPP /YX /Yc /Yu | |
1306 | # End Source File | |
1307 | # Begin Source File | |
1308 | ||
1309 | SOURCE=.\zlib\crc32.c | |
1310 | # SUBTRACT CPP /YX /Yc /Yu | |
1311 | # End Source File | |
1312 | # Begin Source File | |
1313 | ||
1314 | SOURCE=.\zlib\deflate.c | |
1315 | # SUBTRACT CPP /YX /Yc /Yu | |
1316 | # End Source File | |
1317 | # Begin Source File | |
1318 | ||
1319 | SOURCE=.\zlib\gzio.c | |
1320 | # SUBTRACT CPP /YX /Yc /Yu | |
1321 | # End Source File | |
1322 | # Begin Source File | |
1323 | ||
1324 | SOURCE=.\zlib\infblock.c | |
1325 | # SUBTRACT CPP /YX /Yc /Yu | |
1326 | # End Source File | |
1327 | # Begin Source File | |
1328 | ||
1329 | SOURCE=.\zlib\infcodes.c | |
1330 | # SUBTRACT CPP /YX /Yc /Yu | |
1331 | # End Source File | |
1332 | # Begin Source File | |
1333 | ||
1334 | SOURCE=.\zlib\inffast.c | |
1335 | # SUBTRACT CPP /YX /Yc /Yu | |
1336 | # End Source File | |
1337 | # Begin Source File | |
1338 | ||
1339 | SOURCE=.\zlib\inflate.c | |
1340 | # SUBTRACT CPP /YX /Yc /Yu | |
1341 | # End Source File | |
1342 | # Begin Source File | |
1343 | ||
1344 | SOURCE=.\zlib\inftrees.c | |
1345 | # SUBTRACT CPP /YX /Yc /Yu | |
1346 | # End Source File | |
1347 | # Begin Source File | |
1348 | ||
1349 | SOURCE=.\zlib\infutil.c | |
1350 | # SUBTRACT CPP /YX /Yc /Yu | |
1351 | # End Source File | |
1352 | # Begin Source File | |
1353 | ||
1354 | SOURCE=.\zlib\trees.c | |
1355 | # SUBTRACT CPP /YX /Yc /Yu | |
1356 | # End Source File | |
1357 | # Begin Source File | |
1358 | ||
1359 | SOURCE=.\zlib\uncompr.c | |
1360 | # SUBTRACT CPP /YX /Yc /Yu | |
1361 | # End Source File | |
1362 | # Begin Source File | |
1363 | ||
1364 | SOURCE=.\zlib\zutil.c | |
1365 | # SUBTRACT CPP /YX /Yc /Yu | |
1366 | # End Source File | |
1367 | # End Group | |
1368 | # Begin Group "Setup" | |
1369 | ||
1370 | # PROP Default_Filter "" | |
1371 | # Begin Source File | |
1372 | ||
1373 | SOURCE=..\include\wx\msw\setup.h | |
1374 | # End Source File | |
1375 | # End Group | |
36edded9 JS |
1376 | # Begin Group "JPEG Files" |
1377 | ||
1378 | # PROP Default_Filter "" | |
1379 | # Begin Source File | |
1380 | ||
1381 | SOURCE=.\jpeg\jcapimin.c | |
1382 | ||
c92d798f | 1383 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1384 | |
c92d798f JS |
1385 | # ADD CPP /I "..\include" /I ".." |
1386 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1387 | |
c92d798f | 1388 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1389 | |
c92d798f | 1390 | # ADD CPP /I ".." |
36edded9 JS |
1391 | # SUBTRACT CPP /YX /Yc /Yu |
1392 | ||
1393 | !ENDIF | |
1394 | ||
1395 | # End Source File | |
1396 | # Begin Source File | |
1397 | ||
1398 | SOURCE=.\jpeg\jcapistd.c | |
1399 | ||
c92d798f | 1400 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1401 | |
c92d798f JS |
1402 | # ADD CPP /I "..\include" /I ".." |
1403 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1404 | |
c92d798f | 1405 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1406 | |
c92d798f | 1407 | # ADD CPP /I ".." |
36edded9 JS |
1408 | # SUBTRACT CPP /YX /Yc /Yu |
1409 | ||
1410 | !ENDIF | |
1411 | ||
1412 | # End Source File | |
1413 | # Begin Source File | |
1414 | ||
1415 | SOURCE=.\jpeg\jccoefct.c | |
1416 | ||
c92d798f | 1417 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1418 | |
c92d798f JS |
1419 | # ADD CPP /I "..\include" /I ".." |
1420 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1421 | |
c92d798f | 1422 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1423 | |
c92d798f | 1424 | # ADD CPP /I ".." |
36edded9 JS |
1425 | # SUBTRACT CPP /YX /Yc /Yu |
1426 | ||
1427 | !ENDIF | |
1428 | ||
1429 | # End Source File | |
1430 | # Begin Source File | |
1431 | ||
1432 | SOURCE=.\jpeg\jccolor.c | |
1433 | ||
c92d798f | 1434 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1435 | |
c92d798f JS |
1436 | # ADD CPP /I "..\include" /I ".." |
1437 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1438 | |
c92d798f | 1439 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1440 | |
c92d798f | 1441 | # ADD CPP /I ".." |
36edded9 JS |
1442 | # SUBTRACT CPP /YX /Yc /Yu |
1443 | ||
1444 | !ENDIF | |
1445 | ||
1446 | # End Source File | |
1447 | # Begin Source File | |
1448 | ||
1449 | SOURCE=.\jpeg\jcdctmgr.c | |
1450 | ||
c92d798f | 1451 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1452 | |
c92d798f JS |
1453 | # ADD CPP /I "..\include" /I ".." |
1454 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1455 | |
c92d798f | 1456 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1457 | |
c92d798f | 1458 | # ADD CPP /I ".." |
36edded9 JS |
1459 | # SUBTRACT CPP /YX /Yc /Yu |
1460 | ||
1461 | !ENDIF | |
1462 | ||
1463 | # End Source File | |
1464 | # Begin Source File | |
1465 | ||
1466 | SOURCE=.\jpeg\jchuff.c | |
1467 | ||
c92d798f | 1468 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1469 | |
c92d798f JS |
1470 | # ADD CPP /I "..\include" /I ".." |
1471 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1472 | |
c92d798f | 1473 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1474 | |
c92d798f | 1475 | # ADD CPP /I ".." |
36edded9 JS |
1476 | # SUBTRACT CPP /YX /Yc /Yu |
1477 | ||
1478 | !ENDIF | |
1479 | ||
1480 | # End Source File | |
1481 | # Begin Source File | |
1482 | ||
1483 | SOURCE=.\jpeg\jcinit.c | |
1484 | ||
c92d798f | 1485 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1486 | |
c92d798f JS |
1487 | # ADD CPP /I "..\include" /I ".." |
1488 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1489 | |
c92d798f | 1490 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1491 | |
c92d798f | 1492 | # ADD CPP /I ".." |
36edded9 JS |
1493 | # SUBTRACT CPP /YX /Yc /Yu |
1494 | ||
1495 | !ENDIF | |
1496 | ||
1497 | # End Source File | |
1498 | # Begin Source File | |
1499 | ||
1500 | SOURCE=.\jpeg\jcmainct.c | |
1501 | ||
c92d798f | 1502 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1503 | |
c92d798f JS |
1504 | # ADD CPP /I "..\include" /I ".." |
1505 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1506 | |
c92d798f | 1507 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1508 | |
c92d798f | 1509 | # ADD CPP /I ".." |
36edded9 JS |
1510 | # SUBTRACT CPP /YX /Yc /Yu |
1511 | ||
1512 | !ENDIF | |
1513 | ||
1514 | # End Source File | |
1515 | # Begin Source File | |
1516 | ||
1517 | SOURCE=.\jpeg\jcmarker.c | |
1518 | ||
c92d798f | 1519 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1520 | |
c92d798f JS |
1521 | # ADD CPP /I "..\include" /I ".." |
1522 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1523 | |
c92d798f | 1524 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1525 | |
c92d798f | 1526 | # ADD CPP /I ".." |
36edded9 JS |
1527 | # SUBTRACT CPP /YX /Yc /Yu |
1528 | ||
1529 | !ENDIF | |
1530 | ||
1531 | # End Source File | |
1532 | # Begin Source File | |
1533 | ||
1534 | SOURCE=.\jpeg\jcmaster.c | |
1535 | ||
c92d798f | 1536 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1537 | |
c92d798f JS |
1538 | # ADD CPP /I "..\include" /I ".." |
1539 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1540 | |
c92d798f | 1541 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1542 | |
c92d798f | 1543 | # ADD CPP /I ".." |
36edded9 JS |
1544 | # SUBTRACT CPP /YX /Yc /Yu |
1545 | ||
1546 | !ENDIF | |
1547 | ||
1548 | # End Source File | |
1549 | # Begin Source File | |
1550 | ||
1551 | SOURCE=.\jpeg\jcomapi.c | |
1552 | ||
c92d798f | 1553 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1554 | |
c92d798f JS |
1555 | # ADD CPP /I "..\include" /I ".." |
1556 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1557 | |
c92d798f | 1558 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1559 | |
c92d798f | 1560 | # ADD CPP /I ".." |
36edded9 JS |
1561 | # SUBTRACT CPP /YX /Yc /Yu |
1562 | ||
1563 | !ENDIF | |
1564 | ||
1565 | # End Source File | |
1566 | # Begin Source File | |
1567 | ||
1568 | SOURCE=.\jpeg\jcparam.c | |
1569 | ||
c92d798f | 1570 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1571 | |
c92d798f JS |
1572 | # ADD CPP /I "..\include" /I ".." |
1573 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1574 | |
c92d798f | 1575 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1576 | |
c92d798f | 1577 | # ADD CPP /I ".." |
36edded9 JS |
1578 | # SUBTRACT CPP /YX /Yc /Yu |
1579 | ||
1580 | !ENDIF | |
1581 | ||
1582 | # End Source File | |
1583 | # Begin Source File | |
1584 | ||
1585 | SOURCE=.\jpeg\jcphuff.c | |
1586 | ||
c92d798f | 1587 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1588 | |
c92d798f JS |
1589 | # ADD CPP /I "..\include" /I ".." |
1590 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1591 | |
c92d798f | 1592 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1593 | |
c92d798f | 1594 | # ADD CPP /I ".." |
36edded9 JS |
1595 | # SUBTRACT CPP /YX /Yc /Yu |
1596 | ||
1597 | !ENDIF | |
1598 | ||
1599 | # End Source File | |
1600 | # Begin Source File | |
1601 | ||
1602 | SOURCE=.\jpeg\jcprepct.c | |
1603 | ||
c92d798f | 1604 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1605 | |
c92d798f JS |
1606 | # ADD CPP /I "..\include" /I ".." |
1607 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1608 | |
c92d798f | 1609 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1610 | |
c92d798f | 1611 | # ADD CPP /I ".." |
36edded9 JS |
1612 | # SUBTRACT CPP /YX /Yc /Yu |
1613 | ||
1614 | !ENDIF | |
1615 | ||
1616 | # End Source File | |
1617 | # Begin Source File | |
1618 | ||
1619 | SOURCE=.\jpeg\jcsample.c | |
1620 | ||
c92d798f | 1621 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1622 | |
c92d798f JS |
1623 | # ADD CPP /I "..\include" /I ".." |
1624 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1625 | |
c92d798f | 1626 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1627 | |
c92d798f | 1628 | # ADD CPP /I ".." |
36edded9 JS |
1629 | # SUBTRACT CPP /YX /Yc /Yu |
1630 | ||
1631 | !ENDIF | |
1632 | ||
1633 | # End Source File | |
1634 | # Begin Source File | |
1635 | ||
1636 | SOURCE=.\jpeg\jctrans.c | |
1637 | ||
c92d798f | 1638 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1639 | |
c92d798f JS |
1640 | # ADD CPP /I "..\include" /I ".." |
1641 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1642 | |
c92d798f | 1643 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1644 | |
c92d798f | 1645 | # ADD CPP /I ".." |
36edded9 JS |
1646 | # SUBTRACT CPP /YX /Yc /Yu |
1647 | ||
1648 | !ENDIF | |
1649 | ||
1650 | # End Source File | |
1651 | # Begin Source File | |
1652 | ||
1653 | SOURCE=.\jpeg\jdapimin.c | |
1654 | ||
c92d798f | 1655 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1656 | |
c92d798f JS |
1657 | # ADD CPP /I "..\include" /I ".." |
1658 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1659 | |
c92d798f | 1660 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1661 | |
c92d798f | 1662 | # ADD CPP /I ".." |
36edded9 JS |
1663 | # SUBTRACT CPP /YX /Yc /Yu |
1664 | ||
1665 | !ENDIF | |
1666 | ||
1667 | # End Source File | |
1668 | # Begin Source File | |
1669 | ||
1670 | SOURCE=.\jpeg\jdapistd.c | |
1671 | ||
c92d798f | 1672 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1673 | |
c92d798f JS |
1674 | # ADD CPP /I "..\include" /I ".." |
1675 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1676 | |
c92d798f | 1677 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1678 | |
c92d798f | 1679 | # ADD CPP /I ".." |
36edded9 JS |
1680 | # SUBTRACT CPP /YX /Yc /Yu |
1681 | ||
1682 | !ENDIF | |
1683 | ||
1684 | # End Source File | |
1685 | # Begin Source File | |
1686 | ||
1687 | SOURCE=.\jpeg\jdatadst.c | |
1688 | ||
c92d798f | 1689 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1690 | |
c92d798f JS |
1691 | # ADD CPP /I "..\include" /I ".." |
1692 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1693 | |
c92d798f | 1694 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1695 | |
c92d798f | 1696 | # ADD CPP /I ".." |
36edded9 JS |
1697 | # SUBTRACT CPP /YX /Yc /Yu |
1698 | ||
1699 | !ENDIF | |
1700 | ||
1701 | # End Source File | |
1702 | # Begin Source File | |
1703 | ||
1704 | SOURCE=.\jpeg\jdatasrc.c | |
1705 | ||
c92d798f | 1706 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1707 | |
c92d798f JS |
1708 | # ADD CPP /I "..\include" /I ".." |
1709 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1710 | |
c92d798f | 1711 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1712 | |
c92d798f | 1713 | # ADD CPP /I ".." |
36edded9 JS |
1714 | # SUBTRACT CPP /YX /Yc /Yu |
1715 | ||
1716 | !ENDIF | |
1717 | ||
1718 | # End Source File | |
1719 | # Begin Source File | |
1720 | ||
1721 | SOURCE=.\jpeg\jdcoefct.c | |
1722 | ||
c92d798f | 1723 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1724 | |
c92d798f JS |
1725 | # ADD CPP /I "..\include" /I ".." |
1726 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1727 | |
c92d798f | 1728 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1729 | |
c92d798f | 1730 | # ADD CPP /I ".." |
36edded9 JS |
1731 | # SUBTRACT CPP /YX /Yc /Yu |
1732 | ||
1733 | !ENDIF | |
1734 | ||
1735 | # End Source File | |
1736 | # Begin Source File | |
1737 | ||
1738 | SOURCE=.\jpeg\jdcolor.c | |
1739 | ||
c92d798f | 1740 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1741 | |
c92d798f JS |
1742 | # ADD CPP /I "..\include" /I ".." |
1743 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1744 | |
c92d798f | 1745 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1746 | |
c92d798f | 1747 | # ADD CPP /I ".." |
36edded9 JS |
1748 | # SUBTRACT CPP /YX /Yc /Yu |
1749 | ||
1750 | !ENDIF | |
1751 | ||
1752 | # End Source File | |
1753 | # Begin Source File | |
1754 | ||
1755 | SOURCE=.\jpeg\jddctmgr.c | |
1756 | ||
c92d798f | 1757 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1758 | |
c92d798f JS |
1759 | # ADD CPP /I "..\include" /I ".." |
1760 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1761 | |
c92d798f | 1762 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1763 | |
c92d798f | 1764 | # ADD CPP /I ".." |
36edded9 JS |
1765 | # SUBTRACT CPP /YX /Yc /Yu |
1766 | ||
1767 | !ENDIF | |
1768 | ||
1769 | # End Source File | |
1770 | # Begin Source File | |
1771 | ||
1772 | SOURCE=.\jpeg\jdhuff.c | |
1773 | ||
c92d798f | 1774 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1775 | |
c92d798f JS |
1776 | # ADD CPP /I "..\include" /I ".." |
1777 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1778 | |
c92d798f | 1779 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1780 | |
c92d798f | 1781 | # ADD CPP /I ".." |
36edded9 JS |
1782 | # SUBTRACT CPP /YX /Yc /Yu |
1783 | ||
1784 | !ENDIF | |
1785 | ||
1786 | # End Source File | |
1787 | # Begin Source File | |
1788 | ||
1789 | SOURCE=.\jpeg\jdinput.c | |
1790 | ||
c92d798f | 1791 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1792 | |
c92d798f JS |
1793 | # ADD CPP /I "..\include" /I ".." |
1794 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1795 | |
c92d798f | 1796 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1797 | |
c92d798f | 1798 | # ADD CPP /I ".." |
36edded9 JS |
1799 | # SUBTRACT CPP /YX /Yc /Yu |
1800 | ||
1801 | !ENDIF | |
1802 | ||
1803 | # End Source File | |
1804 | # Begin Source File | |
1805 | ||
1806 | SOURCE=.\jpeg\jdmainct.c | |
1807 | ||
c92d798f | 1808 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1809 | |
c92d798f JS |
1810 | # ADD CPP /I "..\include" /I ".." |
1811 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1812 | |
c92d798f | 1813 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1814 | |
c92d798f | 1815 | # ADD CPP /I ".." |
36edded9 JS |
1816 | # SUBTRACT CPP /YX /Yc /Yu |
1817 | ||
1818 | !ENDIF | |
1819 | ||
1820 | # End Source File | |
1821 | # Begin Source File | |
1822 | ||
1823 | SOURCE=.\jpeg\jdmarker.c | |
1824 | ||
c92d798f | 1825 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1826 | |
c92d798f JS |
1827 | # ADD CPP /I "..\include" /I ".." |
1828 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1829 | |
c92d798f | 1830 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1831 | |
c92d798f | 1832 | # ADD CPP /I ".." |
36edded9 JS |
1833 | # SUBTRACT CPP /YX /Yc /Yu |
1834 | ||
1835 | !ENDIF | |
1836 | ||
1837 | # End Source File | |
1838 | # Begin Source File | |
1839 | ||
1840 | SOURCE=.\jpeg\jdmaster.c | |
1841 | ||
c92d798f | 1842 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1843 | |
c92d798f JS |
1844 | # ADD CPP /I "..\include" /I ".." |
1845 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1846 | |
c92d798f | 1847 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1848 | |
c92d798f | 1849 | # ADD CPP /I ".." |
36edded9 JS |
1850 | # SUBTRACT CPP /YX /Yc /Yu |
1851 | ||
1852 | !ENDIF | |
1853 | ||
1854 | # End Source File | |
1855 | # Begin Source File | |
1856 | ||
1857 | SOURCE=.\jpeg\jdmerge.c | |
1858 | ||
c92d798f | 1859 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1860 | |
c92d798f JS |
1861 | # ADD CPP /I "..\include" /I ".." |
1862 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1863 | |
c92d798f | 1864 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1865 | |
c92d798f | 1866 | # ADD CPP /I ".." |
36edded9 JS |
1867 | # SUBTRACT CPP /YX /Yc /Yu |
1868 | ||
1869 | !ENDIF | |
1870 | ||
1871 | # End Source File | |
1872 | # Begin Source File | |
1873 | ||
1874 | SOURCE=.\jpeg\jdphuff.c | |
1875 | ||
c92d798f | 1876 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1877 | |
c92d798f JS |
1878 | # ADD CPP /I "..\include" /I ".." |
1879 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1880 | |
c92d798f | 1881 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1882 | |
c92d798f | 1883 | # ADD CPP /I ".." |
36edded9 JS |
1884 | # SUBTRACT CPP /YX /Yc /Yu |
1885 | ||
1886 | !ENDIF | |
1887 | ||
1888 | # End Source File | |
1889 | # Begin Source File | |
1890 | ||
1891 | SOURCE=.\jpeg\jdpostct.c | |
1892 | ||
c92d798f | 1893 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1894 | |
c92d798f JS |
1895 | # ADD CPP /I "..\include" /I ".." |
1896 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1897 | |
c92d798f | 1898 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1899 | |
c92d798f | 1900 | # ADD CPP /I ".." |
36edded9 JS |
1901 | # SUBTRACT CPP /YX /Yc /Yu |
1902 | ||
1903 | !ENDIF | |
1904 | ||
1905 | # End Source File | |
1906 | # Begin Source File | |
1907 | ||
1908 | SOURCE=.\jpeg\jdsample.c | |
1909 | ||
c92d798f | 1910 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1911 | |
c92d798f JS |
1912 | # ADD CPP /I "..\include" /I ".." |
1913 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1914 | |
c92d798f | 1915 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1916 | |
c92d798f | 1917 | # ADD CPP /I ".." |
36edded9 JS |
1918 | # SUBTRACT CPP /YX /Yc /Yu |
1919 | ||
1920 | !ENDIF | |
1921 | ||
1922 | # End Source File | |
1923 | # Begin Source File | |
1924 | ||
1925 | SOURCE=.\jpeg\jdtrans.c | |
1926 | ||
c92d798f | 1927 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1928 | |
c92d798f JS |
1929 | # ADD CPP /I "..\include" /I ".." |
1930 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1931 | |
c92d798f | 1932 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1933 | |
c92d798f | 1934 | # ADD CPP /I ".." |
36edded9 JS |
1935 | # SUBTRACT CPP /YX /Yc /Yu |
1936 | ||
1937 | !ENDIF | |
1938 | ||
1939 | # End Source File | |
1940 | # Begin Source File | |
1941 | ||
1942 | SOURCE=.\jpeg\jerror.c | |
1943 | ||
c92d798f | 1944 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1945 | |
c92d798f JS |
1946 | # ADD CPP /I "..\include" /I ".." |
1947 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1948 | |
c92d798f | 1949 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1950 | |
c92d798f | 1951 | # ADD CPP /I ".." |
36edded9 JS |
1952 | # SUBTRACT CPP /YX /Yc /Yu |
1953 | ||
1954 | !ENDIF | |
1955 | ||
1956 | # End Source File | |
1957 | # Begin Source File | |
1958 | ||
1959 | SOURCE=.\jpeg\jfdctflt.c | |
1960 | ||
c92d798f | 1961 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1962 | |
c92d798f JS |
1963 | # ADD CPP /I "..\include" /I ".." |
1964 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1965 | |
c92d798f | 1966 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1967 | |
c92d798f | 1968 | # ADD CPP /I ".." |
36edded9 JS |
1969 | # SUBTRACT CPP /YX /Yc /Yu |
1970 | ||
1971 | !ENDIF | |
1972 | ||
1973 | # End Source File | |
1974 | # Begin Source File | |
1975 | ||
1976 | SOURCE=.\jpeg\jfdctfst.c | |
1977 | ||
c92d798f | 1978 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1979 | |
c92d798f JS |
1980 | # ADD CPP /I "..\include" /I ".." |
1981 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1982 | |
c92d798f | 1983 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 1984 | |
c92d798f | 1985 | # ADD CPP /I ".." |
36edded9 JS |
1986 | # SUBTRACT CPP /YX /Yc /Yu |
1987 | ||
1988 | !ENDIF | |
1989 | ||
1990 | # End Source File | |
1991 | # Begin Source File | |
1992 | ||
1993 | SOURCE=.\jpeg\jfdctint.c | |
1994 | ||
c92d798f | 1995 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 1996 | |
c92d798f JS |
1997 | # ADD CPP /I "..\include" /I ".." |
1998 | # SUBTRACT CPP /I "../include" | |
36edded9 | 1999 | |
c92d798f | 2000 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2001 | |
c92d798f | 2002 | # ADD CPP /I ".." |
36edded9 JS |
2003 | # SUBTRACT CPP /YX /Yc /Yu |
2004 | ||
2005 | !ENDIF | |
2006 | ||
2007 | # End Source File | |
2008 | # Begin Source File | |
2009 | ||
2010 | SOURCE=.\jpeg\jidctflt.c | |
2011 | ||
c92d798f | 2012 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2013 | |
c92d798f JS |
2014 | # ADD CPP /I "..\include" /I ".." |
2015 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2016 | |
c92d798f | 2017 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2018 | |
c92d798f | 2019 | # ADD CPP /I ".." |
36edded9 JS |
2020 | # SUBTRACT CPP /YX /Yc /Yu |
2021 | ||
2022 | !ENDIF | |
2023 | ||
2024 | # End Source File | |
2025 | # Begin Source File | |
2026 | ||
2027 | SOURCE=.\jpeg\jidctfst.c | |
2028 | ||
c92d798f | 2029 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2030 | |
c92d798f JS |
2031 | # ADD CPP /I "..\include" /I ".." |
2032 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2033 | |
c92d798f | 2034 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2035 | |
c92d798f | 2036 | # ADD CPP /I ".." |
36edded9 JS |
2037 | # SUBTRACT CPP /YX /Yc /Yu |
2038 | ||
2039 | !ENDIF | |
2040 | ||
2041 | # End Source File | |
2042 | # Begin Source File | |
2043 | ||
2044 | SOURCE=.\jpeg\jidctint.c | |
2045 | ||
c92d798f | 2046 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2047 | |
c92d798f JS |
2048 | # ADD CPP /I "..\include" /I ".." |
2049 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2050 | |
c92d798f | 2051 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2052 | |
c92d798f | 2053 | # ADD CPP /I ".." |
36edded9 JS |
2054 | # SUBTRACT CPP /YX /Yc /Yu |
2055 | ||
2056 | !ENDIF | |
2057 | ||
2058 | # End Source File | |
2059 | # Begin Source File | |
2060 | ||
2061 | SOURCE=.\jpeg\jidctred.c | |
2062 | ||
c92d798f | 2063 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2064 | |
c92d798f JS |
2065 | # ADD CPP /I "..\include" /I ".." |
2066 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2067 | |
c92d798f | 2068 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2069 | |
c92d798f | 2070 | # ADD CPP /I ".." |
36edded9 JS |
2071 | # SUBTRACT CPP /YX /Yc /Yu |
2072 | ||
2073 | !ENDIF | |
2074 | ||
2075 | # End Source File | |
2076 | # Begin Source File | |
2077 | ||
2078 | SOURCE=.\jpeg\jmemmgr.c | |
2079 | ||
c92d798f | 2080 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2081 | |
c92d798f JS |
2082 | # ADD CPP /I "..\include" /I ".." |
2083 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2084 | |
c92d798f | 2085 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2086 | |
c92d798f | 2087 | # ADD CPP /I ".." |
36edded9 JS |
2088 | # SUBTRACT CPP /YX /Yc /Yu |
2089 | ||
2090 | !ENDIF | |
2091 | ||
2092 | # End Source File | |
2093 | # Begin Source File | |
2094 | ||
2095 | SOURCE=.\jpeg\jmemnobs.c | |
2096 | ||
c92d798f | 2097 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2098 | |
c92d798f JS |
2099 | # ADD CPP /I "..\include" /I ".." |
2100 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2101 | |
c92d798f | 2102 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2103 | |
c92d798f | 2104 | # ADD CPP /I ".." |
36edded9 JS |
2105 | # SUBTRACT CPP /YX /Yc /Yu |
2106 | ||
2107 | !ENDIF | |
2108 | ||
2109 | # End Source File | |
2110 | # Begin Source File | |
2111 | ||
2112 | SOURCE=.\jpeg\jquant1.c | |
2113 | ||
c92d798f | 2114 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2115 | |
c92d798f JS |
2116 | # ADD CPP /I "..\include" /I ".." |
2117 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2118 | |
c92d798f | 2119 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2120 | |
c92d798f | 2121 | # ADD CPP /I ".." |
36edded9 JS |
2122 | # SUBTRACT CPP /YX /Yc /Yu |
2123 | ||
2124 | !ENDIF | |
2125 | ||
2126 | # End Source File | |
2127 | # Begin Source File | |
2128 | ||
2129 | SOURCE=.\jpeg\jquant2.c | |
2130 | ||
c92d798f | 2131 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2132 | |
c92d798f JS |
2133 | # ADD CPP /I "..\include" /I ".." |
2134 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2135 | |
c92d798f | 2136 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2137 | |
c92d798f | 2138 | # ADD CPP /I ".." |
36edded9 JS |
2139 | # SUBTRACT CPP /YX /Yc /Yu |
2140 | ||
2141 | !ENDIF | |
2142 | ||
2143 | # End Source File | |
2144 | # Begin Source File | |
2145 | ||
2146 | SOURCE=.\jpeg\jutils.c | |
2147 | ||
c92d798f | 2148 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" |
36edded9 | 2149 | |
c92d798f JS |
2150 | # ADD CPP /I "..\include" /I ".." |
2151 | # SUBTRACT CPP /I "../include" | |
36edded9 | 2152 | |
c92d798f | 2153 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" |
36edded9 | 2154 | |
c92d798f | 2155 | # ADD CPP /I ".." |
36edded9 JS |
2156 | # SUBTRACT CPP /YX /Yc /Yu |
2157 | ||
2158 | !ENDIF | |
2159 | ||
2160 | # End Source File | |
2161 | # End Group | |
7cb86a4c JS |
2162 | # End Target |
2163 | # End Project |