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