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