]>
Commit | Line | Data |
---|---|---|
7cb86a4c | 1 | # Microsoft Developer Studio Project File - Name="wxvc_dll" - Package Owner=<4> |
36edded9 | 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
7cb86a4c JS |
3 | # ** DO NOT EDIT ** |
4 | ||
5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 | |
6 | ||
7 | CFG=wxvc_dll - Win32 Debug | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
10 | !MESSAGE | |
11 | !MESSAGE NMAKE /f "wxvc_dll.mak". | |
12 | !MESSAGE | |
13 | !MESSAGE You can specify a configuration when running NMAKE | |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
15 | !MESSAGE | |
16 | !MESSAGE NMAKE /f "wxvc_dll.mak" CFG="wxvc_dll - Win32 Debug" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
36edded9 | 20 | !MESSAGE "wxvc_dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") |
7cb86a4c JS |
21 | !MESSAGE "wxvc_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") |
22 | !MESSAGE | |
23 | ||
24 | # Begin Project | |
36edded9 | 25 | # PROP AllowPerConfigDependencies 0 |
7cb86a4c JS |
26 | # PROP Scc_ProjName "" |
27 | # PROP Scc_LocalPath "" | |
28 | CPP=cl.exe | |
29 | MTL=midl.exe | |
30 | RSC=rc.exe | |
31 | ||
32 | !IF "$(CFG)" == "wxvc_dll - Win32 Release" | |
33 | ||
34 | # PROP BASE Use_MFC 0 | |
35 | # PROP BASE Use_Debug_Libraries 0 | |
36 | # PROP BASE Output_Dir "wxvc_dll" | |
37 | # PROP BASE Intermediate_Dir "wxvc_dll" | |
38 | # PROP BASE Target_Dir "" | |
39 | # PROP Use_MFC 0 | |
40 | # PROP Use_Debug_Libraries 0 | |
41 | # PROP Output_Dir "ReleaseDLL" | |
42 | # PROP Intermediate_Dir "ReleaseDLL" | |
43 | # PROP Ignore_Export_Lib 0 | |
44 | # PROP Target_Dir "" | |
45 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c | |
46 | # ADD CPP /nologo /MT /W3 /GX /O1 /Ob2 /I "../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXMAKINGDLL=1 /Yu"wx/wxprec.h" /FD /c | |
36edded9 JS |
47 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 |
48 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 | |
7cb86a4c JS |
49 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
50 | # ADD RSC /l 0x809 /d "NDEBUG" | |
51 | BSC32=bscmake.exe | |
52 | # ADD BASE BSC32 /nologo | |
53 | # ADD BSC32 /nologo | |
54 | LINK32=link.exe | |
55 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 | |
56 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib uuid.lib rpcrt4.lib advapi32.lib winmm.lib /nologo /subsystem:windows /dll /machine:I386 /out:"ReleaseDLL/wxvc.dll" | |
57 | ||
58 | !ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug" | |
59 | ||
60 | # PROP BASE Use_MFC 0 | |
61 | # PROP BASE Use_Debug_Libraries 1 | |
62 | # PROP BASE Output_Dir "wxvc_dl0" | |
63 | # PROP BASE Intermediate_Dir "wxvc_dl0" | |
64 | # PROP BASE Target_Dir "" | |
65 | # PROP Use_MFC 0 | |
66 | # PROP Use_Debug_Libraries 1 | |
67 | # PROP Output_Dir "DebugDLL" | |
68 | # PROP Intermediate_Dir "DebugDLL" | |
69 | # PROP Ignore_Export_Lib 0 | |
70 | # PROP Target_Dir "" | |
71 | # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c | |
36edded9 JS |
72 | # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXMAKINGDLL=1 /Yu"wx/wxprec.h" /FD /c |
73 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 | |
74 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 | |
7cb86a4c JS |
75 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
76 | # ADD RSC /l 0x809 /d "_DEBUG" | |
77 | BSC32=bscmake.exe | |
78 | # ADD BASE BSC32 /nologo | |
79 | # ADD BSC32 /nologo | |
80 | LINK32=link.exe | |
81 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept | |
82 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib uuid.lib rpcrt4.lib advapi32.lib winmm.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"DebugDLL/wxvc.dll" /pdbtype:sept | |
83 | ||
84 | !ENDIF | |
85 | ||
86 | # Begin Target | |
87 | ||
88 | # Name "wxvc_dll - Win32 Release" | |
89 | # Name "wxvc_dll - Win32 Debug" | |
90 | # Begin Group "Common Files" | |
91 | ||
92 | # PROP Default_Filter "" | |
93 | # Begin Source File | |
94 | ||
ac0ac824 JS |
95 | SOURCE=.\common\appcmn.cpp |
96 | # End Source File | |
97 | # Begin Source File | |
98 | ||
7cb86a4c JS |
99 | SOURCE=.\common\choiccmn.cpp |
100 | # End Source File | |
101 | # Begin Source File | |
102 | ||
1a7f3062 JS |
103 | SOURCE=.\common\clipcmn.cpp |
104 | # End Source File | |
105 | # Begin Source File | |
106 | ||
7cb86a4c JS |
107 | SOURCE=.\common\cmndata.cpp |
108 | # End Source File | |
109 | # Begin Source File | |
110 | ||
111 | SOURCE=.\common\config.cpp | |
112 | # End Source File | |
113 | # Begin Source File | |
114 | ||
115 | SOURCE=.\common\ctrlcmn.cpp | |
116 | # End Source File | |
117 | # Begin Source File | |
118 | ||
0cdf89ab JS |
119 | SOURCE=.\common\ctrlsub.cpp |
120 | # End Source File | |
121 | # Begin Source File | |
122 | ||
f3314fbc | 123 | SOURCE=.\common\datetime.cpp |
7cb86a4c JS |
124 | # End Source File |
125 | # Begin Source File | |
126 | ||
127 | SOURCE=.\common\datstrm.cpp | |
128 | # End Source File | |
129 | # Begin Source File | |
130 | ||
131 | SOURCE=.\common\db.cpp | |
132 | # End Source File | |
133 | # Begin Source File | |
134 | ||
135 | SOURCE=.\common\dbtable.cpp | |
136 | # End Source File | |
137 | # Begin Source File | |
138 | ||
5427610e JS |
139 | SOURCE=.\common\dcbase.cpp |
140 | # End Source File | |
141 | # Begin Source File | |
142 | ||
36edded9 | 143 | SOURCE=.\common\dlgcmn.cpp |
1a7f3062 JS |
144 | # End Source File |
145 | # Begin Source File | |
146 | ||
36edded9 | 147 | SOURCE=.\common\dobjcmn.cpp |
7cb86a4c JS |
148 | # End Source File |
149 | # Begin Source File | |
150 | ||
151 | SOURCE=.\common\docmdi.cpp | |
152 | # End Source File | |
153 | # Begin Source File | |
154 | ||
155 | SOURCE=.\common\docview.cpp | |
156 | # End Source File | |
157 | # Begin Source File | |
158 | ||
159 | SOURCE=.\common\dosyacc.c | |
160 | # ADD CPP /D "USE_DEFINE" /D "YY_USE_PROTOS" /D "IDE_INVOKED" | |
161 | # SUBTRACT CPP /YX /Yc /Yu | |
162 | # End Source File | |
163 | # Begin Source File | |
164 | ||
165 | SOURCE=.\common\dynarray.cpp | |
166 | # End Source File | |
167 | # Begin Source File | |
168 | ||
169 | SOURCE=.\common\dynlib.cpp | |
170 | # End Source File | |
171 | # Begin Source File | |
172 | ||
a5e3f3e9 VS |
173 | SOURCE=.\common\encconv.cpp |
174 | # End Source File | |
175 | # Begin Source File | |
176 | ||
7cb86a4c JS |
177 | SOURCE=.\common\event.cpp |
178 | # End Source File | |
179 | # Begin Source File | |
180 | ||
181 | SOURCE=.\common\extended.c | |
182 | # SUBTRACT CPP /YX /Yc /Yu | |
183 | # End Source File | |
184 | # Begin Source File | |
185 | ||
5427610e | 186 | SOURCE=.\common\ffile.cpp |
7cb86a4c JS |
187 | # End Source File |
188 | # Begin Source File | |
189 | ||
5427610e | 190 | SOURCE=.\common\file.cpp |
7cb86a4c JS |
191 | # End Source File |
192 | # Begin Source File | |
193 | ||
194 | SOURCE=.\common\fileconf.cpp | |
195 | # End Source File | |
196 | # Begin Source File | |
197 | ||
198 | SOURCE=.\common\filefn.cpp | |
199 | # End Source File | |
200 | # Begin Source File | |
201 | ||
202 | SOURCE=.\common\filesys.cpp | |
203 | # End Source File | |
204 | # Begin Source File | |
205 | ||
5427610e JS |
206 | SOURCE=.\common\fontcmn.cpp |
207 | # End Source File | |
208 | # Begin Source File | |
209 | ||
6e47faf1 JS |
210 | SOURCE=.\common\fontmap.cpp |
211 | # End Source File | |
212 | # Begin Source File | |
213 | ||
7cb86a4c JS |
214 | SOURCE=.\common\framecmn.cpp |
215 | # End Source File | |
216 | # Begin Source File | |
217 | ||
218 | SOURCE=.\common\fs_inet.cpp | |
219 | # End Source File | |
220 | # Begin Source File | |
221 | ||
222 | SOURCE=.\common\fs_zip.cpp | |
36edded9 | 223 | # ADD CPP /I "zlib" |
7cb86a4c JS |
224 | # End Source File |
225 | # Begin Source File | |
226 | ||
227 | SOURCE=.\common\ftp.cpp | |
228 | # End Source File | |
229 | # Begin Source File | |
230 | ||
231 | SOURCE=.\common\gdicmn.cpp | |
232 | # End Source File | |
233 | # Begin Source File | |
234 | ||
235 | SOURCE=.\common\gifdecod.cpp | |
236 | # End Source File | |
237 | # Begin Source File | |
238 | ||
239 | SOURCE=.\common\hash.cpp | |
240 | # End Source File | |
241 | # Begin Source File | |
242 | ||
243 | SOURCE=.\common\helpbase.cpp | |
244 | # End Source File | |
245 | # Begin Source File | |
246 | ||
247 | SOURCE=.\common\http.cpp | |
248 | # End Source File | |
249 | # Begin Source File | |
250 | ||
36edded9 JS |
251 | SOURCE=.\common\imagall.cpp |
252 | # End Source File | |
253 | # Begin Source File | |
254 | ||
5427610e | 255 | SOURCE=.\common\imagbmp.cpp |
7cb86a4c JS |
256 | # End Source File |
257 | # Begin Source File | |
258 | ||
5427610e | 259 | SOURCE=.\common\image.cpp |
7cb86a4c JS |
260 | # End Source File |
261 | # Begin Source File | |
262 | ||
263 | SOURCE=.\common\imaggif.cpp | |
264 | # End Source File | |
265 | # Begin Source File | |
266 | ||
b40b0f5b JS |
267 | SOURCE=.\common\imagjpeg.cpp |
268 | # ADD CPP /I "../src/jpeg" | |
a5e3f3e9 VS |
269 | # End Source File |
270 | # Begin Source File | |
271 | ||
b40b0f5b | 272 | SOURCE=.\common\imagpcx.cpp |
a5e3f3e9 VS |
273 | # End Source File |
274 | # Begin Source File | |
275 | ||
b40b0f5b JS |
276 | SOURCE=.\common\imagpng.cpp |
277 | # ADD CPP /I "png" /I "zlib" | |
36edded9 JS |
278 | # End Source File |
279 | # Begin Source File | |
280 | ||
b40b0f5b | 281 | SOURCE=.\common\imagpnm.cpp |
7cb86a4c JS |
282 | # End Source File |
283 | # Begin Source File | |
284 | ||
1a3aa77f JS |
285 | SOURCE=.\common\imagtiff.cpp |
286 | # ADD CPP /I "tiff" /I "zlib" | |
287 | # End Source File | |
288 | # Begin Source File | |
289 | ||
7cb86a4c JS |
290 | SOURCE=.\common\intl.cpp |
291 | # End Source File | |
292 | # Begin Source File | |
293 | ||
294 | SOURCE=.\common\ipcbase.cpp | |
295 | # End Source File | |
296 | # Begin Source File | |
297 | ||
298 | SOURCE=.\common\layout.cpp | |
299 | # End Source File | |
300 | # Begin Source File | |
301 | ||
0cdf89ab JS |
302 | SOURCE=.\common\lboxcmn.cpp |
303 | # End Source File | |
304 | # Begin Source File | |
305 | ||
7cb86a4c JS |
306 | SOURCE=.\common\list.cpp |
307 | # End Source File | |
308 | # Begin Source File | |
309 | ||
310 | SOURCE=.\common\log.cpp | |
311 | # End Source File | |
312 | # Begin Source File | |
313 | ||
314 | SOURCE=.\common\longlong.cpp | |
315 | # End Source File | |
316 | # Begin Source File | |
317 | ||
318 | SOURCE=.\common\matrix.cpp | |
319 | # End Source File | |
320 | # Begin Source File | |
321 | ||
322 | SOURCE=.\common\memory.cpp | |
323 | # End Source File | |
324 | # Begin Source File | |
325 | ||
733dac47 JS |
326 | SOURCE=.\common\menucmn.cpp |
327 | # End Source File | |
328 | # Begin Source File | |
329 | ||
ecf23aa6 | 330 | SOURCE=.\common\mimecmn.cpp |
7cb86a4c JS |
331 | # End Source File |
332 | # Begin Source File | |
333 | ||
334 | SOURCE=.\common\module.cpp | |
335 | # End Source File | |
336 | # Begin Source File | |
337 | ||
338 | SOURCE=.\common\mstream.cpp | |
339 | # End Source File | |
340 | # Begin Source File | |
341 | ||
342 | SOURCE=.\common\object.cpp | |
343 | # End Source File | |
344 | # Begin Source File | |
345 | ||
346 | SOURCE=.\common\objstrm.cpp | |
347 | # End Source File | |
348 | # Begin Source File | |
349 | ||
350 | SOURCE=.\common\odbc.cpp | |
351 | # End Source File | |
352 | # Begin Source File | |
353 | ||
354 | SOURCE=.\common\paper.cpp | |
355 | # End Source File | |
356 | # Begin Source File | |
357 | ||
358 | SOURCE=.\common\prntbase.cpp | |
359 | # End Source File | |
360 | # Begin Source File | |
361 | ||
362 | SOURCE=.\common\process.cpp | |
363 | # End Source File | |
364 | # Begin Source File | |
365 | ||
366 | SOURCE=.\common\protocol.cpp | |
367 | # End Source File | |
368 | # Begin Source File | |
369 | ||
370 | SOURCE=.\common\resourc2.cpp | |
371 | # End Source File | |
372 | # Begin Source File | |
373 | ||
374 | SOURCE=.\common\resource.cpp | |
375 | # End Source File | |
376 | # Begin Source File | |
377 | ||
378 | SOURCE=.\common\sckaddr.cpp | |
379 | # End Source File | |
380 | # Begin Source File | |
381 | ||
382 | SOURCE=.\common\sckfile.cpp | |
383 | # End Source File | |
384 | # Begin Source File | |
385 | ||
386 | SOURCE=.\common\sckipc.cpp | |
387 | # End Source File | |
388 | # Begin Source File | |
389 | ||
390 | SOURCE=.\common\sckstrm.cpp | |
391 | # End Source File | |
392 | # Begin Source File | |
393 | ||
394 | SOURCE=.\common\serbase.cpp | |
395 | # End Source File | |
396 | # Begin Source File | |
397 | ||
398 | SOURCE=.\common\sizer.cpp | |
399 | # End Source File | |
400 | # Begin Source File | |
401 | ||
402 | SOURCE=.\common\socket.cpp | |
403 | # End Source File | |
404 | # Begin Source File | |
405 | ||
5427610e | 406 | SOURCE=.\common\strconv.cpp |
7cb86a4c JS |
407 | # End Source File |
408 | # Begin Source File | |
409 | ||
5427610e | 410 | SOURCE=.\common\stream.cpp |
7cb86a4c JS |
411 | # End Source File |
412 | # Begin Source File | |
413 | ||
5427610e | 414 | SOURCE=.\common\string.cpp |
7cb86a4c JS |
415 | # End Source File |
416 | # Begin Source File | |
417 | ||
418 | SOURCE=.\common\tbarbase.cpp | |
419 | # End Source File | |
420 | # Begin Source File | |
421 | ||
7cb86a4c JS |
422 | SOURCE=.\common\textcmn.cpp |
423 | # End Source File | |
424 | # Begin Source File | |
425 | ||
426 | SOURCE=.\common\textfile.cpp | |
427 | # End Source File | |
428 | # Begin Source File | |
429 | ||
7cb86a4c JS |
430 | SOURCE=.\common\timercmn.cpp |
431 | # End Source File | |
432 | # Begin Source File | |
433 | ||
434 | SOURCE=.\common\tokenzr.cpp | |
435 | # End Source File | |
436 | # Begin Source File | |
437 | ||
438 | SOURCE=.\common\txtstrm.cpp | |
439 | # End Source File | |
440 | # Begin Source File | |
441 | ||
5427610e JS |
442 | SOURCE=.\common\unzip.c |
443 | # ADD CPP /I "zlib" | |
444 | # SUBTRACT CPP /YX /Yc /Yu | |
445 | # End Source File | |
446 | # Begin Source File | |
447 | ||
7cb86a4c JS |
448 | SOURCE=.\common\url.cpp |
449 | # End Source File | |
450 | # Begin Source File | |
451 | ||
452 | SOURCE=.\common\utilscmn.cpp | |
453 | # End Source File | |
454 | # Begin Source File | |
455 | ||
456 | SOURCE=.\common\valgen.cpp | |
457 | # End Source File | |
458 | # Begin Source File | |
459 | ||
460 | SOURCE=.\common\validate.cpp | |
461 | # End Source File | |
462 | # Begin Source File | |
463 | ||
464 | SOURCE=.\common\valtext.cpp | |
465 | # End Source File | |
466 | # Begin Source File | |
467 | ||
468 | SOURCE=.\common\variant.cpp | |
469 | # End Source File | |
470 | # Begin Source File | |
471 | ||
472 | SOURCE=.\common\wfstream.cpp | |
473 | # End Source File | |
474 | # Begin Source File | |
475 | ||
476 | SOURCE=.\common\wincmn.cpp | |
477 | # End Source File | |
478 | # Begin Source File | |
479 | ||
480 | SOURCE=.\common\wxchar.cpp | |
481 | # End Source File | |
482 | # Begin Source File | |
483 | ||
484 | SOURCE=.\common\wxexpr.cpp | |
485 | # End Source File | |
486 | # Begin Source File | |
487 | ||
488 | SOURCE=.\common\zipstrm.cpp | |
5427610e | 489 | # ADD CPP /I "zlib" |
7cb86a4c JS |
490 | # End Source File |
491 | # Begin Source File | |
492 | ||
493 | SOURCE=.\common\zstream.cpp | |
494 | # End Source File | |
495 | # End Group | |
496 | # Begin Group "Generic Files" | |
497 | ||
498 | # PROP Default_Filter "" | |
499 | # Begin Source File | |
500 | ||
5427610e | 501 | SOURCE=.\generic\busyinfo.cpp |
7cb86a4c JS |
502 | # End Source File |
503 | # Begin Source File | |
504 | ||
b40b0f5b JS |
505 | SOURCE=.\generic\calctrl.cpp |
506 | # End Source File | |
507 | # Begin Source File | |
508 | ||
5427610e | 509 | SOURCE=.\generic\choicdgg.cpp |
7cb86a4c JS |
510 | # End Source File |
511 | # Begin Source File | |
512 | ||
9f334bea | 513 | SOURCE=.\generic\grid.cpp |
7cb86a4c JS |
514 | # End Source File |
515 | # Begin Source File | |
516 | ||
5427610e JS |
517 | SOURCE=.\generic\helpext.cpp |
518 | # End Source File | |
519 | # Begin Source File | |
520 | ||
521 | SOURCE=.\generic\helphtml.cpp | |
522 | # End Source File | |
523 | # Begin Source File | |
524 | ||
7cb86a4c JS |
525 | SOURCE=.\generic\helpwxht.cpp |
526 | # End Source File | |
527 | # Begin Source File | |
528 | ||
529 | SOURCE=.\generic\laywin.cpp | |
530 | # End Source File | |
531 | # Begin Source File | |
532 | ||
5427610e JS |
533 | SOURCE=.\generic\logg.cpp |
534 | # End Source File | |
535 | # Begin Source File | |
536 | ||
7cb86a4c JS |
537 | SOURCE=.\generic\numdlgg.cpp |
538 | # End Source File | |
539 | # Begin Source File | |
540 | ||
541 | SOURCE=.\generic\panelg.cpp | |
542 | # End Source File | |
543 | # Begin Source File | |
544 | ||
545 | SOURCE=.\generic\progdlgg.cpp | |
546 | # End Source File | |
547 | # Begin Source File | |
548 | ||
549 | SOURCE=.\generic\prop.cpp | |
550 | # End Source File | |
551 | # Begin Source File | |
552 | ||
553 | SOURCE=.\generic\propform.cpp | |
554 | # End Source File | |
555 | # Begin Source File | |
556 | ||
557 | SOURCE=.\generic\proplist.cpp | |
558 | # End Source File | |
559 | # Begin Source File | |
560 | ||
561 | SOURCE=.\generic\sashwin.cpp | |
562 | # End Source File | |
563 | # Begin Source File | |
564 | ||
565 | SOURCE=.\generic\scrolwin.cpp | |
566 | # End Source File | |
567 | # Begin Source File | |
568 | ||
569 | SOURCE=.\generic\splitter.cpp | |
570 | # End Source File | |
571 | # Begin Source File | |
572 | ||
573 | SOURCE=.\generic\statusbr.cpp | |
574 | # End Source File | |
575 | # Begin Source File | |
576 | ||
577 | SOURCE=.\generic\tabg.cpp | |
578 | # End Source File | |
c25a510b JS |
579 | # Begin Source File |
580 | ||
581 | SOURCE=.\generic\tbarsmpl.cpp | |
582 | # End Source File | |
7cb86a4c JS |
583 | # Begin Source File |
584 | ||
585 | SOURCE=.\generic\textdlgg.cpp | |
586 | # End Source File | |
587 | # Begin Source File | |
588 | ||
589 | SOURCE=.\generic\tipdlg.cpp | |
590 | # End Source File | |
591 | # End Group | |
7cb86a4c JS |
592 | # Begin Group "wxHTML Files" |
593 | ||
594 | # PROP Default_Filter "" | |
595 | # Begin Source File | |
596 | ||
597 | SOURCE=.\html\helpctrl.cpp | |
598 | # End Source File | |
599 | # Begin Source File | |
600 | ||
601 | SOURCE=.\html\helpdata.cpp | |
602 | # End Source File | |
603 | # Begin Source File | |
604 | ||
605 | SOURCE=.\html\helpfrm.cpp | |
606 | # End Source File | |
607 | # Begin Source File | |
608 | ||
609 | SOURCE=.\html\htmlcell.cpp | |
610 | # End Source File | |
611 | # Begin Source File | |
612 | ||
2131a664 | 613 | SOURCE=.\html\htmlfilt.cpp |
7cb86a4c JS |
614 | # End Source File |
615 | # Begin Source File | |
616 | ||
2131a664 | 617 | SOURCE=.\html\htmlpars.cpp |
7cb86a4c JS |
618 | # End Source File |
619 | # Begin Source File | |
620 | ||
621 | SOURCE=.\html\htmltag.cpp | |
622 | # End Source File | |
623 | # Begin Source File | |
624 | ||
625 | SOURCE=.\html\htmlwin.cpp | |
626 | # End Source File | |
627 | # Begin Source File | |
628 | ||
3ce369e6 VS |
629 | SOURCE=.\html\htmprint.cpp |
630 | # End Source File | |
631 | # Begin Source File | |
632 | ||
b40b0f5b JS |
633 | SOURCE=.\html\m_dflist.cpp |
634 | # End Source File | |
635 | # Begin Source File | |
636 | ||
2131a664 | 637 | SOURCE=.\html\m_fonts.cpp |
7cb86a4c JS |
638 | # End Source File |
639 | # Begin Source File | |
640 | ||
2131a664 | 641 | SOURCE=.\html\m_hline.cpp |
7cb86a4c JS |
642 | # End Source File |
643 | # Begin Source File | |
644 | ||
2131a664 | 645 | SOURCE=.\html\m_image.cpp |
7cb86a4c JS |
646 | # End Source File |
647 | # Begin Source File | |
648 | ||
2131a664 | 649 | SOURCE=.\html\m_layout.cpp |
7cb86a4c JS |
650 | # End Source File |
651 | # Begin Source File | |
652 | ||
2131a664 | 653 | SOURCE=.\html\m_links.cpp |
7cb86a4c JS |
654 | # End Source File |
655 | # Begin Source File | |
656 | ||
2131a664 | 657 | SOURCE=.\html\m_list.cpp |
7cb86a4c JS |
658 | # End Source File |
659 | # Begin Source File | |
660 | ||
9f334bea JS |
661 | SOURCE=.\html\m_meta.cpp |
662 | # End Source File | |
663 | # Begin Source File | |
664 | ||
2131a664 | 665 | SOURCE=.\html\m_pre.cpp |
7cb86a4c JS |
666 | # End Source File |
667 | # Begin Source File | |
668 | ||
2131a664 | 669 | SOURCE=.\html\m_tables.cpp |
7cb86a4c JS |
670 | # End Source File |
671 | # Begin Source File | |
672 | ||
36edded9 JS |
673 | SOURCE=.\html\winpars.cpp |
674 | # End Source File | |
675 | # End Group | |
676 | # Begin Group "MSW Files" | |
677 | ||
7cb86a4c JS |
678 | # PROP Default_Filter "" |
679 | # Begin Source File | |
680 | ||
681 | SOURCE=.\msw\accel.cpp | |
682 | # End Source File | |
683 | # Begin Source File | |
684 | ||
685 | SOURCE=.\msw\app.cpp | |
686 | # End Source File | |
687 | # Begin Source File | |
688 | ||
689 | SOURCE=.\msw\bitmap.cpp | |
690 | # End Source File | |
691 | # Begin Source File | |
692 | ||
693 | SOURCE=.\msw\bmpbuttn.cpp | |
694 | # End Source File | |
695 | # Begin Source File | |
696 | ||
697 | SOURCE=.\msw\brush.cpp | |
698 | # End Source File | |
699 | # Begin Source File | |
700 | ||
701 | SOURCE=.\msw\button.cpp | |
702 | # End Source File | |
703 | # Begin Source File | |
704 | ||
5427610e JS |
705 | SOURCE=.\msw\caret.cpp |
706 | # End Source File | |
707 | # Begin Source File | |
708 | ||
7cb86a4c JS |
709 | SOURCE=.\msw\checkbox.cpp |
710 | # End Source File | |
711 | # Begin Source File | |
712 | ||
713 | SOURCE=.\msw\checklst.cpp | |
714 | # End Source File | |
715 | # Begin Source File | |
716 | ||
717 | SOURCE=.\msw\choice.cpp | |
718 | # End Source File | |
719 | # Begin Source File | |
720 | ||
721 | SOURCE=.\msw\clipbrd.cpp | |
722 | # End Source File | |
723 | # Begin Source File | |
724 | ||
725 | SOURCE=.\msw\colordlg.cpp | |
726 | # End Source File | |
727 | # Begin Source File | |
728 | ||
729 | SOURCE=.\msw\colour.cpp | |
730 | # End Source File | |
731 | # Begin Source File | |
732 | ||
733 | SOURCE=.\msw\combobox.cpp | |
734 | # End Source File | |
735 | # Begin Source File | |
736 | ||
737 | SOURCE=.\msw\control.cpp | |
738 | # End Source File | |
739 | # Begin Source File | |
740 | ||
741 | SOURCE=.\msw\curico.cpp | |
742 | # End Source File | |
743 | # Begin Source File | |
744 | ||
745 | SOURCE=.\msw\cursor.cpp | |
746 | # End Source File | |
747 | # Begin Source File | |
748 | ||
749 | SOURCE=.\msw\data.cpp | |
750 | # End Source File | |
751 | # Begin Source File | |
752 | ||
753 | SOURCE=.\msw\dc.cpp | |
754 | # End Source File | |
755 | # Begin Source File | |
756 | ||
757 | SOURCE=.\msw\dcclient.cpp | |
758 | # End Source File | |
759 | # Begin Source File | |
760 | ||
761 | SOURCE=.\msw\dcmemory.cpp | |
762 | # End Source File | |
763 | # Begin Source File | |
764 | ||
765 | SOURCE=.\msw\dcprint.cpp | |
766 | # End Source File | |
767 | # Begin Source File | |
768 | ||
769 | SOURCE=.\msw\dcscreen.cpp | |
770 | # End Source File | |
771 | # Begin Source File | |
772 | ||
773 | SOURCE=.\msw\dde.cpp | |
774 | # End Source File | |
775 | # Begin Source File | |
776 | ||
777 | SOURCE=.\msw\dialog.cpp | |
778 | # End Source File | |
779 | # Begin Source File | |
780 | ||
781 | SOURCE=.\msw\dib.cpp | |
782 | # End Source File | |
783 | # Begin Source File | |
784 | ||
785 | SOURCE=.\msw\dibutils.cpp | |
786 | # End Source File | |
787 | # Begin Source File | |
788 | ||
17d8ee1c JS |
789 | SOURCE=.\msw\dir.cpp |
790 | # End Source File | |
791 | # Begin Source File | |
792 | ||
7cb86a4c JS |
793 | SOURCE=.\msw\dirdlg.cpp |
794 | # End Source File | |
795 | # Begin Source File | |
796 | ||
797 | SOURCE=.\msw\dragimag.cpp | |
798 | # End Source File | |
799 | # Begin Source File | |
800 | ||
36edded9 | 801 | SOURCE=.\msw\dummy.cpp |
7cb86a4c JS |
802 | # ADD CPP /Yc"wx/wxprec.h" |
803 | # End Source File | |
804 | # Begin Source File | |
805 | ||
8caa4ed1 JS |
806 | SOURCE=.\msw\enhmeta.cpp |
807 | # End Source File | |
808 | # Begin Source File | |
809 | ||
7cb86a4c JS |
810 | SOURCE=.\msw\filedlg.cpp |
811 | # End Source File | |
812 | # Begin Source File | |
813 | ||
814 | SOURCE=.\msw\font.cpp | |
815 | # End Source File | |
816 | # Begin Source File | |
817 | ||
818 | SOURCE=.\msw\fontdlg.cpp | |
819 | # End Source File | |
820 | # Begin Source File | |
821 | ||
6e47faf1 JS |
822 | SOURCE=.\msw\fontenum.cpp |
823 | # End Source File | |
824 | # Begin Source File | |
825 | ||
826 | SOURCE=.\msw\fontutil.cpp | |
827 | # End Source File | |
828 | # Begin Source File | |
829 | ||
7cb86a4c JS |
830 | SOURCE=.\msw\frame.cpp |
831 | # End Source File | |
832 | # Begin Source File | |
833 | ||
834 | SOURCE=.\msw\gauge95.cpp | |
835 | # End Source File | |
836 | # Begin Source File | |
837 | ||
838 | SOURCE=.\msw\gaugemsw.cpp | |
839 | # End Source File | |
840 | # Begin Source File | |
841 | ||
340196c0 JS |
842 | SOURCE=.\msw\gdiimage.cpp |
843 | # End Source File | |
844 | # Begin Source File | |
845 | ||
7cb86a4c JS |
846 | SOURCE=.\msw\gdiobj.cpp |
847 | # End Source File | |
848 | # Begin Source File | |
849 | ||
5427610e JS |
850 | SOURCE=.\msw\gsocket.c |
851 | # SUBTRACT CPP /YX /Yc /Yu | |
852 | # End Source File | |
853 | # Begin Source File | |
854 | ||
7cb86a4c JS |
855 | SOURCE=.\msw\helpwin.cpp |
856 | # End Source File | |
857 | # Begin Source File | |
858 | ||
859 | SOURCE=.\msw\icon.cpp | |
860 | # End Source File | |
861 | # Begin Source File | |
862 | ||
863 | SOURCE=.\msw\imaglist.cpp | |
864 | # End Source File | |
865 | # Begin Source File | |
866 | ||
867 | SOURCE=.\msw\iniconf.cpp | |
868 | # End Source File | |
869 | # Begin Source File | |
870 | ||
871 | SOURCE=.\msw\joystick.cpp | |
872 | # End Source File | |
873 | # Begin Source File | |
874 | ||
875 | SOURCE=.\msw\listbox.cpp | |
876 | # End Source File | |
877 | # Begin Source File | |
878 | ||
879 | SOURCE=.\msw\listctrl.cpp | |
880 | # End Source File | |
881 | # Begin Source File | |
882 | ||
883 | SOURCE=.\msw\main.cpp | |
884 | # End Source File | |
885 | # Begin Source File | |
886 | ||
887 | SOURCE=.\msw\mdi.cpp | |
888 | # End Source File | |
889 | # Begin Source File | |
890 | ||
891 | SOURCE=.\msw\menu.cpp | |
892 | # End Source File | |
893 | # Begin Source File | |
894 | ||
895 | SOURCE=.\msw\menuitem.cpp | |
896 | # End Source File | |
897 | # Begin Source File | |
898 | ||
899 | SOURCE=.\msw\metafile.cpp | |
900 | # End Source File | |
901 | # Begin Source File | |
902 | ||
ecf23aa6 VS |
903 | SOURCE=.\msw\mimetype.cpp |
904 | # End Source File | |
905 | # Begin Source File | |
906 | ||
7cb86a4c JS |
907 | SOURCE=.\msw\minifram.cpp |
908 | # End Source File | |
909 | # Begin Source File | |
910 | ||
911 | SOURCE=.\msw\msgdlg.cpp | |
912 | # End Source File | |
913 | # Begin Source File | |
914 | ||
915 | SOURCE=.\msw\nativdlg.cpp | |
916 | # End Source File | |
917 | # Begin Source File | |
918 | ||
919 | SOURCE=.\msw\notebook.cpp | |
920 | # End Source File | |
921 | # Begin Source File | |
922 | ||
923 | SOURCE=.\msw\ownerdrw.cpp | |
924 | # End Source File | |
925 | # Begin Source File | |
926 | ||
927 | SOURCE=.\msw\palette.cpp | |
928 | # End Source File | |
929 | # Begin Source File | |
930 | ||
931 | SOURCE=.\msw\pen.cpp | |
932 | # End Source File | |
933 | # Begin Source File | |
934 | ||
935 | SOURCE=.\msw\penwin.cpp | |
936 | # End Source File | |
937 | # Begin Source File | |
938 | ||
7cb86a4c JS |
939 | SOURCE=.\msw\printdlg.cpp |
940 | # End Source File | |
941 | # Begin Source File | |
942 | ||
943 | SOURCE=.\msw\printwin.cpp | |
944 | # End Source File | |
945 | # Begin Source File | |
946 | ||
947 | SOURCE=.\msw\radiobox.cpp | |
948 | # End Source File | |
949 | # Begin Source File | |
950 | ||
951 | SOURCE=.\msw\radiobut.cpp | |
952 | # End Source File | |
953 | # Begin Source File | |
954 | ||
955 | SOURCE=.\msw\regconf.cpp | |
956 | # End Source File | |
957 | # Begin Source File | |
958 | ||
959 | SOURCE=.\msw\region.cpp | |
960 | # End Source File | |
961 | # Begin Source File | |
962 | ||
963 | SOURCE=.\msw\registry.cpp | |
964 | # End Source File | |
965 | # Begin Source File | |
966 | ||
967 | SOURCE=.\msw\scrolbar.cpp | |
968 | # End Source File | |
969 | # Begin Source File | |
970 | ||
971 | SOURCE=.\msw\settings.cpp | |
972 | # End Source File | |
973 | # Begin Source File | |
974 | ||
975 | SOURCE=.\msw\slider95.cpp | |
976 | # End Source File | |
977 | # Begin Source File | |
978 | ||
979 | SOURCE=.\msw\slidrmsw.cpp | |
980 | # End Source File | |
981 | # Begin Source File | |
982 | ||
983 | SOURCE=.\msw\spinbutt.cpp | |
984 | # End Source File | |
985 | # Begin Source File | |
986 | ||
b4fe5125 JS |
987 | SOURCE=.\msw\spinctrl.cpp |
988 | # End Source File | |
989 | # Begin Source File | |
990 | ||
7cb86a4c JS |
991 | SOURCE=.\msw\statbmp.cpp |
992 | # End Source File | |
993 | # Begin Source File | |
994 | ||
995 | SOURCE=.\msw\statbox.cpp | |
996 | # End Source File | |
997 | # Begin Source File | |
998 | ||
999 | SOURCE=.\msw\statbr95.cpp | |
1000 | # End Source File | |
1001 | # Begin Source File | |
1002 | ||
5427610e JS |
1003 | SOURCE=.\msw\statline.cpp |
1004 | # End Source File | |
1005 | # Begin Source File | |
1006 | ||
7cb86a4c JS |
1007 | SOURCE=.\msw\stattext.cpp |
1008 | # End Source File | |
1009 | # Begin Source File | |
1010 | ||
1011 | SOURCE=.\msw\tabctrl.cpp | |
1012 | # End Source File | |
1013 | # Begin Source File | |
1014 | ||
1015 | SOURCE=.\msw\taskbar.cpp | |
1016 | # End Source File | |
1017 | # Begin Source File | |
1018 | ||
1019 | SOURCE=.\msw\tbar95.cpp | |
1020 | # End Source File | |
1021 | # Begin Source File | |
1022 | ||
7cb86a4c JS |
1023 | SOURCE=.\msw\textctrl.cpp |
1024 | # End Source File | |
1025 | # Begin Source File | |
1026 | ||
1027 | SOURCE=.\msw\thread.cpp | |
1028 | # End Source File | |
1029 | # Begin Source File | |
1030 | ||
1031 | SOURCE=.\msw\timer.cpp | |
1032 | # End Source File | |
1033 | # Begin Source File | |
1034 | ||
1035 | SOURCE=.\msw\tooltip.cpp | |
1036 | # End Source File | |
1037 | # Begin Source File | |
1038 | ||
1039 | SOURCE=.\msw\treectrl.cpp | |
1040 | # End Source File | |
1041 | # Begin Source File | |
1042 | ||
1043 | SOURCE=.\msw\utils.cpp | |
1044 | # End Source File | |
1045 | # Begin Source File | |
1046 | ||
1047 | SOURCE=.\msw\utilsexc.cpp | |
1048 | # End Source File | |
1049 | # Begin Source File | |
1050 | ||
1051 | SOURCE=.\msw\wave.cpp | |
1052 | # End Source File | |
1053 | # Begin Source File | |
1054 | ||
1055 | SOURCE=.\msw\window.cpp | |
1056 | # End Source File | |
1057 | # Begin Source File | |
1058 | ||
1059 | SOURCE=.\msw\xpmhand.cpp | |
36edded9 | 1060 | # ADD CPP /I "../src/xpm" |
7cb86a4c JS |
1061 | # End Source File |
1062 | # End Group | |
1063 | # Begin Group "OLE Files" | |
1064 | ||
1065 | # PROP Default_Filter "" | |
1066 | # Begin Source File | |
1067 | ||
1068 | SOURCE=.\msw\ole\automtn.cpp | |
1069 | # End Source File | |
1070 | # Begin Source File | |
1071 | ||
1072 | SOURCE=.\msw\ole\dataobj.cpp | |
1073 | # End Source File | |
1074 | # Begin Source File | |
1075 | ||
1076 | SOURCE=.\msw\ole\dropsrc.cpp | |
1077 | # End Source File | |
1078 | # Begin Source File | |
1079 | ||
1080 | SOURCE=.\msw\ole\droptgt.cpp | |
1081 | # End Source File | |
1082 | # Begin Source File | |
1083 | ||
1084 | SOURCE=.\msw\ole\oleutils.cpp | |
1085 | # End Source File | |
1086 | # Begin Source File | |
1087 | ||
1088 | SOURCE=.\msw\ole\uuid.cpp | |
1089 | # End Source File | |
1090 | # End Group | |
1091 | # Begin Group "PNG Files" | |
1092 | ||
1093 | # PROP Default_Filter "" | |
1094 | # Begin Source File | |
1095 | ||
1096 | SOURCE=.\png\png.c | |
1097 | # ADD CPP /I "zlib" | |
1098 | # SUBTRACT CPP /YX /Yc /Yu | |
1099 | # End Source File | |
1100 | # Begin Source File | |
1101 | ||
1102 | SOURCE=.\png\pngerror.c | |
1103 | # ADD CPP /I "zlib" | |
1104 | # SUBTRACT CPP /YX /Yc /Yu | |
1105 | # End Source File | |
1106 | # Begin Source File | |
1107 | ||
1108 | SOURCE=.\png\pngget.c | |
1109 | # ADD CPP /I "zlib" | |
1110 | # SUBTRACT CPP /YX /Yc /Yu | |
1111 | # End Source File | |
1112 | # Begin Source File | |
1113 | ||
1114 | SOURCE=.\png\pngmem.c | |
1115 | # ADD CPP /I "zlib" | |
1116 | # SUBTRACT CPP /YX /Yc /Yu | |
1117 | # End Source File | |
1118 | # Begin Source File | |
1119 | ||
1120 | SOURCE=.\png\pngpread.c | |
1121 | # ADD CPP /I "zlib" | |
1122 | # SUBTRACT CPP /YX /Yc /Yu | |
1123 | # End Source File | |
1124 | # Begin Source File | |
1125 | ||
1126 | SOURCE=.\png\pngread.c | |
1127 | # ADD CPP /I "zlib" | |
1128 | # SUBTRACT CPP /YX /Yc /Yu | |
1129 | # End Source File | |
1130 | # Begin Source File | |
1131 | ||
1132 | SOURCE=.\png\pngrio.c | |
1133 | # ADD CPP /I "zlib" | |
1134 | # SUBTRACT CPP /YX /Yc /Yu | |
1135 | # End Source File | |
1136 | # Begin Source File | |
1137 | ||
1138 | SOURCE=.\png\pngrtran.c | |
1139 | # ADD CPP /I "zlib" | |
1140 | # SUBTRACT CPP /YX /Yc /Yu | |
1141 | # End Source File | |
1142 | # Begin Source File | |
1143 | ||
1144 | SOURCE=.\png\pngrutil.c | |
1145 | # ADD CPP /I "zlib" | |
1146 | # SUBTRACT CPP /YX /Yc /Yu | |
1147 | # End Source File | |
1148 | # Begin Source File | |
1149 | ||
1150 | SOURCE=.\png\pngset.c | |
1151 | # ADD CPP /I "zlib" | |
1152 | # SUBTRACT CPP /YX /Yc /Yu | |
1153 | # End Source File | |
1154 | # Begin Source File | |
1155 | ||
1156 | SOURCE=.\png\pngtest.c | |
1157 | # ADD CPP /I "zlib" | |
1158 | # SUBTRACT CPP /YX /Yc /Yu | |
1159 | # End Source File | |
1160 | # Begin Source File | |
1161 | ||
1162 | SOURCE=.\png\pngtrans.c | |
1163 | # ADD CPP /I "zlib" | |
1164 | # SUBTRACT CPP /YX /Yc /Yu | |
1165 | # End Source File | |
1166 | # Begin Source File | |
1167 | ||
1168 | SOURCE=.\png\pngwio.c | |
1169 | # ADD CPP /I "zlib" | |
1170 | # SUBTRACT CPP /YX /Yc /Yu | |
1171 | # End Source File | |
1172 | # Begin Source File | |
1173 | ||
1174 | SOURCE=.\png\pngwrite.c | |
1175 | # ADD CPP /I "zlib" | |
1176 | # SUBTRACT CPP /YX /Yc /Yu | |
1177 | # End Source File | |
1178 | # Begin Source File | |
1179 | ||
1180 | SOURCE=.\png\pngwtran.c | |
1181 | # ADD CPP /I "zlib" | |
1182 | # SUBTRACT CPP /YX /Yc /Yu | |
1183 | # End Source File | |
1184 | # Begin Source File | |
1185 | ||
1186 | SOURCE=.\png\pngwutil.c | |
1187 | # ADD CPP /I "zlib" | |
1188 | # SUBTRACT CPP /YX /Yc /Yu | |
1189 | # End Source File | |
1190 | # End Group | |
1191 | # Begin Group "XPM Files" | |
1192 | ||
1193 | # PROP Default_Filter "" | |
1194 | # Begin Source File | |
1195 | ||
9f334bea | 1196 | SOURCE=.\xpm\attrib.c |
7cb86a4c JS |
1197 | # SUBTRACT CPP /YX /Yc /Yu |
1198 | # End Source File | |
1199 | # Begin Source File | |
1200 | ||
9f334bea | 1201 | SOURCE=.\xpm\crbuffri.c |
7cb86a4c JS |
1202 | # SUBTRACT CPP /YX /Yc /Yu |
1203 | # End Source File | |
1204 | # Begin Source File | |
1205 | ||
1206 | SOURCE=.\xpm\crdatfri.c | |
7cb86a4c JS |
1207 | # SUBTRACT CPP /YX /Yc /Yu |
1208 | # End Source File | |
1209 | # Begin Source File | |
1210 | ||
1211 | SOURCE=.\xpm\create.c | |
7cb86a4c JS |
1212 | # SUBTRACT CPP /YX /Yc /Yu |
1213 | # End Source File | |
1214 | # Begin Source File | |
1215 | ||
1216 | SOURCE=.\xpm\crifrbuf.c | |
7cb86a4c JS |
1217 | # SUBTRACT CPP /YX /Yc /Yu |
1218 | # End Source File | |
1219 | # Begin Source File | |
1220 | ||
1221 | SOURCE=.\xpm\crifrdat.c | |
7cb86a4c JS |
1222 | # SUBTRACT CPP /YX /Yc /Yu |
1223 | # End Source File | |
1224 | # Begin Source File | |
1225 | ||
9f334bea | 1226 | SOURCE=.\xpm\dataxpm.c |
7cb86a4c JS |
1227 | # SUBTRACT CPP /YX /Yc /Yu |
1228 | # End Source File | |
1229 | # Begin Source File | |
1230 | ||
9f334bea | 1231 | SOURCE=.\xpm\hashtab.c |
7cb86a4c JS |
1232 | # SUBTRACT CPP /YX /Yc /Yu |
1233 | # End Source File | |
1234 | # Begin Source File | |
1235 | ||
9f334bea | 1236 | SOURCE=.\xpm\imagexpm.c |
7cb86a4c JS |
1237 | # SUBTRACT CPP /YX /Yc /Yu |
1238 | # End Source File | |
1239 | # Begin Source File | |
1240 | ||
9f334bea | 1241 | SOURCE=.\xpm\info.c |
7cb86a4c JS |
1242 | # SUBTRACT CPP /YX /Yc /Yu |
1243 | # End Source File | |
1244 | # Begin Source File | |
1245 | ||
1246 | SOURCE=.\xpm\misc.c | |
7cb86a4c JS |
1247 | # SUBTRACT CPP /YX /Yc /Yu |
1248 | # End Source File | |
1249 | # Begin Source File | |
1250 | ||
1251 | SOURCE=.\xpm\parse.c | |
7cb86a4c JS |
1252 | # SUBTRACT CPP /YX /Yc /Yu |
1253 | # End Source File | |
1254 | # Begin Source File | |
1255 | ||
1256 | SOURCE=.\xpm\rdftodat.c | |
7cb86a4c JS |
1257 | # SUBTRACT CPP /YX /Yc /Yu |
1258 | # End Source File | |
1259 | # Begin Source File | |
1260 | ||
1261 | SOURCE=.\xpm\rdftoi.c | |
7cb86a4c JS |
1262 | # SUBTRACT CPP /YX /Yc /Yu |
1263 | # End Source File | |
1264 | # Begin Source File | |
1265 | ||
1266 | SOURCE=.\xpm\rgb.c | |
7cb86a4c JS |
1267 | # SUBTRACT CPP /YX /Yc /Yu |
1268 | # End Source File | |
1269 | # Begin Source File | |
1270 | ||
1271 | SOURCE=.\xpm\scan.c | |
7cb86a4c JS |
1272 | # SUBTRACT CPP /YX /Yc /Yu |
1273 | # End Source File | |
1274 | # Begin Source File | |
1275 | ||
1276 | SOURCE=.\xpm\simx.c | |
7cb86a4c JS |
1277 | # SUBTRACT CPP /YX /Yc /Yu |
1278 | # End Source File | |
1279 | # Begin Source File | |
1280 | ||
1281 | SOURCE=.\xpm\wrffrdat.c | |
7cb86a4c JS |
1282 | # SUBTRACT CPP /YX /Yc /Yu |
1283 | # End Source File | |
1284 | # Begin Source File | |
1285 | ||
1286 | SOURCE=.\xpm\wrffri.c | |
7cb86a4c JS |
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 | 1381 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1382 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1398 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1399 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1415 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1416 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1432 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1433 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1449 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1450 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1466 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1467 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1483 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1484 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1500 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1501 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1517 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1518 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1534 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1535 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1551 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1552 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1568 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1569 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1585 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1586 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1602 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1603 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1619 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1620 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1636 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1637 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1653 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1654 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1670 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1671 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1687 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1688 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1704 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1705 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1721 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1722 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1738 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1739 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1755 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1756 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1772 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1773 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1789 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1790 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1806 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1807 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1823 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1824 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1840 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1841 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1857 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1858 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1874 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1875 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1891 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1892 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1908 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1909 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1925 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1926 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1942 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1943 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1959 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1960 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1976 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1977 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 1993 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 1994 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2010 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2011 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2027 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2028 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2044 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2045 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2061 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2062 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2078 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2079 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2095 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2096 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2112 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2113 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2129 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2130 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 | 2146 | # ADD CPP /I "..\include" /I ".." |
b40b0f5b | 2147 | # SUBTRACT CPP /I "../include" /YX /Yc /Yu |
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 |