]>
Commit | Line | Data |
---|---|---|
a19fb96b JS |
1 | # Microsoft Developer Studio Project File - Name="wxvc6" - Package Owner=<4> |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
3 | # ** DO NOT EDIT ** | |
a19fb96b JS |
4 | |
5 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 | |
6 | ||
7 | CFG=wxvc6 - 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 "wxvc6.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 "wxvc6.mak" CFG="wxvc6 - Win32 Debug" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "wxvc6 - Win32 Release" (based on "Win32 (x86) Static Library") | |
21 | !MESSAGE "wxvc6 - Win32 Debug" (based on "Win32 (x86) Static Library") | |
22 | !MESSAGE | |
23 | ||
24 | # Begin Project | |
25 | # PROP AllowPerConfigDependencies 0 | |
26 | # PROP Scc_ProjName "" | |
27 | # PROP Scc_LocalPath "" | |
28 | CPP=cl.exe | |
29 | RSC=rc.exe | |
30 | ||
31 | !IF "$(CFG)" == "wxvc6 - Win32 Release" | |
32 | ||
33 | # PROP BASE Use_MFC 0 | |
34 | # PROP BASE Use_Debug_Libraries 0 | |
35 | # PROP BASE Output_Dir "Release" | |
36 | # PROP BASE Intermediate_Dir "Release" | |
37 | # PROP BASE Target_Dir "" | |
38 | # PROP Use_MFC 0 | |
39 | # PROP Use_Debug_Libraries 0 | |
40 | # PROP Output_Dir "Release" | |
41 | # PROP Intermediate_Dir "Release" | |
42 | # PROP Target_Dir "" | |
43 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c | |
a181ac20 | 44 | # ADD CPP /nologo /MD /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" /Yu"wx/wxprec.h" /FD /c |
a19fb96b JS |
45 | # ADD BASE RSC /l 0x809 |
46 | # ADD RSC /l 0x809 | |
47 | BSC32=bscmake.exe | |
48 | # ADD BASE BSC32 /nologo | |
49 | # ADD BSC32 /nologo | |
50 | LIB32=link.exe -lib | |
51 | # ADD BASE LIB32 /nologo | |
85f3749f | 52 | # ADD LIB32 /nologo /out:"Release\wxvc.lib" |
a19fb96b JS |
53 | |
54 | !ELSEIF "$(CFG)" == "wxvc6 - Win32 Debug" | |
55 | ||
56 | # PROP BASE Use_MFC 0 | |
57 | # PROP BASE Use_Debug_Libraries 1 | |
58 | # PROP BASE Output_Dir "Debug" | |
59 | # PROP BASE Intermediate_Dir "Debug" | |
60 | # PROP BASE Target_Dir "" | |
61 | # PROP Use_MFC 0 | |
62 | # PROP Use_Debug_Libraries 1 | |
63 | # PROP Output_Dir "Debug" | |
64 | # PROP Intermediate_Dir "Debug" | |
65 | # PROP Target_Dir "" | |
66 | # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c | |
85f3749f | 67 | # ADD CPP /nologo /MDd /W3 /GX /Z7 /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" /Yu"wx/wxprec.h" /FD /c |
a19fb96b JS |
68 | # ADD BASE RSC /l 0x809 |
69 | # ADD RSC /l 0x809 | |
70 | BSC32=bscmake.exe | |
71 | # ADD BASE BSC32 /nologo | |
72 | # ADD BSC32 /nologo | |
73 | LIB32=link.exe -lib | |
74 | # ADD BASE LIB32 /nologo | |
85f3749f | 75 | # ADD LIB32 /nologo /out:"Debug\wxvc.lib" |
a19fb96b JS |
76 | |
77 | !ENDIF | |
78 | ||
79 | # Begin Target | |
80 | ||
81 | # Name "wxvc6 - Win32 Release" | |
82 | # Name "wxvc6 - Win32 Debug" | |
83 | # Begin Group "Common Files" | |
84 | ||
85 | # PROP Default_Filter "" | |
86 | # Begin Source File | |
87 | ||
ac0ac824 JS |
88 | SOURCE=.\common\appcmn.cpp |
89 | # End Source File | |
90 | # Begin Source File | |
91 | ||
a19fb96b JS |
92 | SOURCE=.\common\choiccmn.cpp |
93 | # End Source File | |
94 | # Begin Source File | |
95 | ||
1a7f3062 JS |
96 | SOURCE=.\common\clipcmn.cpp |
97 | # End Source File | |
98 | # Begin Source File | |
99 | ||
a19fb96b JS |
100 | SOURCE=.\common\cmndata.cpp |
101 | # End Source File | |
102 | # Begin Source File | |
103 | ||
104 | SOURCE=.\common\config.cpp | |
105 | # End Source File | |
106 | # Begin Source File | |
107 | ||
108 | SOURCE=.\common\ctrlcmn.cpp | |
109 | # End Source File | |
110 | # Begin Source File | |
111 | ||
0cdf89ab JS |
112 | SOURCE=.\common\ctrlsub.cpp |
113 | # End Source File | |
114 | # Begin Source File | |
115 | ||
a19fb96b JS |
116 | SOURCE=.\common\date.cpp |
117 | # End Source File | |
118 | # Begin Source File | |
119 | ||
120 | SOURCE=.\common\datstrm.cpp | |
121 | # End Source File | |
122 | # Begin Source File | |
123 | ||
124 | SOURCE=.\common\db.cpp | |
125 | # End Source File | |
126 | # Begin Source File | |
127 | ||
128 | SOURCE=.\common\dbtable.cpp | |
129 | # End Source File | |
130 | # Begin Source File | |
131 | ||
132 | SOURCE=.\common\dcbase.cpp | |
133 | # End Source File | |
134 | # Begin Source File | |
135 | ||
1a7f3062 JS |
136 | SOURCE=.\common\dobjcmn.cpp |
137 | # End Source File | |
138 | # Begin Source File | |
139 | ||
a19fb96b JS |
140 | SOURCE=.\common\dlgcmn.cpp |
141 | # End Source File | |
142 | # Begin Source File | |
143 | ||
144 | SOURCE=.\common\docmdi.cpp | |
145 | # End Source File | |
146 | # Begin Source File | |
147 | ||
148 | SOURCE=.\common\docview.cpp | |
149 | # End Source File | |
150 | # Begin Source File | |
151 | ||
152 | SOURCE=.\common\dosyacc.c | |
153 | # ADD CPP /D "USE_DEFINE" /D "YY_USE_PROTOS" /D "IDE_INVOKED" | |
154 | # SUBTRACT CPP /YX /Yc /Yu | |
155 | # End Source File | |
156 | # Begin Source File | |
157 | ||
158 | SOURCE=.\common\dynarray.cpp | |
159 | # End Source File | |
160 | # Begin Source File | |
161 | ||
162 | SOURCE=.\common\dynlib.cpp | |
163 | # End Source File | |
164 | # Begin Source File | |
165 | ||
166 | SOURCE=.\common\event.cpp | |
167 | # End Source File | |
168 | # Begin Source File | |
169 | ||
170 | SOURCE=.\common\extended.c | |
171 | # SUBTRACT CPP /YX /Yc /Yu | |
172 | # End Source File | |
173 | # Begin Source File | |
174 | ||
175 | SOURCE=.\common\ffile.cpp | |
176 | # End Source File | |
177 | # Begin Source File | |
178 | ||
179 | SOURCE=.\common\file.cpp | |
180 | # End Source File | |
181 | # Begin Source File | |
182 | ||
183 | SOURCE=.\common\fileconf.cpp | |
184 | # End Source File | |
185 | # Begin Source File | |
186 | ||
187 | SOURCE=.\common\filefn.cpp | |
188 | # End Source File | |
189 | # Begin Source File | |
190 | ||
191 | SOURCE=.\common\filesys.cpp | |
192 | # End Source File | |
193 | # Begin Source File | |
194 | ||
5427610e JS |
195 | SOURCE=.\common\fontcmn.cpp |
196 | # End Source File | |
197 | # Begin Source File | |
198 | ||
a19fb96b JS |
199 | SOURCE=.\common\framecmn.cpp |
200 | # End Source File | |
201 | # Begin Source File | |
202 | ||
203 | SOURCE=.\common\fs_inet.cpp | |
204 | # End Source File | |
205 | # Begin Source File | |
206 | ||
207 | SOURCE=.\common\fs_zip.cpp | |
208 | # End Source File | |
209 | # Begin Source File | |
210 | ||
211 | SOURCE=.\common\ftp.cpp | |
212 | # End Source File | |
213 | # Begin Source File | |
214 | ||
215 | SOURCE=.\common\gdicmn.cpp | |
216 | # End Source File | |
217 | # Begin Source File | |
218 | ||
219 | SOURCE=.\common\gifdecod.cpp | |
220 | # End Source File | |
221 | # Begin Source File | |
222 | ||
223 | SOURCE=.\common\hash.cpp | |
224 | # End Source File | |
225 | # Begin Source File | |
226 | ||
227 | SOURCE=.\common\helpbase.cpp | |
228 | # End Source File | |
229 | # Begin Source File | |
230 | ||
231 | SOURCE=.\common\http.cpp | |
232 | # End Source File | |
233 | # Begin Source File | |
234 | ||
235 | SOURCE=.\common\imagbmp.cpp | |
236 | # End Source File | |
237 | # Begin Source File | |
238 | ||
239 | SOURCE=.\common\image.cpp | |
240 | # End Source File | |
241 | # Begin Source File | |
242 | ||
243 | SOURCE=.\common\imaggif.cpp | |
244 | # End Source File | |
245 | # Begin Source File | |
246 | ||
247 | SOURCE=.\common\imagjpeg.cpp | |
248 | # ADD CPP /I "../src/jpeg" | |
249 | # End Source File | |
250 | # Begin Source File | |
251 | ||
252 | SOURCE=.\common\imagpng.cpp | |
253 | # ADD CPP /I "png" /I "zlib" | |
254 | # End Source File | |
255 | # Begin Source File | |
256 | ||
257 | SOURCE=.\common\intl.cpp | |
258 | # End Source File | |
259 | # Begin Source File | |
260 | ||
261 | SOURCE=.\common\ipcbase.cpp | |
262 | # End Source File | |
263 | # Begin Source File | |
264 | ||
265 | SOURCE=.\common\layout.cpp | |
266 | # End Source File | |
267 | # Begin Source File | |
268 | ||
0cdf89ab JS |
269 | SOURCE=.\common\lboxcmn.cpp |
270 | # End Source File | |
271 | # Begin Source File | |
272 | ||
a19fb96b JS |
273 | SOURCE=.\common\list.cpp |
274 | # End Source File | |
275 | # Begin Source File | |
276 | ||
277 | SOURCE=.\common\log.cpp | |
278 | # End Source File | |
279 | # Begin Source File | |
280 | ||
281 | SOURCE=.\common\longlong.cpp | |
282 | # End Source File | |
283 | # Begin Source File | |
284 | ||
285 | SOURCE=.\common\matrix.cpp | |
286 | # End Source File | |
287 | # Begin Source File | |
288 | ||
289 | SOURCE=.\common\memory.cpp | |
290 | # End Source File | |
291 | # Begin Source File | |
292 | ||
733dac47 JS |
293 | SOURCE=.\common\menucmn.cpp |
294 | # End Source File | |
295 | # Begin Source File | |
296 | ||
a19fb96b JS |
297 | SOURCE=.\common\mimetype.cpp |
298 | # End Source File | |
299 | # Begin Source File | |
300 | ||
301 | SOURCE=.\common\module.cpp | |
302 | # End Source File | |
303 | # Begin Source File | |
304 | ||
305 | SOURCE=.\common\mstream.cpp | |
306 | # End Source File | |
307 | # Begin Source File | |
308 | ||
309 | SOURCE=.\common\object.cpp | |
310 | # End Source File | |
311 | # Begin Source File | |
312 | ||
313 | SOURCE=.\common\objstrm.cpp | |
314 | # End Source File | |
315 | # Begin Source File | |
316 | ||
317 | SOURCE=.\common\odbc.cpp | |
318 | # End Source File | |
319 | # Begin Source File | |
320 | ||
321 | SOURCE=.\common\paper.cpp | |
322 | # End Source File | |
323 | # Begin Source File | |
324 | ||
325 | SOURCE=.\common\prntbase.cpp | |
326 | # End Source File | |
327 | # Begin Source File | |
328 | ||
329 | SOURCE=.\common\process.cpp | |
330 | # End Source File | |
331 | # Begin Source File | |
332 | ||
333 | SOURCE=.\common\protocol.cpp | |
334 | # End Source File | |
335 | # Begin Source File | |
336 | ||
337 | SOURCE=.\common\resource.cpp | |
338 | # End Source File | |
339 | # Begin Source File | |
340 | ||
341 | SOURCE=.\common\sckaddr.cpp | |
342 | # End Source File | |
343 | # Begin Source File | |
344 | ||
345 | SOURCE=.\common\sckfile.cpp | |
346 | # End Source File | |
347 | # Begin Source File | |
348 | ||
349 | SOURCE=.\common\sckipc.cpp | |
350 | # End Source File | |
351 | # Begin Source File | |
352 | ||
353 | SOURCE=.\common\sckstrm.cpp | |
354 | # End Source File | |
355 | # Begin Source File | |
356 | ||
357 | SOURCE=.\common\serbase.cpp | |
358 | # End Source File | |
359 | # Begin Source File | |
360 | ||
361 | SOURCE=.\common\sizer.cpp | |
362 | # End Source File | |
363 | # Begin Source File | |
364 | ||
365 | SOURCE=.\common\socket.cpp | |
366 | # End Source File | |
367 | # Begin Source File | |
368 | ||
369 | SOURCE=.\common\strconv.cpp | |
370 | # End Source File | |
371 | # Begin Source File | |
372 | ||
373 | SOURCE=.\common\stream.cpp | |
374 | # End Source File | |
375 | # Begin Source File | |
376 | ||
377 | SOURCE=.\common\string.cpp | |
378 | # End Source File | |
379 | # Begin Source File | |
380 | ||
381 | SOURCE=.\common\tbarbase.cpp | |
382 | # End Source File | |
383 | # Begin Source File | |
384 | ||
385 | SOURCE=.\common\tbarsmpl.cpp | |
386 | # End Source File | |
387 | # Begin Source File | |
388 | ||
389 | SOURCE=.\common\textcmn.cpp | |
390 | # End Source File | |
391 | # Begin Source File | |
392 | ||
393 | SOURCE=.\common\textfile.cpp | |
394 | # End Source File | |
395 | # Begin Source File | |
396 | ||
397 | SOURCE=.\common\time.cpp | |
398 | # End Source File | |
399 | # Begin Source File | |
400 | ||
401 | SOURCE=.\common\timercmn.cpp | |
402 | # End Source File | |
403 | # Begin Source File | |
404 | ||
405 | SOURCE=.\common\tokenzr.cpp | |
406 | # End Source File | |
407 | # Begin Source File | |
408 | ||
409 | SOURCE=.\common\txtstrm.cpp | |
410 | # End Source File | |
411 | # Begin Source File | |
412 | ||
413 | SOURCE=.\common\unzip.c | |
414 | # ADD CPP /I "zlib" | |
415 | # SUBTRACT CPP /YX /Yc /Yu | |
416 | # End Source File | |
417 | # Begin Source File | |
418 | ||
419 | SOURCE=.\common\url.cpp | |
420 | # End Source File | |
421 | # Begin Source File | |
422 | ||
423 | SOURCE=.\common\utilscmn.cpp | |
424 | # End Source File | |
425 | # Begin Source File | |
426 | ||
427 | SOURCE=.\common\valgen.cpp | |
428 | # End Source File | |
429 | # Begin Source File | |
430 | ||
431 | SOURCE=.\common\validate.cpp | |
432 | # End Source File | |
433 | # Begin Source File | |
434 | ||
435 | SOURCE=.\common\valtext.cpp | |
436 | # End Source File | |
437 | # Begin Source File | |
438 | ||
439 | SOURCE=.\common\variant.cpp | |
440 | # End Source File | |
441 | # Begin Source File | |
442 | ||
443 | SOURCE=.\common\wfstream.cpp | |
444 | # End Source File | |
445 | # Begin Source File | |
446 | ||
447 | SOURCE=.\common\wincmn.cpp | |
448 | # End Source File | |
449 | # Begin Source File | |
450 | ||
451 | SOURCE=.\common\wxchar.cpp | |
452 | # End Source File | |
453 | # Begin Source File | |
454 | ||
455 | SOURCE=.\common\wxexpr.cpp | |
456 | # End Source File | |
457 | # Begin Source File | |
458 | ||
459 | SOURCE=.\common\zipstrm.cpp | |
460 | # ADD CPP /I "zlib" | |
461 | # End Source File | |
462 | # Begin Source File | |
463 | ||
464 | SOURCE=.\common\zstream.cpp | |
465 | ||
466 | !IF "$(CFG)" == "wxvc6 - Win32 Release" | |
467 | ||
468 | !ELSEIF "$(CFG)" == "wxvc6 - Win32 Debug" | |
469 | ||
470 | # SUBTRACT CPP /X | |
471 | ||
472 | !ENDIF | |
473 | ||
474 | # End Source File | |
475 | # End Group | |
476 | # Begin Group "Generic Files" | |
477 | ||
478 | # PROP Default_Filter "" | |
479 | # Begin Source File | |
480 | ||
481 | SOURCE=.\generic\busyinfo.cpp | |
482 | # End Source File | |
483 | # Begin Source File | |
484 | ||
485 | SOURCE=.\generic\choicdgg.cpp | |
486 | # End Source File | |
487 | # Begin Source File | |
488 | ||
489 | SOURCE=.\generic\gridg.cpp | |
490 | # End Source File | |
491 | # Begin Source File | |
492 | ||
5427610e JS |
493 | SOURCE=.\generic\helpext.cpp |
494 | # End Source File | |
495 | # Begin Source File | |
496 | ||
497 | SOURCE=.\generic\helphtml.cpp | |
498 | # End Source File | |
499 | # Begin Source File | |
500 | ||
a19fb96b JS |
501 | SOURCE=.\generic\helpwxht.cpp |
502 | # End Source File | |
503 | # Begin Source File | |
504 | ||
505 | SOURCE=.\generic\laywin.cpp | |
506 | # End Source File | |
507 | # Begin Source File | |
508 | ||
5427610e JS |
509 | SOURCE=.\generic\logg.cpp |
510 | # End Source File | |
511 | # Begin Source File | |
512 | ||
a19fb96b JS |
513 | SOURCE=.\generic\numdlgg.cpp |
514 | # End Source File | |
515 | # Begin Source File | |
516 | ||
517 | SOURCE=.\generic\panelg.cpp | |
518 | # End Source File | |
519 | # Begin Source File | |
520 | ||
521 | SOURCE=.\generic\progdlgg.cpp | |
522 | # End Source File | |
523 | # Begin Source File | |
524 | ||
525 | SOURCE=.\generic\prop.cpp | |
526 | # End Source File | |
527 | # Begin Source File | |
528 | ||
529 | SOURCE=.\generic\propform.cpp | |
530 | # End Source File | |
531 | # Begin Source File | |
532 | ||
533 | SOURCE=.\generic\proplist.cpp | |
534 | # End Source File | |
535 | # Begin Source File | |
536 | ||
537 | SOURCE=.\generic\sashwin.cpp | |
538 | # End Source File | |
539 | # Begin Source File | |
540 | ||
541 | SOURCE=.\generic\scrolwin.cpp | |
542 | # End Source File | |
543 | # Begin Source File | |
544 | ||
545 | SOURCE=.\generic\splitter.cpp | |
546 | # End Source File | |
547 | # Begin Source File | |
548 | ||
549 | SOURCE=.\generic\statusbr.cpp | |
550 | # End Source File | |
551 | # Begin Source File | |
552 | ||
553 | SOURCE=.\generic\tabg.cpp | |
554 | # End Source File | |
555 | # Begin Source File | |
556 | ||
557 | SOURCE=.\generic\textdlgg.cpp | |
558 | # End Source File | |
559 | # Begin Source File | |
560 | ||
561 | SOURCE=.\generic\tipdlg.cpp | |
562 | # End Source File | |
563 | # Begin Source File | |
564 | ||
565 | SOURCE=.\generic\wizard.cpp | |
566 | # End Source File | |
567 | # End Group | |
568 | # Begin Group "wxHTML Files" | |
569 | ||
570 | # PROP Default_Filter "" | |
571 | # Begin Source File | |
572 | ||
573 | SOURCE=.\html\helpctrl.cpp | |
574 | # End Source File | |
575 | # Begin Source File | |
576 | ||
577 | SOURCE=.\html\helpdata.cpp | |
578 | # End Source File | |
579 | # Begin Source File | |
580 | ||
581 | SOURCE=.\html\helpfrm.cpp | |
582 | # End Source File | |
583 | # Begin Source File | |
584 | ||
585 | SOURCE=.\html\htmlcell.cpp | |
586 | # End Source File | |
587 | # Begin Source File | |
588 | ||
2131a664 | 589 | SOURCE=.\html\htmlfilt.cpp |
a19fb96b JS |
590 | # End Source File |
591 | # Begin Source File | |
592 | ||
2131a664 | 593 | SOURCE=.\html\htmlpars.cpp |
a19fb96b JS |
594 | # End Source File |
595 | # Begin Source File | |
596 | ||
597 | SOURCE=.\html\htmltag.cpp | |
598 | # End Source File | |
599 | # Begin Source File | |
600 | ||
601 | SOURCE=.\html\htmlwin.cpp | |
602 | # End Source File | |
603 | # Begin Source File | |
604 | ||
3ce369e6 VS |
605 | SOURCE=.\html\htmprint.cpp |
606 | # End Source File | |
607 | # Begin Source File | |
608 | ||
2131a664 | 609 | SOURCE=.\html\m_fonts.cpp |
a19fb96b JS |
610 | # End Source File |
611 | # Begin Source File | |
612 | ||
2131a664 | 613 | SOURCE=.\html\m_hline.cpp |
a19fb96b JS |
614 | # End Source File |
615 | # Begin Source File | |
616 | ||
2131a664 | 617 | SOURCE=.\html\m_image.cpp |
a19fb96b JS |
618 | # End Source File |
619 | # Begin Source File | |
620 | ||
2131a664 | 621 | SOURCE=.\html\m_layout.cpp |
a19fb96b JS |
622 | # End Source File |
623 | # Begin Source File | |
624 | ||
2131a664 | 625 | SOURCE=.\html\m_links.cpp |
a19fb96b JS |
626 | # End Source File |
627 | # Begin Source File | |
628 | ||
2131a664 | 629 | SOURCE=.\html\m_list.cpp |
a19fb96b JS |
630 | # End Source File |
631 | # Begin Source File | |
632 | ||
2131a664 | 633 | SOURCE=.\html\m_pre.cpp |
a19fb96b JS |
634 | # End Source File |
635 | # Begin Source File | |
636 | ||
2131a664 | 637 | SOURCE=.\html\m_tables.cpp |
a19fb96b JS |
638 | # End Source File |
639 | # Begin Source File | |
640 | ||
2131a664 | 641 | SOURCE=.\html\winpars.cpp |
a19fb96b JS |
642 | # End Source File |
643 | # End Group | |
644 | # Begin Group "MSW Files" | |
645 | ||
646 | # PROP Default_Filter "" | |
647 | # Begin Source File | |
648 | ||
649 | SOURCE=.\msw\accel.cpp | |
650 | # End Source File | |
651 | # Begin Source File | |
652 | ||
653 | SOURCE=.\msw\app.cpp | |
654 | # End Source File | |
655 | # Begin Source File | |
656 | ||
657 | SOURCE=.\msw\bitmap.cpp | |
658 | # End Source File | |
659 | # Begin Source File | |
660 | ||
661 | SOURCE=.\msw\bmpbuttn.cpp | |
662 | # End Source File | |
663 | # Begin Source File | |
664 | ||
665 | SOURCE=.\msw\brush.cpp | |
666 | # End Source File | |
667 | # Begin Source File | |
668 | ||
669 | SOURCE=.\msw\button.cpp | |
670 | # End Source File | |
671 | # Begin Source File | |
672 | ||
5427610e JS |
673 | SOURCE=.\msw\caret.cpp |
674 | # End Source File | |
675 | # Begin Source File | |
676 | ||
a19fb96b JS |
677 | SOURCE=.\msw\checkbox.cpp |
678 | # End Source File | |
679 | # Begin Source File | |
680 | ||
681 | SOURCE=.\msw\checklst.cpp | |
682 | # End Source File | |
683 | # Begin Source File | |
684 | ||
685 | SOURCE=.\msw\choice.cpp | |
686 | # End Source File | |
687 | # Begin Source File | |
688 | ||
689 | SOURCE=.\msw\clipbrd.cpp | |
690 | # End Source File | |
691 | # Begin Source File | |
692 | ||
693 | SOURCE=.\msw\colordlg.cpp | |
694 | # End Source File | |
695 | # Begin Source File | |
696 | ||
697 | SOURCE=.\msw\colour.cpp | |
698 | # End Source File | |
699 | # Begin Source File | |
700 | ||
701 | SOURCE=.\msw\combobox.cpp | |
702 | # End Source File | |
703 | # Begin Source File | |
704 | ||
705 | SOURCE=.\msw\control.cpp | |
706 | # End Source File | |
707 | # Begin Source File | |
708 | ||
709 | SOURCE=.\msw\curico.cpp | |
710 | # End Source File | |
711 | # Begin Source File | |
712 | ||
713 | SOURCE=.\msw\cursor.cpp | |
714 | # End Source File | |
715 | # Begin Source File | |
716 | ||
717 | SOURCE=.\msw\data.cpp | |
718 | # End Source File | |
719 | # Begin Source File | |
720 | ||
721 | SOURCE=.\msw\dc.cpp | |
722 | # End Source File | |
723 | # Begin Source File | |
724 | ||
725 | SOURCE=.\msw\dcclient.cpp | |
726 | # End Source File | |
727 | # Begin Source File | |
728 | ||
729 | SOURCE=.\msw\dcmemory.cpp | |
730 | # End Source File | |
731 | # Begin Source File | |
732 | ||
733 | SOURCE=.\msw\dcprint.cpp | |
734 | # End Source File | |
735 | # Begin Source File | |
736 | ||
737 | SOURCE=.\msw\dcscreen.cpp | |
738 | # End Source File | |
739 | # Begin Source File | |
740 | ||
741 | SOURCE=.\msw\dde.cpp | |
742 | # End Source File | |
743 | # Begin Source File | |
744 | ||
745 | SOURCE=.\msw\dialog.cpp | |
746 | # End Source File | |
747 | # Begin Source File | |
748 | ||
749 | SOURCE=.\msw\dib.cpp | |
750 | # End Source File | |
751 | # Begin Source File | |
752 | ||
753 | SOURCE=.\msw\dibutils.cpp | |
754 | # End Source File | |
755 | # Begin Source File | |
756 | ||
757 | SOURCE=.\msw\dirdlg.cpp | |
758 | # End Source File | |
759 | # Begin Source File | |
760 | ||
761 | SOURCE=.\msw\dragimag.cpp | |
762 | # End Source File | |
763 | # Begin Source File | |
764 | ||
765 | SOURCE=.\msw\dummy.cpp | |
766 | # ADD CPP /Yc"wx/wxprec.h" | |
767 | # End Source File | |
768 | # Begin Source File | |
769 | ||
770 | SOURCE=.\msw\filedlg.cpp | |
771 | # End Source File | |
772 | # Begin Source File | |
773 | ||
774 | SOURCE=.\msw\font.cpp | |
775 | # End Source File | |
776 | # Begin Source File | |
777 | ||
778 | SOURCE=.\msw\fontdlg.cpp | |
779 | # End Source File | |
780 | # Begin Source File | |
781 | ||
782 | SOURCE=.\msw\frame.cpp | |
783 | # End Source File | |
784 | # Begin Source File | |
785 | ||
786 | SOURCE=.\msw\gauge95.cpp | |
787 | # End Source File | |
788 | # Begin Source File | |
789 | ||
790 | SOURCE=.\msw\gaugemsw.cpp | |
791 | # End Source File | |
792 | # Begin Source File | |
793 | ||
794 | SOURCE=.\msw\gdiobj.cpp | |
795 | # End Source File | |
796 | # Begin Source File | |
797 | ||
5427610e JS |
798 | SOURCE=.\msw\gsocket.c |
799 | # SUBTRACT CPP /YX /Yc /Yu | |
800 | # End Source File | |
801 | # Begin Source File | |
802 | ||
a19fb96b JS |
803 | SOURCE=.\msw\helpwin.cpp |
804 | # End Source File | |
805 | # Begin Source File | |
806 | ||
807 | SOURCE=.\msw\icon.cpp | |
808 | # End Source File | |
809 | # Begin Source File | |
810 | ||
811 | SOURCE=.\msw\imaglist.cpp | |
812 | # End Source File | |
813 | # Begin Source File | |
814 | ||
815 | SOURCE=.\msw\iniconf.cpp | |
816 | # End Source File | |
817 | # Begin Source File | |
818 | ||
819 | SOURCE=.\msw\joystick.cpp | |
820 | # End Source File | |
821 | # Begin Source File | |
822 | ||
823 | SOURCE=.\msw\listbox.cpp | |
824 | # End Source File | |
825 | # Begin Source File | |
826 | ||
827 | SOURCE=.\msw\listctrl.cpp | |
828 | # End Source File | |
829 | # Begin Source File | |
830 | ||
831 | SOURCE=.\msw\main.cpp | |
832 | # End Source File | |
833 | # Begin Source File | |
834 | ||
835 | SOURCE=.\msw\mdi.cpp | |
836 | # End Source File | |
837 | # Begin Source File | |
838 | ||
839 | SOURCE=.\msw\menu.cpp | |
840 | # End Source File | |
841 | # Begin Source File | |
842 | ||
843 | SOURCE=.\msw\menuitem.cpp | |
844 | # End Source File | |
845 | # Begin Source File | |
846 | ||
847 | SOURCE=.\msw\metafile.cpp | |
848 | # End Source File | |
849 | # Begin Source File | |
850 | ||
851 | SOURCE=.\msw\minifram.cpp | |
852 | # End Source File | |
853 | # Begin Source File | |
854 | ||
855 | SOURCE=.\msw\msgdlg.cpp | |
856 | # End Source File | |
857 | # Begin Source File | |
858 | ||
859 | SOURCE=.\msw\nativdlg.cpp | |
860 | # End Source File | |
861 | # Begin Source File | |
862 | ||
863 | SOURCE=.\msw\notebook.cpp | |
864 | # End Source File | |
865 | # Begin Source File | |
866 | ||
867 | SOURCE=.\msw\ownerdrw.cpp | |
868 | # End Source File | |
869 | # Begin Source File | |
870 | ||
871 | SOURCE=.\msw\palette.cpp | |
872 | # End Source File | |
873 | # Begin Source File | |
874 | ||
875 | SOURCE=.\msw\pen.cpp | |
876 | # End Source File | |
877 | # Begin Source File | |
878 | ||
879 | SOURCE=.\msw\penwin.cpp | |
880 | # End Source File | |
881 | # Begin Source File | |
882 | ||
883 | SOURCE=.\msw\pnghand.cpp | |
884 | ||
885 | !IF "$(CFG)" == "wxvc6 - Win32 Release" | |
886 | ||
887 | # ADD CPP /I "png" /I "zlib" | |
888 | ||
889 | !ELSEIF "$(CFG)" == "wxvc6 - Win32 Debug" | |
890 | ||
891 | # ADD CPP /I "zlib" /I "png" | |
892 | ||
893 | !ENDIF | |
894 | ||
895 | # End Source File | |
896 | # Begin Source File | |
897 | ||
898 | SOURCE=.\msw\printdlg.cpp | |
899 | # End Source File | |
900 | # Begin Source File | |
901 | ||
902 | SOURCE=.\msw\printwin.cpp | |
903 | # End Source File | |
904 | # Begin Source File | |
905 | ||
906 | SOURCE=.\msw\radiobox.cpp | |
907 | # End Source File | |
908 | # Begin Source File | |
909 | ||
910 | SOURCE=.\msw\radiobut.cpp | |
911 | # End Source File | |
912 | # Begin Source File | |
913 | ||
914 | SOURCE=.\msw\regconf.cpp | |
915 | # End Source File | |
916 | # Begin Source File | |
917 | ||
918 | SOURCE=.\msw\region.cpp | |
919 | # End Source File | |
920 | # Begin Source File | |
921 | ||
922 | SOURCE=.\msw\registry.cpp | |
923 | # End Source File | |
924 | # Begin Source File | |
925 | ||
926 | SOURCE=.\msw\scrolbar.cpp | |
927 | # End Source File | |
928 | # Begin Source File | |
929 | ||
930 | SOURCE=.\msw\settings.cpp | |
931 | # End Source File | |
932 | # Begin Source File | |
933 | ||
934 | SOURCE=.\msw\slider95.cpp | |
935 | # End Source File | |
936 | # Begin Source File | |
937 | ||
938 | SOURCE=.\msw\slidrmsw.cpp | |
939 | # End Source File | |
940 | # Begin Source File | |
941 | ||
942 | SOURCE=.\msw\spinbutt.cpp | |
943 | # End Source File | |
944 | # Begin Source File | |
945 | ||
b4fe5125 JS |
946 | SOURCE=.\msw\spinctrl.cpp |
947 | # End Source File | |
948 | # Begin Source File | |
949 | ||
a19fb96b JS |
950 | SOURCE=.\msw\statbmp.cpp |
951 | # End Source File | |
952 | # Begin Source File | |
953 | ||
954 | SOURCE=.\msw\statbox.cpp | |
955 | # End Source File | |
956 | # Begin Source File | |
957 | ||
958 | SOURCE=.\msw\statbr95.cpp | |
959 | # End Source File | |
960 | # Begin Source File | |
961 | ||
5427610e | 962 | SOURCE=.\msw\statline.cpp |
a19fb96b JS |
963 | # End Source File |
964 | # Begin Source File | |
965 | ||
5427610e | 966 | SOURCE=.\msw\stattext.cpp |
a19fb96b JS |
967 | # End Source File |
968 | # Begin Source File | |
969 | ||
970 | SOURCE=.\msw\tabctrl.cpp | |
971 | # End Source File | |
972 | # Begin Source File | |
973 | ||
974 | SOURCE=.\msw\taskbar.cpp | |
975 | # End Source File | |
976 | # Begin Source File | |
977 | ||
978 | SOURCE=.\msw\tbar95.cpp | |
979 | # End Source File | |
980 | # Begin Source File | |
981 | ||
982 | SOURCE=.\msw\tbarmsw.cpp | |
983 | # End Source File | |
984 | # Begin Source File | |
985 | ||
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 | |
1023 | # ADD CPP /I "../src/xpm" | |
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\png.h | |
1066 | # End Source File | |
1067 | # Begin Source File | |
1068 | ||
1069 | SOURCE=.\png\pngconf.h | |
1070 | # End Source File | |
1071 | # Begin Source File | |
1072 | ||
1073 | SOURCE=.\png\pngerror.c | |
1074 | # ADD CPP /I "zlib" | |
1075 | # SUBTRACT CPP /YX /Yc /Yu | |
1076 | # End Source File | |
1077 | # Begin Source File | |
1078 | ||
1079 | SOURCE=.\png\pngget.c | |
1080 | # ADD CPP /I "zlib" | |
1081 | # SUBTRACT CPP /YX /Yc /Yu | |
1082 | # End Source File | |
1083 | # Begin Source File | |
1084 | ||
1085 | SOURCE=.\png\pngmem.c | |
1086 | # ADD CPP /I "zlib" | |
1087 | # SUBTRACT CPP /YX /Yc /Yu | |
1088 | # End Source File | |
1089 | # Begin Source File | |
1090 | ||
1091 | SOURCE=.\png\pngpread.c | |
1092 | # ADD CPP /I "zlib" | |
1093 | # SUBTRACT CPP /YX /Yc /Yu | |
1094 | # End Source File | |
1095 | # Begin Source File | |
1096 | ||
1097 | SOURCE=.\png\pngread.c | |
1098 | # ADD CPP /I "zlib" | |
1099 | # SUBTRACT CPP /YX /Yc /Yu | |
1100 | # End Source File | |
1101 | # Begin Source File | |
1102 | ||
1103 | SOURCE=.\png\pngrio.c | |
1104 | # ADD CPP /I "zlib" | |
1105 | # SUBTRACT CPP /YX /Yc /Yu | |
1106 | # End Source File | |
1107 | # Begin Source File | |
1108 | ||
1109 | SOURCE=.\png\pngrtran.c | |
1110 | # ADD CPP /I "zlib" | |
1111 | # SUBTRACT CPP /YX /Yc /Yu | |
1112 | # End Source File | |
1113 | # Begin Source File | |
1114 | ||
1115 | SOURCE=.\png\pngrutil.c | |
1116 | # ADD CPP /I "zlib" | |
1117 | # SUBTRACT CPP /YX /Yc /Yu | |
1118 | # End Source File | |
1119 | # Begin Source File | |
1120 | ||
1121 | SOURCE=.\png\pngset.c | |
1122 | # ADD CPP /I "zlib" | |
1123 | # SUBTRACT CPP /YX /Yc /Yu | |
1124 | # End Source File | |
1125 | # Begin Source File | |
1126 | ||
1127 | SOURCE=.\png\pngtrans.c | |
1128 | # ADD CPP /I "zlib" | |
1129 | # SUBTRACT CPP /YX /Yc /Yu | |
1130 | # End Source File | |
1131 | # Begin Source File | |
1132 | ||
1133 | SOURCE=.\png\pngwio.c | |
1134 | # ADD CPP /I "zlib" | |
1135 | # SUBTRACT CPP /YX /Yc /Yu | |
1136 | # End Source File | |
1137 | # Begin Source File | |
1138 | ||
1139 | SOURCE=.\png\pngwrite.c | |
1140 | # ADD CPP /I "zlib" | |
1141 | # SUBTRACT CPP /YX /Yc /Yu | |
1142 | # End Source File | |
1143 | # Begin Source File | |
1144 | ||
1145 | SOURCE=.\png\pngwtran.c | |
1146 | # ADD CPP /I "zlib" | |
1147 | # SUBTRACT CPP /YX /Yc /Yu | |
1148 | # End Source File | |
1149 | # Begin Source File | |
1150 | ||
1151 | SOURCE=.\png\pngwutil.c | |
1152 | # ADD CPP /I "zlib" | |
1153 | # SUBTRACT CPP /YX /Yc /Yu | |
1154 | # End Source File | |
1155 | # End Group | |
1156 | # Begin Group "XPM files" | |
1157 | ||
1158 | # PROP Default_Filter "" | |
1159 | # Begin Source File | |
1160 | ||
1161 | SOURCE=.\xpm\crbuffri.c | |
1162 | # ADD CPP /D "FOR_MSW" | |
1163 | # SUBTRACT CPP /YX /Yc /Yu | |
1164 | # End Source File | |
1165 | # Begin Source File | |
1166 | ||
1167 | SOURCE=.\xpm\crbuffrp.c | |
1168 | # ADD CPP /D "FOR_MSW" | |
1169 | # SUBTRACT CPP /YX /Yc /Yu | |
1170 | # End Source File | |
1171 | # Begin Source File | |
1172 | ||
1173 | SOURCE=.\xpm\crdatfri.c | |
1174 | # ADD CPP /D "FOR_MSW" | |
1175 | # SUBTRACT CPP /YX /Yc /Yu | |
1176 | # End Source File | |
1177 | # Begin Source File | |
1178 | ||
1179 | SOURCE=.\xpm\crdatfrp.c | |
1180 | # ADD CPP /D "FOR_MSW" | |
1181 | # SUBTRACT CPP /YX /Yc /Yu | |
1182 | # End Source File | |
1183 | # Begin Source File | |
1184 | ||
1185 | SOURCE=.\xpm\create.c | |
1186 | # ADD CPP /D "FOR_MSW" | |
1187 | # SUBTRACT CPP /YX /Yc /Yu | |
1188 | # End Source File | |
1189 | # Begin Source File | |
1190 | ||
1191 | SOURCE=.\xpm\crifrbuf.c | |
1192 | # ADD CPP /D "FOR_MSW" | |
1193 | # SUBTRACT CPP /YX /Yc /Yu | |
1194 | # End Source File | |
1195 | # Begin Source File | |
1196 | ||
1197 | SOURCE=.\xpm\crifrdat.c | |
1198 | # ADD CPP /D "FOR_MSW" | |
1199 | # SUBTRACT CPP /YX /Yc /Yu | |
1200 | # End Source File | |
1201 | # Begin Source File | |
1202 | ||
1203 | SOURCE=.\xpm\crpfrbuf.c | |
1204 | # ADD CPP /D "FOR_MSW" | |
1205 | # SUBTRACT CPP /YX /Yc /Yu | |
1206 | # End Source File | |
1207 | # Begin Source File | |
1208 | ||
1209 | SOURCE=.\xpm\crpfrdat.c | |
1210 | # ADD CPP /D "FOR_MSW" | |
1211 | # SUBTRACT CPP /YX /Yc /Yu | |
1212 | # End Source File | |
1213 | # Begin Source File | |
1214 | ||
1215 | SOURCE=.\xpm\dataxpm.c | |
1216 | # ADD CPP /D "FOR_MSW" | |
1217 | # SUBTRACT CPP /YX /Yc /Yu | |
1218 | # End Source File | |
1219 | # Begin Source File | |
1220 | ||
1221 | SOURCE=.\xpm\hashtab.c | |
1222 | # ADD CPP /D "FOR_MSW" | |
1223 | # SUBTRACT CPP /YX /Yc /Yu | |
1224 | # End Source File | |
1225 | # Begin Source File | |
1226 | ||
1227 | SOURCE=.\xpm\misc.c | |
1228 | # ADD CPP /D "FOR_MSW" | |
1229 | # SUBTRACT CPP /YX /Yc /Yu | |
1230 | # End Source File | |
1231 | # Begin Source File | |
1232 | ||
1233 | SOURCE=.\xpm\parse.c | |
1234 | # ADD CPP /D "FOR_MSW" | |
1235 | # SUBTRACT CPP /YX /Yc /Yu | |
1236 | # End Source File | |
1237 | # Begin Source File | |
1238 | ||
1239 | SOURCE=.\xpm\rdftodat.c | |
1240 | # ADD CPP /D "FOR_MSW" | |
1241 | # SUBTRACT CPP /YX /Yc /Yu | |
1242 | # End Source File | |
1243 | # Begin Source File | |
1244 | ||
1245 | SOURCE=.\xpm\rdftoi.c | |
1246 | # ADD CPP /D "FOR_MSW" | |
1247 | # SUBTRACT CPP /YX /Yc /Yu | |
1248 | # End Source File | |
1249 | # Begin Source File | |
1250 | ||
1251 | SOURCE=.\xpm\rdftop.c | |
1252 | # ADD CPP /D "FOR_MSW" | |
1253 | # SUBTRACT CPP /YX /Yc /Yu | |
1254 | # End Source File | |
1255 | # Begin Source File | |
1256 | ||
1257 | SOURCE=.\xpm\rgb.c | |
1258 | # ADD CPP /D "FOR_MSW" | |
1259 | # SUBTRACT CPP /YX /Yc /Yu | |
1260 | # End Source File | |
1261 | # Begin Source File | |
1262 | ||
1263 | SOURCE=.\xpm\scan.c | |
1264 | # ADD CPP /D "FOR_MSW" | |
1265 | # SUBTRACT CPP /YX /Yc /Yu | |
1266 | # End Source File | |
1267 | # Begin Source File | |
1268 | ||
1269 | SOURCE=.\xpm\simx.c | |
1270 | # ADD CPP /D "FOR_MSW" | |
1271 | # SUBTRACT CPP /YX /Yc /Yu | |
1272 | # End Source File | |
1273 | # Begin Source File | |
1274 | ||
1275 | SOURCE=.\xpm\wrffrdat.c | |
1276 | # ADD CPP /D "FOR_MSW" | |
1277 | # SUBTRACT CPP /YX /Yc /Yu | |
1278 | # End Source File | |
1279 | # Begin Source File | |
1280 | ||
1281 | SOURCE=.\xpm\wrffri.c | |
1282 | # ADD CPP /D "FOR_MSW" | |
1283 | # SUBTRACT CPP /YX /Yc /Yu | |
1284 | # End Source File | |
1285 | # Begin Source File | |
1286 | ||
1287 | SOURCE=.\xpm\wrffrp.c | |
1288 | # ADD CPP /D "FOR_MSW" | |
1289 | # SUBTRACT CPP /YX /Yc /Yu | |
1290 | # End Source File | |
1291 | # End Group | |
1292 | # Begin Group "Zlib Files" | |
1293 | ||
1294 | # PROP Default_Filter "" | |
1295 | # Begin Source File | |
1296 | ||
1297 | SOURCE=.\zlib\adler32.c | |
1298 | # SUBTRACT CPP /YX /Yc /Yu | |
1299 | # End Source File | |
1300 | # Begin Source File | |
1301 | ||
1302 | SOURCE=.\zlib\compress.c | |
1303 | # SUBTRACT CPP /YX /Yc /Yu | |
1304 | # End Source File | |
1305 | # Begin Source File | |
1306 | ||
1307 | SOURCE=.\zlib\crc32.c | |
1308 | # SUBTRACT CPP /YX /Yc /Yu | |
1309 | # End Source File | |
1310 | # Begin Source File | |
1311 | ||
1312 | SOURCE=.\zlib\deflate.c | |
1313 | # SUBTRACT CPP /YX /Yc /Yu | |
1314 | # End Source File | |
1315 | # Begin Source File | |
1316 | ||
1317 | SOURCE=.\zlib\gzio.c | |
1318 | # SUBTRACT CPP /YX /Yc /Yu | |
1319 | # End Source File | |
1320 | # Begin Source File | |
1321 | ||
1322 | SOURCE=.\zlib\infblock.c | |
1323 | # SUBTRACT CPP /YX /Yc /Yu | |
1324 | # End Source File | |
1325 | # Begin Source File | |
1326 | ||
1327 | SOURCE=.\zlib\infcodes.c | |
1328 | # SUBTRACT CPP /YX /Yc /Yu | |
1329 | # End Source File | |
1330 | # Begin Source File | |
1331 | ||
1332 | SOURCE=.\zlib\inffast.c | |
1333 | # SUBTRACT CPP /YX /Yc /Yu | |
1334 | # End Source File | |
1335 | # Begin Source File | |
1336 | ||
1337 | SOURCE=.\zlib\inflate.c | |
1338 | # SUBTRACT CPP /YX /Yc /Yu | |
1339 | # End Source File | |
1340 | # Begin Source File | |
1341 | ||
1342 | SOURCE=.\zlib\inftrees.c | |
1343 | # SUBTRACT CPP /YX /Yc /Yu | |
1344 | # End Source File | |
1345 | # Begin Source File | |
1346 | ||
1347 | SOURCE=.\zlib\infutil.c | |
1348 | # SUBTRACT CPP /YX /Yc /Yu | |
1349 | # End Source File | |
1350 | # Begin Source File | |
1351 | ||
1352 | SOURCE=.\zlib\trees.c | |
1353 | # SUBTRACT CPP /YX /Yc /Yu | |
1354 | # End Source File | |
1355 | # Begin Source File | |
1356 | ||
1357 | SOURCE=.\zlib\uncompr.c | |
1358 | # SUBTRACT CPP /YX /Yc /Yu | |
1359 | # End Source File | |
1360 | # Begin Source File | |
1361 | ||
1362 | SOURCE=.\zlib\zutil.c | |
1363 | # SUBTRACT CPP /YX /Yc /Yu | |
1364 | # End Source File | |
1365 | # End Group | |
1366 | # Begin Group "Setup" | |
1367 | ||
1368 | # PROP Default_Filter "" | |
1369 | # Begin Source File | |
1370 | ||
1371 | SOURCE=..\include\wx\msw\setup.h | |
1372 | # End Source File | |
1373 | # End Group | |
1374 | # End Target | |
1375 | # End Project |