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