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