]> git.saurik.com Git - wxWidgets.git/blame - src/wxWindows.dsp
fix making base for Borland
[wxWidgets.git] / src / wxWindows.dsp
CommitLineData
17533c89 1# Microsoft Developer Studio Project File - Name="wxWindows" - Package Owner=<4>
be71e18a
VZ
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
85b43fbf 5# TARGTYPE "Win32 (x86) Static Library" 0x0104
b0126f60 6# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
be71e18a 7
17533c89 8CFG=wxWindows - Win32 Debug
be71e18a
VZ
9!MESSAGE This is not a valid makefile. To build this project using NMAKE,
10!MESSAGE use the Export Makefile command and run
11!MESSAGE
17533c89 12!MESSAGE NMAKE /f "wxWindows.mak".
be71e18a
VZ
13!MESSAGE
14!MESSAGE You can specify a configuration when running NMAKE
15!MESSAGE by defining the macro CFG on the command line. For example:
16!MESSAGE
17533c89 17!MESSAGE NMAKE /f "wxWindows.mak" CFG="wxWindows - Win32 Debug"
be71e18a
VZ
18!MESSAGE
19!MESSAGE Possible choices for configuration are:
20!MESSAGE
7c825323
VZ
21!MESSAGE "wxWindows - Win32 Release Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "wxWindows - Win32 Debug Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE "wxWindows - Win32 Release Unicode" (based on "Win32 (x86) Static Library")
24!MESSAGE "wxWindows - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")
17533c89
VZ
25!MESSAGE "wxWindows - Win32 Release DLL" (based on "Win32 (x86) Dynamic-Link Library")
26!MESSAGE "wxWindows - Win32 Debug DLL" (based on "Win32 (x86) Dynamic-Link Library")
27!MESSAGE "wxWindows - Win32 Release" (based on "Win32 (x86) Static Library")
28!MESSAGE "wxWindows - Win32 Debug" (based on "Win32 (x86) Static Library")
be71e18a
VZ
29!MESSAGE
30
31# Begin Project
32# PROP AllowPerConfigDependencies 0
8e7b0418
VZ
33# PROP Scc_ProjName ""
34# PROP Scc_LocalPath ""
b0126f60
VZ
35CPP=cl.exe
36RSC=rc.exe
be71e18a 37
7c825323
VZ
38!IF "$(CFG)" == "wxWindows - Win32 Release Unicode DLL"
39
40# PROP BASE Use_MFC 0
41# PROP BASE Use_Debug_Libraries 0
42# PROP BASE Output_Dir "../lib"
43# PROP BASE Intermediate_Dir "../ReleaseUnicodeDll"
44# PROP BASE Target_Dir ""
45# PROP Use_MFC 0
46# PROP Use_Debug_Libraries 0
47# PROP Output_Dir "../lib"
48# PROP Intermediate_Dir "../ReleaseUnicodeDll"
49# PROP Ignore_Export_Lib 0
50# PROP Target_Dir ""
51# ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /c
8976cbbc 52# ADD CPP /nologo /MD /W4 /O2 /I "../lib/mswdllu" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
7c825323
VZ
53# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
54# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
55# ADD BASE RSC /l 0x409 /d "NDEBUG"
56# ADD RSC /l 0x409 /i "../include" /d "NDEBUG"
57BSC32=bscmake.exe
58# ADD BASE BSC32 /nologo
59# ADD BSC32 /nologo
60LINK32=link.exe
11739586
VZ
61# 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 winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo /dll /machine:I386 /out:"../lib/wxmsw250u.dll"
62# ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxmsw250u.dll"
7c825323
VZ
63
64!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode DLL"
65
66# PROP BASE Use_MFC 0
67# PROP BASE Use_Debug_Libraries 1
68# PROP BASE Output_Dir "../lib"
69# PROP BASE Intermediate_Dir "../DebugUnicodeDll"
70# PROP BASE Target_Dir ""
71# PROP Use_MFC 0
72# PROP Use_Debug_Libraries 1
73# PROP Output_Dir "../lib"
74# PROP Intermediate_Dir "../DebugUnicodeDll"
75# PROP Ignore_Export_Lib 0
76# PROP Target_Dir ""
77# ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /GZ /c
8976cbbc 78# ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswdllud" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
7c825323
VZ
79# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
80# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
81# ADD BASE RSC /l 0x409 /d "_DEBUG"
82# ADD RSC /l 0x409 /i "../include" /d "_DEBUG"
83BSC32=bscmake.exe
84# ADD BASE BSC32 /nologo
85# ADD BSC32 /nologo
86LINK32=link.exe
b0126f60 87# 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 winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /dll /debug /machine:I386 /pdbtype:sept /out:"../lib/wxmsw250ud.dll"
11739586 88# ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxmsw250ud.dll"
7c825323
VZ
89
90!ELSEIF "$(CFG)" == "wxWindows - Win32 Release Unicode"
91
92# PROP BASE Use_MFC 0
93# PROP BASE Use_Debug_Libraries 0
94# PROP BASE Output_Dir "../lib"
95# PROP BASE Intermediate_Dir "../ReleaseUnicode"
96# PROP BASE Target_Dir ""
97# PROP Use_MFC 0
98# PROP Use_Debug_Libraries 0
99# PROP Output_Dir "../lib"
100# PROP Intermediate_Dir "../ReleaseUnicode"
101# PROP Target_Dir ""
8976cbbc 102# ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
7c825323
VZ
103# ADD CPP /nologo /MD /W4 /O2 /I "../lib/mswu" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
104# ADD BASE RSC /l 0x409
105# ADD RSC /l 0x409
106BSC32=bscmake.exe
107# ADD BASE BSC32 /nologo
108# ADD BSC32 /nologo
109LIB32=link.exe -lib
110# ADD BASE LIB32 /nologo
111# ADD LIB32 /nologo /out:"..\lib\wxmswu.lib"
112
113!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode"
114
115# PROP BASE Use_MFC 0
116# PROP BASE Use_Debug_Libraries 1
117# PROP BASE Output_Dir "../lib"
118# PROP BASE Intermediate_Dir "../DebugUnicode"
119# PROP BASE Target_Dir ""
120# PROP Use_MFC 0
121# PROP Use_Debug_Libraries 1
122# PROP Output_Dir "../lib"
123# PROP Intermediate_Dir "../DebugUnicode"
124# PROP Target_Dir ""
125# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
126# ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswud" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "_DEBUG" /D "__WXDEBUG__" /D WINVER=0x0400 /D "STRICT" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
127# ADD BASE RSC /l 0x409
128# ADD RSC /l 0x409
129BSC32=bscmake.exe
130# ADD BASE BSC32 /nologo
131# ADD BSC32 /nologo
132LIB32=link.exe -lib
133# ADD BASE LIB32 /nologo
134# ADD LIB32 /nologo /out:"..\lib\wxmswud.lib"
135
136!ELSEIF "$(CFG)" == "wxWindows - Win32 Release DLL"
17533c89
VZ
137
138# PROP BASE Use_MFC 0
139# PROP BASE Use_Debug_Libraries 0
140# PROP BASE Output_Dir "../lib"
141# PROP BASE Intermediate_Dir "../ReleaseDll"
142# PROP BASE Target_Dir ""
143# PROP Use_MFC 0
144# PROP Use_Debug_Libraries 0
145# PROP Output_Dir "../lib"
7c825323 146# PROP Intermediate_Dir "../ReleaseDll"
17533c89
VZ
147# PROP Ignore_Export_Lib 0
148# PROP Target_Dir ""
149# ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /c
8976cbbc 150# ADD CPP /nologo /MD /W4 /O2 /I "../lib/mswdll" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /Yu"wx/wxprec.h" /FD /c
17533c89
VZ
151# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
152# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
153# ADD BASE RSC /l 0x409 /d "NDEBUG"
154# ADD RSC /l 0x409 /i "../include" /d "NDEBUG"
155BSC32=bscmake.exe
156# ADD BASE BSC32 /nologo
157# ADD BSC32 /nologo
158LINK32=link.exe
11739586
VZ
159# 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 winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo /dll /machine:I386 /out:"../lib/wxmsw250.dll"
160# ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxmsw250.dll"
17533c89
VZ
161
162!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug DLL"
163
164# PROP BASE Use_MFC 0
165# PROP BASE Use_Debug_Libraries 1
166# PROP BASE Output_Dir "../lib"
167# PROP BASE Intermediate_Dir "../DebugDll"
168# PROP BASE Target_Dir ""
169# PROP Use_MFC 0
170# PROP Use_Debug_Libraries 1
171# PROP Output_Dir "../lib"
172# PROP Intermediate_Dir "../DebugDll"
173# PROP Ignore_Export_Lib 0
174# PROP Target_Dir ""
175# ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /GZ /c
8976cbbc 176# ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswdlld" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /Yu"wx/wxprec.h" /FD /c
17533c89
VZ
177# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
178# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
179# ADD BASE RSC /l 0x409 /d "_DEBUG"
180# ADD RSC /l 0x409 /i "../include" /d "_DEBUG"
181BSC32=bscmake.exe
182# ADD BASE BSC32 /nologo
183# ADD BSC32 /nologo
184LINK32=link.exe
b0126f60 185# 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 winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /dll /debug /machine:I386 /pdbtype:sept /out:"../lib/wxmsw250d.dll"
11739586 186# ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxmsw250d.dll"
17533c89
VZ
187
188!ELSEIF "$(CFG)" == "wxWindows - Win32 Release"
be71e18a
VZ
189
190# PROP BASE Use_MFC 0
191# PROP BASE Use_Debug_Libraries 0
7c825323 192# PROP BASE Output_Dir "../lib"
be71e18a
VZ
193# PROP BASE Intermediate_Dir "../Release"
194# PROP BASE Target_Dir ""
195# PROP Use_MFC 0
196# PROP Use_Debug_Libraries 0
7c825323 197# PROP Output_Dir "../lib"
be71e18a
VZ
198# PROP Intermediate_Dir "../Release"
199# PROP Target_Dir ""
8976cbbc 200# ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
be71e18a
VZ
201# ADD CPP /nologo /MD /W4 /O2 /I "../lib/msw" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c
202# ADD BASE RSC /l 0x409
203# ADD RSC /l 0x409
204BSC32=bscmake.exe
205# ADD BASE BSC32 /nologo
206# ADD BSC32 /nologo
207LIB32=link.exe -lib
208# ADD BASE LIB32 /nologo
209# ADD LIB32 /nologo /out:"..\lib\wxmsw.lib"
210
17533c89 211!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug"
be71e18a
VZ
212
213# PROP BASE Use_MFC 0
214# PROP BASE Use_Debug_Libraries 1
7c825323 215# PROP BASE Output_Dir "../lib"
be71e18a
VZ
216# PROP BASE Intermediate_Dir "../Debug"
217# PROP BASE Target_Dir ""
218# PROP Use_MFC 0
219# PROP Use_Debug_Libraries 1
7c825323 220# PROP Output_Dir "../lib"
be71e18a
VZ
221# PROP Intermediate_Dir "../Debug"
222# PROP Target_Dir ""
223# ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
224# ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswd" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "_DEBUG" /D "__WXDEBUG__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c
225# ADD BASE RSC /l 0x409
226# ADD RSC /l 0x409
227BSC32=bscmake.exe
228# ADD BASE BSC32 /nologo
229# ADD BSC32 /nologo
230LIB32=link.exe -lib
231# ADD BASE LIB32 /nologo
232# ADD LIB32 /nologo /out:"..\lib\wxmswd.lib"
233
234!ENDIF
235
236# Begin Target
237
7c825323
VZ
238# Name "wxWindows - Win32 Release Unicode DLL"
239# Name "wxWindows - Win32 Debug Unicode DLL"
240# Name "wxWindows - Win32 Release Unicode"
241# Name "wxWindows - Win32 Debug Unicode"
17533c89
VZ
242# Name "wxWindows - Win32 Release DLL"
243# Name "wxWindows - Win32 Debug DLL"
244# Name "wxWindows - Win32 Release"
245# Name "wxWindows - Win32 Debug"
be71e18a
VZ
246# Begin Group "Common Files"
247
248# PROP Default_Filter ""
249# Begin Source File
250
ed5317e5
JS
251SOURCE=.\common\accesscmn.cpp
252# End Source File
253# Begin Source File
254
be71e18a
VZ
255SOURCE=.\common\appcmn.cpp
256# End Source File
257# Begin Source File
258
f435c1f0
VS
259SOURCE=.\common\artprov.cpp
260# End Source File
261# Begin Source File
262
263SOURCE=.\common\artstd.cpp
264# End Source File
265# Begin Source File
266
be71e18a
VZ
267SOURCE=.\common\choiccmn.cpp
268# End Source File
269# Begin Source File
270
271SOURCE=.\common\clipcmn.cpp
272# End Source File
273# Begin Source File
274
1944a74b
VZ
275SOURCE=.\common\clntdata.cpp
276# End Source File
277# Begin Source File
278
be71e18a
VZ
279SOURCE=.\common\cmdline.cpp
280# End Source File
281# Begin Source File
282
283SOURCE=.\common\cmdproc.cpp
284# End Source File
285# Begin Source File
286
287SOURCE=.\common\cmndata.cpp
288# End Source File
289# Begin Source File
290
291SOURCE=.\common\config.cpp
292# End Source File
293# Begin Source File
294
295SOURCE=.\common\containr.cpp
296# End Source File
297# Begin Source File
298
299SOURCE=.\common\cshelp.cpp
300# End Source File
301# Begin Source File
302
303SOURCE=.\common\ctrlcmn.cpp
304# End Source File
305# Begin Source File
306
307SOURCE=.\common\ctrlsub.cpp
308# End Source File
309# Begin Source File
310
bfe835d0
VZ
311SOURCE=.\common\datacmn.cpp
312# End Source File
313# Begin Source File
314
be71e18a
VZ
315SOURCE=.\common\datetime.cpp
316# End Source File
317# Begin Source File
318
319SOURCE=.\common\datstrm.cpp
320# End Source File
321# Begin Source File
322
323SOURCE=.\common\db.cpp
324# End Source File
325# Begin Source File
326
327SOURCE=.\common\dbgrid.cpp
328# End Source File
329# Begin Source File
330
331SOURCE=.\common\dbtable.cpp
332# End Source File
333# Begin Source File
334
335SOURCE=.\common\dcbase.cpp
336# End Source File
337# Begin Source File
338
339SOURCE=.\common\dircmn.cpp
340# End Source File
341# Begin Source File
342
343SOURCE=.\common\dlgcmn.cpp
344# End Source File
345# Begin Source File
346
347SOURCE=.\common\dndcmn.cpp
348# End Source File
349# Begin Source File
350
351SOURCE=.\common\dobjcmn.cpp
352# End Source File
353# Begin Source File
354
355SOURCE=.\common\docmdi.cpp
356# End Source File
357# Begin Source File
358
359SOURCE=.\common\docview.cpp
360# End Source File
361# Begin Source File
362
0b2e45b1 363SOURCE=.\common\dpycmn.cpp
1cfa5d8e
JS
364# End Source File
365# Begin Source File
366
10eb1f1e
VZ
367SOURCE=.\common\dseldlg.cpp
368# End Source File
369# Begin Source File
370
be71e18a
VZ
371SOURCE=.\common\dynarray.cpp
372# End Source File
373# Begin Source File
374
375SOURCE=.\common\dynlib.cpp
376# End Source File
377# Begin Source File
378
0b9ab0bd 379SOURCE=.\common\dynload.cpp
be71e18a
VZ
380# End Source File
381# Begin Source File
382
0b9ab0bd 383SOURCE=.\common\effects.cpp
be71e18a
VZ
384# End Source File
385# Begin Source File
386
0b9ab0bd 387SOURCE=.\common\encconv.cpp
be71e18a
VZ
388# End Source File
389# Begin Source File
390
0b9ab0bd 391SOURCE=.\common\event.cpp
13ff9344
JS
392# End Source File
393# Begin Source File
394
be71e18a
VZ
395SOURCE=.\common\fddlgcmn.cpp
396# End Source File
397# Begin Source File
398
399SOURCE=.\common\ffile.cpp
400# End Source File
401# Begin Source File
402
403SOURCE=.\common\file.cpp
404# End Source File
405# Begin Source File
406
407SOURCE=.\common\fileconf.cpp
408# End Source File
409# Begin Source File
410
411SOURCE=.\common\filefn.cpp
412# End Source File
413# Begin Source File
414
415SOURCE=.\common\filename.cpp
416# End Source File
417# Begin Source File
418
419SOURCE=.\common\filesys.cpp
420# End Source File
421# Begin Source File
422
de896962
VZ
423SOURCE=.\common\fldlgcmn.cpp
424# End Source File
425# Begin Source File
426
be71e18a
VZ
427SOURCE=.\common\fontcmn.cpp
428# End Source File
429# Begin Source File
430
431SOURCE=.\common\fontmap.cpp
432# End Source File
433# Begin Source File
434
435SOURCE=.\common\framecmn.cpp
436# End Source File
437# Begin Source File
438
439SOURCE=.\common\fs_inet.cpp
440# End Source File
441# Begin Source File
442
443SOURCE=.\common\fs_mem.cpp
444# End Source File
445# Begin Source File
446
447SOURCE=.\common\fs_zip.cpp
448# End Source File
449# Begin Source File
450
451SOURCE=.\common\ftp.cpp
452# End Source File
453# Begin Source File
454
455SOURCE=.\common\gaugecmn.cpp
456# End Source File
457# Begin Source File
458
459SOURCE=.\common\gdicmn.cpp
460# End Source File
461# Begin Source File
462
463SOURCE=.\common\geometry.cpp
464# End Source File
465# Begin Source File
466
467SOURCE=.\common\gifdecod.cpp
468# End Source File
469# Begin Source File
470
471SOURCE=.\common\hash.cpp
472# End Source File
473# Begin Source File
474
d74b838c
MB
475SOURCE=.\common\hashmap.cpp
476# End Source File
477# Begin Source File
478
be71e18a
VZ
479SOURCE=.\common\helpbase.cpp
480# End Source File
481# Begin Source File
482
483SOURCE=.\common\http.cpp
484# End Source File
485# Begin Source File
486
f618020a
MB
487SOURCE=.\common\iconbndl.cpp
488# End Source File
489# Begin Source File
490
be71e18a
VZ
491SOURCE=.\common\imagall.cpp
492# End Source File
493# Begin Source File
494
495SOURCE=.\common\imagbmp.cpp
496# End Source File
497# Begin Source File
498
499SOURCE=.\common\image.cpp
500# End Source File
501# Begin Source File
502
0fa78457
JS
503SOURCE=.\common\imagfill.cpp
504# End Source File
505# Begin Source File
506
be71e18a
VZ
507SOURCE=.\common\imaggif.cpp
508# End Source File
509# Begin Source File
510
6556acfa
RD
511SOURCE=.\common\imagiff.cpp
512# End Source File
513# Begin Source File
514
be71e18a
VZ
515SOURCE=.\common\imagjpeg.cpp
516# End Source File
517# Begin Source File
518
519SOURCE=.\common\imagpcx.cpp
520# End Source File
521# Begin Source File
522
523SOURCE=.\common\imagpng.cpp
524# End Source File
525# Begin Source File
526
527SOURCE=.\common\imagpnm.cpp
528# End Source File
529# Begin Source File
530
531SOURCE=.\common\imagtiff.cpp
532# End Source File
533# Begin Source File
534
535SOURCE=.\common\imagxpm.cpp
536# End Source File
537# Begin Source File
538
539SOURCE=.\common\intl.cpp
540# End Source File
541# Begin Source File
542
543SOURCE=.\common\ipcbase.cpp
544# End Source File
545# Begin Source File
546
547SOURCE=.\common\layout.cpp
548# End Source File
549# Begin Source File
550
551SOURCE=.\common\lboxcmn.cpp
552# End Source File
553# Begin Source File
554
555SOURCE=.\common\list.cpp
556# End Source File
557# Begin Source File
558
559SOURCE=.\common\log.cpp
560# End Source File
561# Begin Source File
562
563SOURCE=.\common\longlong.cpp
564# End Source File
565# Begin Source File
566
567SOURCE=.\common\matrix.cpp
568# End Source File
569# Begin Source File
570
571SOURCE=.\common\memory.cpp
572# End Source File
573# Begin Source File
574
575SOURCE=.\common\menucmn.cpp
576# End Source File
577# Begin Source File
578
579SOURCE=.\common\mimecmn.cpp
580# End Source File
581# Begin Source File
582
583SOURCE=.\common\module.cpp
584# End Source File
585# Begin Source File
586
dc0e23b8
MB
587SOURCE=.\common\msgout.cpp
588# End Source File
589# Begin Source File
590
be71e18a
VZ
591SOURCE=.\common\mstream.cpp
592# End Source File
593# Begin Source File
594
595SOURCE=.\common\nbkbase.cpp
596# End Source File
597# Begin Source File
598
599SOURCE=.\common\object.cpp
600# End Source File
601# Begin Source File
602
be71e18a
VZ
603SOURCE=.\common\paper.cpp
604# End Source File
605# Begin Source File
606
607SOURCE=.\common\popupcmn.cpp
608# End Source File
609# Begin Source File
610
611SOURCE=.\common\prntbase.cpp
612# End Source File
613# Begin Source File
614
615SOURCE=.\common\process.cpp
616# End Source File
617# Begin Source File
618
619SOURCE=.\common\protocol.cpp
620# End Source File
621# Begin Source File
622
623SOURCE=.\common\quantize.cpp
624# End Source File
625# Begin Source File
626
627SOURCE=.\common\radiocmn.cpp
628# End Source File
629# Begin Source File
630
631SOURCE=.\common\regex.cpp
632# End Source File
633# Begin Source File
634
2a736129
RD
635SOURCE=.\common\rgncmn.cpp
636# End Source File
637# Begin Source File
638
be71e18a
VZ
639SOURCE=.\common\sckaddr.cpp
640# End Source File
641# Begin Source File
642
643SOURCE=.\common\sckfile.cpp
644# End Source File
645# Begin Source File
646
647SOURCE=.\common\sckipc.cpp
648# End Source File
649# Begin Source File
650
651SOURCE=.\common\sckstrm.cpp
652# End Source File
c15521c6
RR
653# Begin Source File
654
655SOURCE=.\common\settcmn.cpp
656# End Source File
be71e18a
VZ
657# Begin Source File
658
be71e18a
VZ
659SOURCE=.\common\sizer.cpp
660# End Source File
661# Begin Source File
662
663SOURCE=.\common\socket.cpp
664# End Source File
665# Begin Source File
666
91f5c4d0
VZ
667SOURCE=.\common\statbar.cpp
668# End Source File
669# Begin Source File
670
be71e18a
VZ
671SOURCE=.\common\strconv.cpp
672# End Source File
673# Begin Source File
674
675SOURCE=.\common\stream.cpp
676# End Source File
677# Begin Source File
678
679SOURCE=.\common\string.cpp
680# End Source File
681# Begin Source File
682
683SOURCE=.\common\sysopt.cpp
684# End Source File
685# Begin Source File
686
842f5c94
VS
687SOURCE=.\common\taskbarcmn.cpp
688# End Source File
689# Begin Source File
690
be71e18a
VZ
691SOURCE=.\common\tbarbase.cpp
692# End Source File
693# Begin Source File
694
a3a584a7
VZ
695SOURCE=.\common\textbuf.cpp
696# End Source File
697# Begin Source File
698
be71e18a
VZ
699SOURCE=.\common\textcmn.cpp
700# End Source File
701# Begin Source File
702
703SOURCE=.\common\textfile.cpp
704# End Source File
705# Begin Source File
706
707SOURCE=.\common\timercmn.cpp
708# End Source File
709# Begin Source File
710
711SOURCE=.\common\tokenzr.cpp
712# End Source File
713# Begin Source File
714
715SOURCE=.\common\toplvcmn.cpp
716# End Source File
717# Begin Source File
718
719SOURCE=.\common\treebase.cpp
720# End Source File
721# Begin Source File
722
723SOURCE=.\common\txtstrm.cpp
724# End Source File
725# Begin Source File
726
727SOURCE=.\common\url.cpp
728# End Source File
729# Begin Source File
730
731SOURCE=.\common\utilscmn.cpp
732# End Source File
733# Begin Source File
734
735SOURCE=.\common\valgen.cpp
736# End Source File
737# Begin Source File
738
739SOURCE=.\common\validate.cpp
740# End Source File
741# Begin Source File
742
743SOURCE=.\common\valtext.cpp
744# End Source File
745# Begin Source File
746
747SOURCE=.\common\variant.cpp
748# End Source File
749# Begin Source File
750
751SOURCE=.\common\wfstream.cpp
752# End Source File
753# Begin Source File
754
755SOURCE=.\common\wincmn.cpp
756# End Source File
757# Begin Source File
758
759SOURCE=.\common\wxchar.cpp
760# End Source File
761# Begin Source File
762
be71e18a
VZ
763SOURCE=.\common\xpmdecod.cpp
764# End Source File
765# Begin Source File
766
767SOURCE=.\common\zipstrm.cpp
768# End Source File
769# Begin Source File
770
771SOURCE=.\common\zstream.cpp
772# End Source File
b0126f60
VZ
773
774# Begin Source File
775
776SOURCE=.\common\extended.c
777# SUBTRACT CPP /YX /Yc /Yu
778# End Source File
779# Begin Source File
780
781SOURCE=.\common\unzip.c
782# SUBTRACT CPP /YX /Yc /Yu
783# End Source File
784
be71e18a
VZ
785# End Group
786# Begin Group "Generic Files"
787
788# PROP Default_Filter ""
789# Begin Source File
790
791SOURCE=.\generic\busyinfo.cpp
792# End Source File
793# Begin Source File
794
795SOURCE=.\generic\calctrl.cpp
796# End Source File
797# Begin Source File
798
799SOURCE=.\generic\choicdgg.cpp
800# End Source File
801# Begin Source File
802
67e2efca
RL
803SOURCE=.\generic\dcbuffer.cpp
804# End Source File
805# Begin Source File
806
a3a584a7
VZ
807SOURCE=.\generic\dcpsg.cpp
808# End Source File
809# Begin Source File
810
be71e18a
VZ
811SOURCE=.\generic\dirctrlg.cpp
812# End Source File
813# Begin Source File
814
815SOURCE=.\generic\dragimgg.cpp
816# End Source File
817# Begin Source File
818
819SOURCE=.\generic\grid.cpp
820# End Source File
821# Begin Source File
822
823SOURCE=.\generic\gridctrl.cpp
824# End Source File
825# Begin Source File
826
827SOURCE=.\generic\gridsel.cpp
828# End Source File
829# Begin Source File
830
831SOURCE=.\generic\laywin.cpp
832# End Source File
833# Begin Source File
834
835SOURCE=.\generic\logg.cpp
836# End Source File
837# Begin Source File
838
839SOURCE=.\generic\numdlgg.cpp
840# End Source File
841# Begin Source File
842
843SOURCE=.\generic\panelg.cpp
844# End Source File
845# Begin Source File
846
847SOURCE=.\generic\progdlgg.cpp
848# End Source File
849# Begin Source File
850
be71e18a
VZ
851SOURCE=.\generic\sashwin.cpp
852# End Source File
853# Begin Source File
854
855SOURCE=.\generic\scrlwing.cpp
856# End Source File
857# Begin Source File
858
b0126f60
VZ
859SOURCE=.\generic\selstore.cpp
860# End Source File
861# Begin Source File
862
be71e18a
VZ
863SOURCE=.\generic\spinctlg.cpp
864# End Source File
865# Begin Source File
866
867SOURCE=.\generic\splash.cpp
868# End Source File
869# Begin Source File
870
871SOURCE=.\generic\splitter.cpp
872# End Source File
873# Begin Source File
874
875SOURCE=.\generic\statusbr.cpp
876# End Source File
877# Begin Source File
878
879SOURCE=.\generic\tbarsmpl.cpp
880# End Source File
881# Begin Source File
882
883SOURCE=.\generic\textdlgg.cpp
884# End Source File
885# Begin Source File
886
887SOURCE=.\generic\tipdlg.cpp
888# End Source File
889# Begin Source File
890
891SOURCE=.\generic\tipwin.cpp
892# End Source File
893# Begin Source File
894
895SOURCE=.\generic\treectlg.cpp
896# End Source File
897# Begin Source File
898
be71e18a
VZ
899SOURCE=.\generic\wizard.cpp
900# End Source File
b0126f60 901
be71e18a
VZ
902# End Group
903# Begin Group "wxHTML Files"
904
905# PROP Default_Filter ""
906# Begin Source File
907
908SOURCE=.\html\helpctrl.cpp
909# End Source File
910# Begin Source File
911
912SOURCE=.\html\helpdata.cpp
913# End Source File
914# Begin Source File
915
916SOURCE=.\html\helpfrm.cpp
917# End Source File
918# Begin Source File
919
920SOURCE=.\html\htmlcell.cpp
921# End Source File
922# Begin Source File
923
924SOURCE=.\html\htmlfilt.cpp
925# End Source File
926# Begin Source File
927
928SOURCE=.\html\htmlpars.cpp
929# End Source File
930# Begin Source File
931
932SOURCE=.\html\htmltag.cpp
933# End Source File
934# Begin Source File
935
936SOURCE=.\html\htmlwin.cpp
937# End Source File
938# Begin Source File
939
940SOURCE=.\html\htmprint.cpp
941# End Source File
942# Begin Source File
943
944SOURCE=.\html\m_dflist.cpp
945# End Source File
946# Begin Source File
947
948SOURCE=.\html\m_fonts.cpp
949# End Source File
950# Begin Source File
951
952SOURCE=.\html\m_hline.cpp
953# End Source File
954# Begin Source File
955
956SOURCE=.\html\m_image.cpp
957# End Source File
958# Begin Source File
959
960SOURCE=.\html\m_layout.cpp
961# End Source File
962# Begin Source File
963
964SOURCE=.\html\m_links.cpp
965# End Source File
966# Begin Source File
967
968SOURCE=.\html\m_list.cpp
969# End Source File
970# Begin Source File
971
be71e18a
VZ
972SOURCE=.\html\m_pre.cpp
973# End Source File
974# Begin Source File
975
c44fdc94
VS
976SOURCE=.\html\m_style.cpp
977# End Source File
978# Begin Source File
979
be71e18a
VZ
980SOURCE=.\html\m_tables.cpp
981# End Source File
982# Begin Source File
983
984SOURCE=.\html\winpars.cpp
985# End Source File
b0126f60 986
be71e18a
VZ
987# End Group
988# Begin Group "MSW Files"
989
85b43fbf 990# PROP Default_Filter ""
85b43fbf
JS
991# Begin Source File
992
b0126f60
VZ
993SOURCE=.\msw\dummy.cpp
994# ADD CPP /Yc"wx/wxprec.h"
85b43fbf 995# End Source File
85b43fbf
JS
996# Begin Source File
997
be71e18a
VZ
998SOURCE=.\msw\accel.cpp
999# End Source File
1000# Begin Source File
1001
1002SOURCE=.\msw\app.cpp
1003# End Source File
1004# Begin Source File
1005
1006SOURCE=.\msw\bitmap.cpp
1007# End Source File
1008# Begin Source File
1009
1010SOURCE=.\msw\bmpbuttn.cpp
1011# End Source File
1012# Begin Source File
1013
1014SOURCE=.\msw\brush.cpp
1015# End Source File
1016# Begin Source File
1017
1018SOURCE=.\msw\button.cpp
1019# End Source File
1020# Begin Source File
1021
1022SOURCE=.\msw\caret.cpp
1023# End Source File
1024# Begin Source File
1025
1026SOURCE=.\msw\checkbox.cpp
1027# End Source File
1028# Begin Source File
1029
1030SOURCE=.\msw\checklst.cpp
1031# End Source File
1032# Begin Source File
1033
1034SOURCE=.\msw\choice.cpp
1035# End Source File
1036# Begin Source File
1037
1038SOURCE=.\msw\clipbrd.cpp
1039# End Source File
1040# Begin Source File
1041
1042SOURCE=.\msw\colordlg.cpp
1043# End Source File
1044# Begin Source File
1045
1046SOURCE=.\msw\colour.cpp
1047# End Source File
1048# Begin Source File
1049
1050SOURCE=.\msw\combobox.cpp
1051# End Source File
1052# Begin Source File
1053
1054SOURCE=.\msw\control.cpp
1055# End Source File
1056# Begin Source File
1057
be71e18a
VZ
1058SOURCE=.\msw\cursor.cpp
1059# End Source File
1060# Begin Source File
1061
1062SOURCE=.\msw\data.cpp
1063# End Source File
1064# Begin Source File
1065
1066SOURCE=.\msw\dc.cpp
1067# End Source File
1068# Begin Source File
1069
1070SOURCE=.\msw\dcclient.cpp
1071# End Source File
1072# Begin Source File
1073
1074SOURCE=.\msw\dcmemory.cpp
1075# End Source File
1076# Begin Source File
1077
1078SOURCE=.\msw\dcprint.cpp
1079# End Source File
1080# Begin Source File
1081
1082SOURCE=.\msw\dcscreen.cpp
1083# End Source File
1084# Begin Source File
1085
1086SOURCE=.\msw\dde.cpp
1087# End Source File
1088# Begin Source File
1089
1090SOURCE=.\msw\dialog.cpp
1091# End Source File
1092# Begin Source File
1093
1094SOURCE=.\msw\dialup.cpp
1095# End Source File
1096# Begin Source File
1097
1098SOURCE=.\msw\dib.cpp
1099# End Source File
1100# Begin Source File
1101
be71e18a
VZ
1102SOURCE=.\msw\dir.cpp
1103# End Source File
1104# Begin Source File
1105
1106SOURCE=.\msw\dirdlg.cpp
1107# End Source File
1108# Begin Source File
1109
0b2e45b1 1110SOURCE=.\msw\display.cpp
be71e18a
VZ
1111# End Source File
1112# Begin Source File
1113
0b2e45b1 1114SOURCE=.\msw\dragimag.cpp
1cfa5d8e
JS
1115# End Source File
1116# Begin Source File
1117
be71e18a
VZ
1118SOURCE=.\msw\enhmeta.cpp
1119# End Source File
1120# Begin Source File
1121
1122SOURCE=.\msw\evtloop.cpp
1123# End Source File
1124# Begin Source File
1125
1126SOURCE=.\msw\fdrepdlg.cpp
1127# End Source File
1128# Begin Source File
1129
1130SOURCE=.\msw\filedlg.cpp
1131# End Source File
1132# Begin Source File
1133
1134SOURCE=.\msw\font.cpp
1135# End Source File
1136# Begin Source File
1137
1138SOURCE=.\msw\fontdlg.cpp
1139# End Source File
1140# Begin Source File
1141
1142SOURCE=.\msw\fontenum.cpp
1143# End Source File
1144# Begin Source File
1145
1146SOURCE=.\msw\fontutil.cpp
1147# End Source File
1148# Begin Source File
1149
1150SOURCE=.\msw\frame.cpp
1151# End Source File
1152# Begin Source File
1153
1154SOURCE=.\msw\gauge95.cpp
1155# End Source File
1156# Begin Source File
1157
1158SOURCE=.\msw\gdiimage.cpp
1159# End Source File
1160# Begin Source File
1161
1162SOURCE=.\msw\gdiobj.cpp
1163# End Source File
1164# Begin Source File
1165
1166SOURCE=.\msw\glcanvas.cpp
1167# End Source File
1168# Begin Source File
1169
1170SOURCE=.\msw\helpbest.cpp
1171# End Source File
1172# Begin Source File
1173
1174SOURCE=.\msw\helpchm.cpp
1175# End Source File
1176# Begin Source File
1177
1178SOURCE=.\msw\helpwin.cpp
1179# End Source File
1180# Begin Source File
1181
1182SOURCE=.\msw\icon.cpp
1183# End Source File
1184# Begin Source File
1185
1186SOURCE=.\msw\imaglist.cpp
1187# End Source File
1188# Begin Source File
1189
69477ac4
JS
1190SOURCE=.\msw\iniconf.cpp
1191# End Source File
1192# Begin Source File
1193
be71e18a
VZ
1194SOURCE=.\msw\joystick.cpp
1195# End Source File
1196# Begin Source File
1197
1198SOURCE=.\msw\listbox.cpp
1199# End Source File
1200# Begin Source File
1201
1202SOURCE=.\msw\listctrl.cpp
1203# End Source File
1204# Begin Source File
1205
1206SOURCE=.\msw\main.cpp
1207# End Source File
1208# Begin Source File
1209
1210SOURCE=.\msw\mdi.cpp
1211# End Source File
1212# Begin Source File
1213
1214SOURCE=.\msw\menu.cpp
1215# End Source File
1216# Begin Source File
1217
1218SOURCE=.\msw\menuitem.cpp
1219# End Source File
1220# Begin Source File
1221
1222SOURCE=.\msw\metafile.cpp
1223# End Source File
1224# Begin Source File
1225
1226SOURCE=.\msw\mimetype.cpp
1227# End Source File
1228# Begin Source File
1229
1230SOURCE=.\msw\minifram.cpp
1231# End Source File
1232# Begin Source File
1233
1234SOURCE=.\msw\msgdlg.cpp
1235# End Source File
1236# Begin Source File
1237
3d5231db
VS
1238SOURCE=.\msw\mslu.cpp
1239# End Source File
1240# Begin Source File
1241
be71e18a
VZ
1242SOURCE=.\msw\nativdlg.cpp
1243# End Source File
1244# Begin Source File
1245
1246SOURCE=.\msw\notebook.cpp
1247# End Source File
1248# Begin Source File
1249
1250SOURCE=.\msw\ownerdrw.cpp
1251# End Source File
1252# Begin Source File
1253
1254SOURCE=.\msw\palette.cpp
1255# End Source File
1256# Begin Source File
1257
1258SOURCE=.\msw\pen.cpp
1259# End Source File
1260# Begin Source File
1261
1262SOURCE=.\msw\penwin.cpp
1263# End Source File
1264# Begin Source File
1265
3a03c143
VZ
1266SOURCE=.\msw\popupwin.cpp
1267# End Source File
1268# Begin Source File
1269
be71e18a
VZ
1270SOURCE=.\msw\printdlg.cpp
1271# End Source File
1272# Begin Source File
1273
1274SOURCE=.\msw\printwin.cpp
1275# End Source File
1276# Begin Source File
1277
1278SOURCE=.\msw\radiobox.cpp
1279# End Source File
1280# Begin Source File
1281
1282SOURCE=.\msw\radiobut.cpp
1283# End Source File
1284# Begin Source File
1285
1286SOURCE=.\msw\regconf.cpp
1287# End Source File
1288# Begin Source File
1289
1290SOURCE=.\msw\region.cpp
1291# End Source File
1292# Begin Source File
1293
1294SOURCE=.\msw\registry.cpp
1295# End Source File
1296# Begin Source File
1297
1298SOURCE=.\msw\scrolbar.cpp
1299# End Source File
1300# Begin Source File
1301
1302SOURCE=.\msw\settings.cpp
1303# End Source File
1304# Begin Source File
1305
1306SOURCE=.\msw\slider95.cpp
1307# End Source File
1308# Begin Source File
1309
1310SOURCE=.\msw\snglinst.cpp
1311# End Source File
1312# Begin Source File
1313
1314SOURCE=.\msw\spinbutt.cpp
1315# End Source File
1316# Begin Source File
1317
1318SOURCE=.\msw\spinctrl.cpp
1319# End Source File
1320# Begin Source File
1321
1322SOURCE=.\msw\statbmp.cpp
1323# End Source File
1324# Begin Source File
1325
1326SOURCE=.\msw\statbox.cpp
1327# End Source File
1328# Begin Source File
1329
1330SOURCE=.\msw\statbr95.cpp
1331# End Source File
1332# Begin Source File
1333
1334SOURCE=.\msw\statline.cpp
1335# End Source File
1336# Begin Source File
1337
1338SOURCE=.\msw\stattext.cpp
1339# End Source File
1340# Begin Source File
1341
1342SOURCE=.\msw\tabctrl.cpp
1343# End Source File
1344# Begin Source File
1345
1346SOURCE=.\msw\taskbar.cpp
1347# End Source File
1348# Begin Source File
1349
1350SOURCE=.\msw\tbar95.cpp
1351# End Source File
1352# Begin Source File
1353
1354SOURCE=.\msw\textctrl.cpp
1355# End Source File
1356# Begin Source File
1357
1358SOURCE=.\msw\tglbtn.cpp
1359# End Source File
1360# Begin Source File
1361
1362SOURCE=.\msw\thread.cpp
1363# End Source File
1364# Begin Source File
1365
1366SOURCE=.\msw\timer.cpp
1367# End Source File
1368# Begin Source File
1369
1370SOURCE=.\msw\tooltip.cpp
1371# End Source File
1372# Begin Source File
1373
1374SOURCE=.\msw\toplevel.cpp
1375# End Source File
1376# Begin Source File
1377
1378SOURCE=.\msw\treectrl.cpp
1379# End Source File
1380# Begin Source File
1381
1382SOURCE=.\msw\utils.cpp
1383# End Source File
1384# Begin Source File
1385
1386SOURCE=.\msw\utilsexc.cpp
1387# End Source File
1388# Begin Source File
1389
85b43fbf 1390SOURCE=.\msw\uxtheme.cpp
0b2e45b1
VZ
1391# End Source File
1392# Begin Source File
1393
85b43fbf 1394SOURCE=.\msw\volume.cpp
0b2e45b1
VZ
1395# End Source File
1396# Begin Source File
1397
85b43fbf 1398SOURCE=.\msw\wave.cpp
0b2e45b1
VZ
1399# End Source File
1400# Begin Source File
1401
85b43fbf 1402SOURCE=.\msw\window.cpp
0b2e45b1 1403# End Source File
b0126f60
VZ
1404
1405# Begin Source File
1406
1407SOURCE=.\msw\gsocket.c
1408# SUBTRACT CPP /YX /Yc /Yu
1409# End Source File
1410# Begin Source File
1411
1412SOURCE=.\msw\gsockmsw.c
1413# SUBTRACT CPP /YX /Yc /Yu
1414# End Source File
1415
1416# Begin Group "OLE Files"
1417
1418# PROP Default_Filter ""
1419# Begin Source File
1420
1421SOURCE=.\msw\ole\access.cpp
1422# End Source File
1423# Begin Source File
1424
1425SOURCE=.\msw\ole\automtn.cpp
1426# End Source File
1427# Begin Source File
1428
1429SOURCE=.\msw\ole\dataobj.cpp
1430# End Source File
1431# Begin Source File
1432
1433SOURCE=.\msw\ole\dropsrc.cpp
1434# End Source File
1435# Begin Source File
1436
1437SOURCE=.\msw\ole\droptgt.cpp
1438# End Source File
1439# Begin Source File
1440
1441SOURCE=.\msw\ole\oleutils.cpp
1442# End Source File
1443# Begin Source File
1444
1445SOURCE=.\msw\ole\uuid.cpp
1446# End Source File
1447
1448# End Group
be71e18a
VZ
1449# End Group
1450# Begin Group "Headers"
1451
1452# PROP Default_Filter ""
1453# Begin Group "Setup"
1454
1455# PROP Default_Filter ""
1456# Begin Source File
1457
4fcf087d 1458SOURCE=..\include\wx\msw\setup.h
7c825323 1459!IF "$(CFG)" == "wxWindows - Win32 Release Unicode DLL"
b763ff43 1460# Begin Custom Build - Creating ..\lib\mswdllu\wx\setup.h from $(InputPath)
4fcf087d 1461InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1462
1463"../lib/mswdllu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1464 copy "$(InputPath)" ..\lib\mswdllu\wx\setup.h
7c825323
VZ
1465
1466# End Custom Build
1467!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode DLL"
b763ff43 1468# Begin Custom Build - Creating ..\lib\mswdllud\wx\setup.h from $(InputPath)
4fcf087d 1469InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1470
1471"../lib/mswdllud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1472 copy "$(InputPath)" ..\lib\mswdllud\wx\setup.h
7c825323
VZ
1473
1474# End Custom Build
1475!ELSEIF "$(CFG)" == "wxWindows - Win32 Release Unicode"
b763ff43 1476# Begin Custom Build - Creating ..\lib\mswu\wx\setup.h from $(InputPath)
4fcf087d 1477InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1478
1479"../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1480 copy "$(InputPath)" ..\lib\mswu\wx\setup.h
7c825323
VZ
1481
1482# End Custom Build
1483!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode"
b763ff43 1484# Begin Custom Build - Creating ..\lib\mswud\wx\setup.h from $(InputPath)
4fcf087d 1485InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1486
1487"../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1488 copy "$(InputPath)" ..\lib\mswud\wx\setup.h
7c825323
VZ
1489
1490# End Custom Build
1491!ELSEIF "$(CFG)" == "wxWindows - Win32 Release DLL"
b763ff43 1492# Begin Custom Build - Creating ..\lib\mswdll\wx\setup.h from $(InputPath)
4fcf087d 1493InputPath=..\include\wx\msw\setup.h
17533c89
VZ
1494
1495"../lib/mswdll/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1496 copy "$(InputPath)" ..\lib\mswdll\wx\setup.h
17533c89
VZ
1497
1498# End Custom Build
1499!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug DLL"
b763ff43 1500# Begin Custom Build - Creating ..\lib\mswdlld\wx\setup.h from $(InputPath)
4fcf087d 1501InputPath=..\include\wx\msw\setup.h
17533c89
VZ
1502
1503"../lib/mswdlld/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1504 copy "$(InputPath)" ..\lib\mswdlld\wx\setup.h
17533c89
VZ
1505
1506# End Custom Build
1507!ELSEIF "$(CFG)" == "wxWindows - Win32 Release"
b763ff43 1508# Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath)
4fcf087d 1509InputPath=..\include\wx\msw\setup.h
be71e18a
VZ
1510
1511"../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1512 copy "$(InputPath)" ..\lib\msw\wx\setup.h
be71e18a
VZ
1513
1514# End Custom Build
17533c89 1515!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug"
b763ff43 1516# Begin Custom Build - Creating ..\lib\mswd\wx\setup.h from $(InputPath)
4fcf087d 1517InputPath=..\include\wx\msw\setup.h
be71e18a
VZ
1518
1519"../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1520 copy "$(InputPath)" ..\lib\mswd\wx\setup.h
be71e18a
VZ
1521
1522# End Custom Build
1523!ENDIF
1524# End Source File
1525# End Group
1526# Begin Group "Common"
1527
1528# PROP Default_Filter ""
1529# Begin Source File
1530
1531SOURCE=..\include\wx\accel.h
1532# End Source File
1533# Begin Source File
1534
e74bade6
MB
1535SOURCE=..\include\wx\access.h
1536# End Source File
1537# Begin Source File
1538
be71e18a
VZ
1539SOURCE=..\include\wx\app.h
1540# End Source File
1541# Begin Source File
1542
f435c1f0
VS
1543SOURCE=..\include\wx\artprov.h
1544# End Source File
1545# Begin Source File
1546
be71e18a
VZ
1547SOURCE=..\include\wx\bitmap.h
1548# End Source File
1549# Begin Source File
1550
1551SOURCE=..\include\wx\bmpbuttn.h
1552# End Source File
1553# Begin Source File
1554
1555SOURCE=..\include\wx\brush.h
1556# End Source File
1557# Begin Source File
1558
1559SOURCE=..\include\wx\buffer.h
1560# End Source File
1561# Begin Source File
1562
3a03c143
VZ
1563SOURCE=..\include\wx\build.h
1564# End Source File
1565# Begin Source File
1566
be71e18a
VZ
1567SOURCE=..\include\wx\busyinfo.h
1568# End Source File
1569# Begin Source File
1570
1571SOURCE=..\include\wx\button.h
1572# End Source File
1573# Begin Source File
1574
1575SOURCE=..\include\wx\calctrl.h
1576# End Source File
1577# Begin Source File
1578
1579SOURCE=..\include\wx\caret.h
1580# End Source File
1581# Begin Source File
1582
1583SOURCE=..\include\wx\checkbox.h
1584# End Source File
1585# Begin Source File
1586
1587SOURCE=..\include\wx\checklst.h
1588# End Source File
1589# Begin Source File
1590
1591SOURCE=..\include\wx\chkconf.h
1592# End Source File
1593# Begin Source File
1594
1595SOURCE=..\include\wx\choicdlg.h
1596# End Source File
1597# Begin Source File
1598
1599SOURCE=..\include\wx\choice.h
1600# End Source File
1601# Begin Source File
1602
1603SOURCE=..\include\wx\clipbrd.h
1604# End Source File
1605# Begin Source File
1606
1944a74b
VZ
1607SOURCE=..\include\wx\clntdata.h
1608# End Source File
1609# Begin Source File
1610
be71e18a
VZ
1611SOURCE=..\include\wx\cmdline.h
1612# End Source File
1613# Begin Source File
1614
1944a74b
VZ
1615SOURCE=..\include\wx\cmdproc.h
1616# End Source File
1617# Begin Source File
1618
be71e18a
VZ
1619SOURCE=..\include\wx\cmndata.h
1620# End Source File
1621# Begin Source File
1622
1623SOURCE=..\include\wx\colordlg.h
1624# End Source File
1625# Begin Source File
1626
1627SOURCE=..\include\wx\colour.h
1628# End Source File
1629# Begin Source File
1630
1631SOURCE=..\include\wx\combobox.h
1632# End Source File
1633# Begin Source File
1634
1635SOURCE=..\include\wx\confbase.h
1636# End Source File
1637# Begin Source File
1638
1639SOURCE=..\include\wx\config.h
1640# End Source File
1641# Begin Source File
1642
1643SOURCE=..\include\wx\containr.h
1644# End Source File
1645# Begin Source File
1646
1647SOURCE=..\include\wx\control.h
1648# End Source File
1649# Begin Source File
1650
1651SOURCE=..\include\wx\cshelp.h
1652# End Source File
1653# Begin Source File
1654
1655SOURCE=..\include\wx\ctrlsub.h
1656# End Source File
1657# Begin Source File
1658
1659SOURCE=..\include\wx\cursor.h
1660# End Source File
1661# Begin Source File
1662
1663SOURCE=..\include\wx\dataobj.h
1664# End Source File
1665# Begin Source File
1666
be71e18a
VZ
1667SOURCE=..\include\wx\datetime.h
1668# End Source File
1669# Begin Source File
1670
1671SOURCE=..\include\wx\datetime.inl
1672# End Source File
1673# Begin Source File
1674
1675SOURCE=..\include\wx\datstrm.h
1676# End Source File
1677# Begin Source File
1678
1679SOURCE=..\include\wx\db.h
1680# End Source File
1681# Begin Source File
1682
1683SOURCE=..\include\wx\dbgrid.h
1684# End Source File
1685# Begin Source File
1686
1687SOURCE=..\include\wx\dbkeyg.h
1688# End Source File
1689# Begin Source File
1690
1691SOURCE=..\include\wx\dbtable.h
1692# End Source File
1693# Begin Source File
1694
1695SOURCE=..\include\wx\dc.h
1696# End Source File
1697# Begin Source File
1698
67e2efca
RL
1699SOURCE=..\include\wx\dcbuffer.h
1700# End Source File
1701# Begin Source File
1702
be71e18a
VZ
1703SOURCE=..\include\wx\dcclient.h
1704# End Source File
1705# Begin Source File
1706
1707SOURCE=..\include\wx\dcmemory.h
1708# End Source File
1709# Begin Source File
1710
1711SOURCE=..\include\wx\dcprint.h
1712# End Source File
1713# Begin Source File
1714
1715SOURCE=..\include\wx\dcps.h
1716# End Source File
1717# Begin Source File
1718
1719SOURCE=..\include\wx\dcscreen.h
1720# End Source File
1721# Begin Source File
1722
1723SOURCE=..\include\wx\dde.h
1724# End Source File
1725# Begin Source File
1726
1727SOURCE=..\include\wx\debug.h
1728# End Source File
1729# Begin Source File
1730
1731SOURCE=..\include\wx\defs.h
1732# End Source File
1733# Begin Source File
1734
1735SOURCE=..\include\wx\dialog.h
1736# End Source File
1737# Begin Source File
1738
1739SOURCE=..\include\wx\dialup.h
1740# End Source File
1741# Begin Source File
1742
1743SOURCE=..\include\wx\dir.h
1744# End Source File
1745# Begin Source File
1746
6556acfa
RD
1747SOURCE=..\include\wx\dirctrl.h
1748# End Source File
1749# Begin Source File
1750
be71e18a
VZ
1751SOURCE=..\include\wx\dirdlg.h
1752# End Source File
1753# Begin Source File
1754
0b2e45b1
VZ
1755SOURCE=..\include\wx\display.h
1756# End Source File
1757# Begin Source File
1758
be71e18a
VZ
1759SOURCE=..\include\wx\dnd.h
1760# End Source File
1761# Begin Source File
1762
1763SOURCE=..\include\wx\docmdi.h
1764# End Source File
1765# Begin Source File
1766
1767SOURCE=..\include\wx\docview.h
1768# End Source File
1769# Begin Source File
1770
1771SOURCE=..\include\wx\dragimag.h
1772# End Source File
1773# Begin Source File
1774
1775SOURCE=..\include\wx\dynarray.h
1776# End Source File
1777# Begin Source File
1778
1779SOURCE=..\include\wx\dynlib.h
1780# End Source File
1781# Begin Source File
1782
0b9ab0bd
RL
1783SOURCE=..\include\wx\dynload.h
1784# End Source File
1785# Begin Source File
1786
da906b97
RD
1787SOURCE=..\include\wx\effects.h
1788# End Source File
1789# Begin Source File
1790
be71e18a
VZ
1791SOURCE=..\include\wx\encconv.h
1792# End Source File
1793# Begin Source File
1794
1795SOURCE=..\include\wx\event.h
1796# End Source File
1797# Begin Source File
1798
be71e18a
VZ
1799SOURCE=..\include\wx\fdrepdlg.h
1800# End Source File
98672b4b
RD
1801# Begin Source File
1802
1803SOURCE=..\include\wx\features.h
1804# End Source File
be71e18a
VZ
1805# Begin Source File
1806
1807SOURCE=..\include\wx\ffile.h
1808# End Source File
1809# Begin Source File
1810
1811SOURCE=..\include\wx\file.h
1812# End Source File
1813# Begin Source File
1814
1815SOURCE=..\include\wx\fileconf.h
1816# End Source File
1817# Begin Source File
1818
1819SOURCE=..\include\wx\filedlg.h
1820# End Source File
1821# Begin Source File
1822
1823SOURCE=..\include\wx\filefn.h
1824# End Source File
1825# Begin Source File
1826
1827SOURCE=..\include\wx\filename.h
1828# End Source File
1829# Begin Source File
1830
1831SOURCE=..\include\wx\filesys.h
1832# End Source File
1833# Begin Source File
1834
1835SOURCE=..\include\wx\font.h
1836# End Source File
1837# Begin Source File
1838
1839SOURCE=..\include\wx\fontdlg.h
1840# End Source File
1841# Begin Source File
1842
1843SOURCE=..\include\wx\fontenc.h
1844# End Source File
1845# Begin Source File
1846
1847SOURCE=..\include\wx\fontenum.h
1848# End Source File
1849# Begin Source File
1850
1851SOURCE=..\include\wx\fontmap.h
1852# End Source File
1853# Begin Source File
1854
1855SOURCE=..\include\wx\fontutil.h
1856# End Source File
1857# Begin Source File
1858
1859SOURCE=..\include\wx\frame.h
1860# End Source File
1861# Begin Source File
1862
1863SOURCE=..\include\wx\fs_inet.h
1864# End Source File
1865# Begin Source File
1866
1867SOURCE=..\include\wx\fs_mem.h
1868# End Source File
1869# Begin Source File
1870
1871SOURCE=..\include\wx\fs_zip.h
1872# End Source File
1873# Begin Source File
1874
1875SOURCE=..\include\wx\gauge.h
1876# End Source File
1877# Begin Source File
1878
1879SOURCE=..\include\wx\gdicmn.h
1880# End Source File
1881# Begin Source File
1882
1883SOURCE=..\include\wx\gdiobj.h
1884# End Source File
1885# Begin Source File
1886
1887SOURCE=..\include\wx\geometry.h
1888# End Source File
1889# Begin Source File
1890
1891SOURCE=..\include\wx\gifdecod.h
1892# End Source File
1893# Begin Source File
1894
1895SOURCE=..\include\wx\glcanvas.h
1896# End Source File
1897# Begin Source File
1898
1899SOURCE=..\include\wx\grid.h
1900# End Source File
1901# Begin Source File
1902
1903SOURCE=..\include\wx\gsocket.h
1904# End Source File
1905# Begin Source File
1906
1907SOURCE=..\include\wx\hash.h
1908# End Source File
1909# Begin Source File
1910
d74b838c
MB
1911SOURCE=..\include\wx\hashmap.h
1912# End Source File
1913# Begin Source File
1914
be71e18a
VZ
1915SOURCE=..\include\wx\help.h
1916# End Source File
1917# Begin Source File
1918
1919SOURCE=..\include\wx\helpbase.h
1920# End Source File
1921# Begin Source File
1922
be71e18a
VZ
1923SOURCE=..\include\wx\helpwin.h
1924# End Source File
1925# Begin Source File
1926
1927SOURCE=..\include\wx\icon.h
1928# End Source File
1929# Begin Source File
1930
f618020a
MB
1931SOURCE=..\include\wx\iconbndl.h
1932# End Source File
1933# Begin Source File
1934
be71e18a
VZ
1935SOURCE=..\include\wx\imagbmp.h
1936# End Source File
1937# Begin Source File
1938
1939SOURCE=..\include\wx\image.h
1940# End Source File
1941# Begin Source File
1942
1943SOURCE=..\include\wx\imaggif.h
1944# End Source File
1945# Begin Source File
1946
6556acfa
RD
1947SOURCE=..\include\wx\imagiff.h
1948# End Source File
1949# Begin Source File
1950
be71e18a
VZ
1951SOURCE=..\include\wx\imagjpeg.h
1952# End Source File
1953# Begin Source File
1954
1955SOURCE=..\include\wx\imaglist.h
1956# End Source File
1957# Begin Source File
1958
1959SOURCE=..\include\wx\imagpcx.h
1960# End Source File
1961# Begin Source File
1962
1963SOURCE=..\include\wx\imagpng.h
1964# End Source File
1965# Begin Source File
1966
1967SOURCE=..\include\wx\imagpnm.h
1968# End Source File
1969# Begin Source File
1970
1971SOURCE=..\include\wx\imagtiff.h
1972# End Source File
1973# Begin Source File
1974
1975SOURCE=..\include\wx\imagxpm.h
1976# End Source File
1977# Begin Source File
1978
1979SOURCE=..\include\wx\intl.h
1980# End Source File
1981# Begin Source File
1982
f357c0d4
VZ
1983SOURCE=..\include\wx\iosfwrap.h
1984# End Source File
1985# Begin Source File
1986
be71e18a
VZ
1987SOURCE=..\include\wx\ioswrap.h
1988# End Source File
1989# Begin Source File
1990
7391216e
VS
1991SOURCE=..\include\wx\ipc.h
1992# End Source File
1993# Begin Source File
1994
be71e18a
VZ
1995SOURCE=..\include\wx\ipcbase.h
1996# End Source File
1997# Begin Source File
1998
1999SOURCE=..\include\wx\isql.h
2000# End Source File
2001# Begin Source File
2002
2003SOURCE=..\include\wx\isqlext.h
2004# End Source File
2005# Begin Source File
2006
2007SOURCE=..\include\wx\joystick.h
2008# End Source File
2009# Begin Source File
2010
2011SOURCE=..\include\wx\layout.h
2012# End Source File
2013# Begin Source File
2014
2015SOURCE=..\include\wx\laywin.h
2016# End Source File
2017# Begin Source File
2018
2019SOURCE=..\include\wx\list.h
2020# End Source File
2021# Begin Source File
2022
da906b97
RD
2023SOURCE=..\include\wx\listbase.h
2024# End Source File
2025# Begin Source File
2026
be71e18a
VZ
2027SOURCE=..\include\wx\listbox.h
2028# End Source File
2029# Begin Source File
2030
2031SOURCE=..\include\wx\listctrl.h
2032# End Source File
2033# Begin Source File
2034
2035SOURCE=..\include\wx\log.h
2036# End Source File
2037# Begin Source File
2038
2039SOURCE=..\include\wx\longlong.h
2040# End Source File
2041# Begin Source File
2042
0b2e45b1
VZ
2043SOURCE=..\include\wx\math.h
2044# End Source File
2045# Begin Source File
2046
be71e18a
VZ
2047SOURCE=..\include\wx\matrix.h
2048# End Source File
2049# Begin Source File
2050
2051SOURCE=..\include\wx\mdi.h
2052# End Source File
2053# Begin Source File
2054
2055SOURCE=..\include\wx\memconf.h
2056# End Source File
2057# Begin Source File
2058
2059SOURCE=..\include\wx\memory.h
2060# End Source File
2061# Begin Source File
2062
a3a584a7
VZ
2063SOURCE=..\include\wx\memtext.h
2064# End Source File
2065# Begin Source File
2066
be71e18a
VZ
2067SOURCE=..\include\wx\menu.h
2068# End Source File
2069# Begin Source File
2070
2071SOURCE=..\include\wx\menuitem.h
2072# End Source File
2073# Begin Source File
2074
2075SOURCE=..\include\wx\metafile.h
2076# End Source File
2077# Begin Source File
2078
2079SOURCE=..\include\wx\mimetype.h
2080# End Source File
2081# Begin Source File
2082
2083SOURCE=..\include\wx\minifram.h
2084# End Source File
2085# Begin Source File
2086
2087SOURCE=..\include\wx\module.h
2088# End Source File
2089# Begin Source File
2090
2091SOURCE=..\include\wx\msgdlg.h
2092# End Source File
2093# Begin Source File
2094
dc0e23b8
MB
2095SOURCE=..\include\wx\msgout.h
2096# End Source File
2097# Begin Source File
2098
be71e18a
VZ
2099SOURCE=..\include\wx\mstream.h
2100# End Source File
2101# Begin Source File
2102
2103SOURCE=..\include\wx\notebook.h
2104# End Source File
2105# Begin Source File
2106
2107SOURCE=..\include\wx\object.h
2108# End Source File
2109# Begin Source File
2110
be71e18a
VZ
2111SOURCE=..\include\wx\ownerdrw.h
2112# End Source File
2113# Begin Source File
2114
2115SOURCE=..\include\wx\palette.h
2116# End Source File
2117# Begin Source File
2118
2119SOURCE=..\include\wx\panel.h
2120# End Source File
2121# Begin Source File
2122
2123SOURCE=..\include\wx\paper.h
2124# End Source File
2125# Begin Source File
2126
2127SOURCE=..\include\wx\pen.h
2128# End Source File
2129# Begin Source File
2130
176e7e83
VZ
2131SOURCE=..\include\wx\platform.h
2132# End Source File
2133# Begin Source File
2134
be71e18a
VZ
2135SOURCE=..\include\wx\popupwin.h
2136# End Source File
2137# Begin Source File
2138
2139SOURCE=..\include\wx\print.h
2140# End Source File
2141# Begin Source File
2142
2143SOURCE=..\include\wx\printdlg.h
2144# End Source File
2145# Begin Source File
2146
2147SOURCE=..\include\wx\prntbase.h
2148# End Source File
2149# Begin Source File
2150
2151SOURCE=..\include\wx\process.h
2152# End Source File
2153# Begin Source File
2154
2155SOURCE=..\include\wx\progdlg.h
2156# End Source File
2157# Begin Source File
2158
c155898a
RL
2159SOURCE=..\include\wx\quantize.h
2160# End Source File
2161# Begin Source File
2162
be71e18a
VZ
2163SOURCE=..\include\wx\radiobox.h
2164# End Source File
2165# Begin Source File
2166
2167SOURCE=..\include\wx\radiobut.h
2168# End Source File
2169# Begin Source File
2170
0b2e45b1
VZ
2171SOURCE=..\include\wx\rawbmp.h
2172# End Source File
2173# Begin Source File
2174
be71e18a
VZ
2175SOURCE=..\include\wx\regex.h
2176# End Source File
2177# Begin Source File
2178
2179SOURCE=..\include\wx\region.h
2180# End Source File
2181# Begin Source File
2182
be71e18a
VZ
2183SOURCE=..\include\wx\sashwin.h
2184# End Source File
2185# Begin Source File
2186
2187SOURCE=..\include\wx\sckaddr.h
2188# End Source File
2189# Begin Source File
2190
2191SOURCE=..\include\wx\sckipc.h
2192# End Source File
2193# Begin Source File
2194
2195SOURCE=..\include\wx\sckstrm.h
2196# End Source File
2197# Begin Source File
2198
2199SOURCE=..\include\wx\scrolbar.h
2200# End Source File
2201# Begin Source File
2202
2203SOURCE=..\include\wx\scrolwin.h
2204# End Source File
2205# Begin Source File
2206
b0126f60
VZ
2207SOURCE=..\include\wx\selstore.h
2208# End Source File
2209# Begin Source File
2210
be71e18a
VZ
2211SOURCE=..\include\wx\settings.h
2212# End Source File
2213# Begin Source File
2214
2215SOURCE=..\include\wx\sizer.h
2216# End Source File
2217# Begin Source File
2218
2219SOURCE=..\include\wx\slider.h
2220# End Source File
2221# Begin Source File
2222
2223SOURCE=..\include\wx\snglinst.h
2224# End Source File
2225# Begin Source File
2226
2227SOURCE=..\include\wx\socket.h
2228# End Source File
2229# Begin Source File
2230
2231SOURCE=..\include\wx\spinbutt.h
2232# End Source File
2233# Begin Source File
2234
2235SOURCE=..\include\wx\spinctrl.h
2236# End Source File
2237# Begin Source File
2238
2239SOURCE=..\include\wx\splash.h
2240# End Source File
2241# Begin Source File
2242
2243SOURCE=..\include\wx\splitter.h
2244# End Source File
2245# Begin Source File
2246
2247SOURCE=..\include\wx\stack.h
2248# End Source File
2249# Begin Source File
2250
2251SOURCE=..\include\wx\statbmp.h
2252# End Source File
2253# Begin Source File
2254
2255SOURCE=..\include\wx\statbox.h
2256# End Source File
2257# Begin Source File
2258
2259SOURCE=..\include\wx\statline.h
2260# End Source File
2261# Begin Source File
2262
2263SOURCE=..\include\wx\stattext.h
2264# End Source File
2265# Begin Source File
2266
2267SOURCE=..\include\wx\statusbr.h
2268# End Source File
2269# Begin Source File
2270
2271SOURCE=..\include\wx\strconv.h
2272# End Source File
2273# Begin Source File
2274
2275SOURCE=..\include\wx\stream.h
2276# End Source File
2277# Begin Source File
2278
2279SOURCE=..\include\wx\string.h
2280# End Source File
2281# Begin Source File
2282
2283SOURCE=..\include\wx\sysopt.h
2284# End Source File
2285# Begin Source File
2286
2287SOURCE=..\include\wx\tab.h
2288# End Source File
2289# Begin Source File
2290
2291SOURCE=..\include\wx\tabctrl.h
2292# End Source File
2293# Begin Source File
2294
2295SOURCE=..\include\wx\taskbar.h
2296# End Source File
2297# Begin Source File
2298
2299SOURCE=..\include\wx\tbarbase.h
2300# End Source File
2301# Begin Source File
2302
2303SOURCE=..\include\wx\tbarsmpl.h
2304# End Source File
2305# Begin Source File
2306
a3a584a7
VZ
2307SOURCE=..\include\wx\textbuf.h
2308# End Source File
2309# Begin Source File
2310
be71e18a
VZ
2311SOURCE=..\include\wx\textctrl.h
2312# End Source File
2313# Begin Source File
2314
2315SOURCE=..\include\wx\textdlg.h
2316# End Source File
2317# Begin Source File
2318
2319SOURCE=..\include\wx\textfile.h
2320# End Source File
2321# Begin Source File
2322
2323SOURCE=..\include\wx\tglbtn.h
2324# End Source File
2325# Begin Source File
2326
2327SOURCE=..\include\wx\thread.h
2328# End Source File
2329# Begin Source File
2330
be71e18a
VZ
2331SOURCE=..\include\wx\timer.h
2332# End Source File
2333# Begin Source File
2334
2335SOURCE=..\include\wx\tipdlg.h
2336# End Source File
2337# Begin Source File
2338
2339SOURCE=..\include\wx\tipwin.h
2340# End Source File
2341# Begin Source File
2342
2343SOURCE=..\include\wx\tokenzr.h
2344# End Source File
2345# Begin Source File
2346
2347SOURCE=..\include\wx\toolbar.h
2348# End Source File
2349# Begin Source File
2350
2351SOURCE=..\include\wx\tooltip.h
2352# End Source File
2353# Begin Source File
2354
2355SOURCE=..\include\wx\toplevel.h
2356# End Source File
2357# Begin Source File
2358
2359SOURCE=..\include\wx\treebase.h
2360# End Source File
2361# Begin Source File
2362
2363SOURCE=..\include\wx\treectrl.h
2364# End Source File
2365# Begin Source File
2366
2367SOURCE=..\include\wx\txtstrm.h
2368# End Source File
2369# Begin Source File
2370
2371SOURCE=..\include\wx\types.h
2372# End Source File
2373# Begin Source File
2374
2375SOURCE=..\include\wx\url.h
2376# End Source File
2377# Begin Source File
2378
2379SOURCE=..\include\wx\utils.h
2380# End Source File
2381# Begin Source File
2382
2383SOURCE=..\include\wx\valgen.h
2384# End Source File
2385# Begin Source File
2386
2387SOURCE=..\include\wx\validate.h
2388# End Source File
2389# Begin Source File
2390
2391SOURCE=..\include\wx\valtext.h
2392# End Source File
2393# Begin Source File
2394
2395SOURCE=..\include\wx\variant.h
2396# End Source File
2397# Begin Source File
2398
2399SOURCE=..\include\wx\vector.h
2400# End Source File
2401# Begin Source File
2402
2403SOURCE=..\include\wx\version.h
2404# End Source File
2405# Begin Source File
2406
a0cb0ba5
VS
2407SOURCE=..\include\wx\volume.h
2408# End Source File
2409# Begin Source File
2410
be71e18a
VZ
2411SOURCE=..\include\wx\wave.h
2412# End Source File
2413# Begin Source File
2414
2415SOURCE=..\include\wx\wfstream.h
2416# End Source File
2417# Begin Source File
2418
2419SOURCE=..\include\wx\window.h
2420# End Source File
2421# Begin Source File
2422
2423SOURCE=..\include\wx\wizard.h
2424# End Source File
2425# Begin Source File
2426
2427SOURCE=..\include\wx\wx.h
2428# End Source File
2429# Begin Source File
2430
2431SOURCE=..\include\wx\wx_cw.h
2432# End Source File
2433# Begin Source File
2434
2435SOURCE=..\include\wx\wx_cw_cm.h
2436# End Source File
2437# Begin Source File
2438
2439SOURCE=..\include\wx\wx_cw_d.h
2440# End Source File
2441# Begin Source File
2442
2443SOURCE=..\include\wx\wxchar.h
2444# End Source File
2445# Begin Source File
2446
be71e18a
VZ
2447SOURCE=..\include\wx\wxhtml.h
2448# End Source File
2449# Begin Source File
2450
2451SOURCE=..\include\wx\wxprec.h
2452# End Source File
2453# Begin Source File
2454
2455SOURCE=..\include\wx\xpmdecod.h
2456# End Source File
2457# Begin Source File
2458
2459SOURCE=..\include\wx\zipstrm.h
2460# End Source File
2461# Begin Source File
2462
2463SOURCE=..\include\wx\zstream.h
2464# End Source File
b0126f60 2465
be71e18a
VZ
2466# End Group
2467# Begin Group "MSW"
2468
2469# PROP Default_Filter ""
2470# Begin Source File
2471
2472SOURCE=..\include\wx\msw\accel.h
2473# End Source File
2474# Begin Source File
2475
0b2e45b1
VZ
2476SOURCE=..\include\wx\msw\access.h
2477# End Source File
2478# Begin Source File
2479
be71e18a
VZ
2480SOURCE=..\include\wx\msw\app.h
2481# End Source File
2482# Begin Source File
2483
2484SOURCE=..\include\wx\msw\bitmap.h
2485# End Source File
2486# Begin Source File
2487
2488SOURCE=..\include\wx\msw\bmpbuttn.h
2489# End Source File
2490# Begin Source File
2491
2492SOURCE=..\include\wx\msw\brush.h
2493# End Source File
2494# Begin Source File
2495
2496SOURCE=..\include\wx\msw\button.h
2497# End Source File
2498# Begin Source File
2499
2500SOURCE=..\include\wx\msw\caret.h
2501# End Source File
2502# Begin Source File
2503
2504SOURCE=..\include\wx\msw\checkbox.h
2505# End Source File
2506# Begin Source File
2507
2508SOURCE=..\include\wx\msw\checklst.h
2509# End Source File
2510# Begin Source File
2511
2512SOURCE=..\include\wx\msw\choice.h
2513# End Source File
2514# Begin Source File
2515
2516SOURCE=..\include\wx\msw\clipbrd.h
2517# End Source File
2518# Begin Source File
2519
2520SOURCE=..\include\wx\msw\colordlg.h
2521# End Source File
2522# Begin Source File
2523
2524SOURCE=..\include\wx\msw\colour.h
2525# End Source File
2526# Begin Source File
2527
2528SOURCE=..\include\wx\msw\combobox.h
2529# End Source File
2530# Begin Source File
2531
2532SOURCE=..\include\wx\msw\control.h
2533# End Source File
2534# Begin Source File
2535
be71e18a
VZ
2536SOURCE=..\include\wx\msw\cursor.h
2537# End Source File
2538# Begin Source File
2539
2540SOURCE=..\include\wx\msw\dc.h
2541# End Source File
2542# Begin Source File
2543
2544SOURCE=..\include\wx\msw\dcclient.h
2545# End Source File
2546# Begin Source File
2547
2548SOURCE=..\include\wx\msw\dcmemory.h
2549# End Source File
2550# Begin Source File
2551
2552SOURCE=..\include\wx\msw\dcprint.h
2553# End Source File
2554# Begin Source File
2555
2556SOURCE=..\include\wx\msw\dcscreen.h
2557# End Source File
2558# Begin Source File
2559
2560SOURCE=..\include\wx\msw\dde.h
2561# End Source File
2562# Begin Source File
2563
2564SOURCE=..\include\wx\msw\dialog.h
2565# End Source File
2566# Begin Source File
2567
2568SOURCE=..\include\wx\msw\dib.h
2569# End Source File
2570# Begin Source File
2571
be71e18a
VZ
2572SOURCE=..\include\wx\msw\dirdlg.h
2573# End Source File
2574# Begin Source File
2575
2576SOURCE=..\include\wx\msw\dragimag.h
2577# End Source File
2578# Begin Source File
2579
2580SOURCE=..\include\wx\msw\enhmeta.h
2581# End Source File
2582# Begin Source File
2583
2584SOURCE=..\include\wx\msw\fdrepdlg.h
2585# End Source File
2586# Begin Source File
2587
2588SOURCE=..\include\wx\msw\filedlg.h
2589# End Source File
2590# Begin Source File
2591
2592SOURCE=..\include\wx\msw\font.h
2593# End Source File
2594# Begin Source File
2595
2596SOURCE=..\include\wx\msw\fontdlg.h
2597# End Source File
2598# Begin Source File
2599
2600SOURCE=..\include\wx\msw\frame.h
2601# End Source File
2602# Begin Source File
2603
176e7e83 2604SOURCE=..\include\wx\msw\gauge95.h
be71e18a
VZ
2605# End Source File
2606# Begin Source File
2607
176e7e83 2608SOURCE=..\include\wx\msw\gccpriv.h
be71e18a
VZ
2609# End Source File
2610# Begin Source File
2611
2612SOURCE=..\include\wx\msw\gdiimage.h
2613# End Source File
2614# Begin Source File
2615
2616SOURCE=..\include\wx\msw\gdiobj.h
2617# End Source File
2618# Begin Source File
2619
2620SOURCE=..\include\wx\msw\glcanvas.h
2621# End Source File
2622# Begin Source File
2623
2624SOURCE=..\include\wx\msw\helpbest.h
2625# End Source File
2626# Begin Source File
2627
2628SOURCE=..\include\wx\msw\helpchm.h
2629# End Source File
2630# Begin Source File
2631
2632SOURCE=..\include\wx\msw\helpwin.h
2633# End Source File
2634# Begin Source File
2635
2636SOURCE=..\include\wx\msw\icon.h
2637# End Source File
2638# Begin Source File
2639
2640SOURCE=..\include\wx\msw\imaglist.h
2641# End Source File
2642# Begin Source File
2643
2644SOURCE=..\include\wx\msw\iniconf.h
2645# End Source File
2646# Begin Source File
2647
2648SOURCE=..\include\wx\msw\joystick.h
2649# End Source File
2650# Begin Source File
2651
2652SOURCE=..\include\wx\msw\listbox.h
2653# End Source File
2654# Begin Source File
2655
2656SOURCE=..\include\wx\msw\listctrl.h
2657# End Source File
2658# Begin Source File
2659
2660SOURCE=..\include\wx\msw\mdi.h
2661# End Source File
2662# Begin Source File
2663
2664SOURCE=..\include\wx\msw\menu.h
2665# End Source File
2666# Begin Source File
2667
2668SOURCE=..\include\wx\msw\menuitem.h
2669# End Source File
2670# Begin Source File
2671
2672SOURCE=..\include\wx\msw\metafile.h
2673# End Source File
2674# Begin Source File
2675
2676SOURCE=..\include\wx\msw\mimetype.h
2677# End Source File
2678# Begin Source File
2679
2680SOURCE=..\include\wx\msw\minifram.h
2681# End Source File
2682# Begin Source File
2683
7391216e
VS
2684SOURCE=..\include\wx\msw\missing.h
2685# End Source File
2686# Begin Source File
2687
be71e18a
VZ
2688SOURCE=..\include\wx\msw\msgdlg.h
2689# End Source File
2690# Begin Source File
2691
3d5231db
VS
2692SOURCE=..\include\wx\msw\mslu.h
2693# End Source File
2694# Begin Source File
2695
be71e18a
VZ
2696SOURCE=..\include\wx\msw\msvcrt.h
2697# End Source File
2698# Begin Source File
2699
2700SOURCE=..\include\wx\msw\notebook.h
2701# End Source File
2702# Begin Source File
2703
2704SOURCE=..\include\wx\msw\palette.h
2705# End Source File
2706# Begin Source File
2707
2708SOURCE=..\include\wx\msw\pen.h
2709# End Source File
2710# Begin Source File
2711
2712SOURCE=..\include\wx\msw\printdlg.h
2713# End Source File
2714# Begin Source File
2715
2716SOURCE=..\include\wx\msw\printwin.h
2717# End Source File
2718# Begin Source File
2719
2720SOURCE=..\include\wx\msw\private.h
2721# End Source File
2722# Begin Source File
2723
2724SOURCE=..\include\wx\msw\radiobox.h
2725# End Source File
2726# Begin Source File
2727
2728SOURCE=..\include\wx\msw\radiobut.h
2729# End Source File
2730# Begin Source File
2731
2732SOURCE=..\include\wx\msw\regconf.h
2733# End Source File
2734# Begin Source File
2735
2736SOURCE=..\include\wx\msw\region.h
2737# End Source File
2738# Begin Source File
2739
2740SOURCE=..\include\wx\msw\registry.h
2741# End Source File
2742# Begin Source File
2743
2744SOURCE=..\include\wx\msw\scrolbar.h
2745# End Source File
2746# Begin Source File
2747
be71e18a
VZ
2748SOURCE=..\include\wx\msw\slider95.h
2749# End Source File
2750# Begin Source File
2751
2752SOURCE=..\include\wx\msw\slidrmsw.h
2753# End Source File
2754# Begin Source File
2755
2756SOURCE=..\include\wx\msw\spinbutt.h
2757# End Source File
2758# Begin Source File
2759
176e7e83
VZ
2760SOURCE=..\include\wx\msw\spinctrl.h
2761# End Source File
2762# Begin Source File
2763
be71e18a
VZ
2764SOURCE=..\include\wx\msw\statbmp.h
2765# End Source File
2766# Begin Source File
2767
2768SOURCE=..\include\wx\msw\statbox.h
2769# End Source File
2770# Begin Source File
2771
2772SOURCE=..\include\wx\msw\statbr95.h
2773# End Source File
2774# Begin Source File
2775
2776SOURCE=..\include\wx\msw\statline.h
2777# End Source File
2778# Begin Source File
2779
2780SOURCE=..\include\wx\msw\stattext.h
2781# End Source File
2782# Begin Source File
2783
2784SOURCE=..\include\wx\msw\tabctrl.h
2785# End Source File
2786# Begin Source File
2787
2788SOURCE=..\include\wx\msw\taskbar.h
2789# End Source File
2790# Begin Source File
2791
2792SOURCE=..\include\wx\msw\tbar95.h
2793# End Source File
2794# Begin Source File
2795
2796SOURCE=..\include\wx\msw\tbarmsw.h
2797# End Source File
2798# Begin Source File
2799
2800SOURCE=..\include\wx\msw\textctrl.h
2801# End Source File
2802# Begin Source File
2803
2804SOURCE=..\include\wx\msw\tglbtn.h
2805# End Source File
2806# Begin Source File
2807
2808SOURCE=..\include\wx\msw\timer.h
2809# End Source File
2810# Begin Source File
2811
2812SOURCE=..\include\wx\msw\tooltip.h
2813# End Source File
2814# Begin Source File
2815
176e7e83
VZ
2816SOURCE=..\include\wx\msw\toplevel.h
2817# End Source File
2818# Begin Source File
2819
be71e18a
VZ
2820SOURCE=..\include\wx\msw\treectrl.h
2821# End Source File
2822# Begin Source File
2823
2824SOURCE=..\include\wx\msw\wave.h
2825# End Source File
2826# Begin Source File
2827
2828SOURCE=..\include\wx\msw\window.h
2829# End Source File
2830# Begin Source File
2831
2832SOURCE=..\include\wx\msw\winundef.h
2833# End Source File
b0126f60 2834
be71e18a
VZ
2835# End Group
2836# Begin Group "Generic"
2837
2838# PROP Default_Filter ""
2839# Begin Source File
2840
2841SOURCE=..\include\wx\generic\accel.h
2842# End Source File
2843# Begin Source File
2844
2845SOURCE=..\include\wx\generic\calctrl.h
2846# End Source File
2847# Begin Source File
2848
2849SOURCE=..\include\wx\generic\caret.h
2850# End Source File
2851# Begin Source File
2852
2853SOURCE=..\include\wx\generic\choicdgg.h
2854# End Source File
2855# Begin Source File
2856
2857SOURCE=..\include\wx\generic\colrdlgg.h
2858# End Source File
2859# Begin Source File
2860
2861SOURCE=..\include\wx\generic\dcpsg.h
2862# End Source File
2863# Begin Source File
2864
2865SOURCE=..\include\wx\generic\dirctrlg.h
2866# End Source File
2867# Begin Source File
2868
2869SOURCE=..\include\wx\generic\dirdlgg.h
2870# End Source File
2871# Begin Source File
2872
2873SOURCE=..\include\wx\generic\dragimgg.h
2874# End Source File
2875# Begin Source File
2876
2877SOURCE=..\include\wx\generic\fdrepdlg.h
2878# End Source File
2879# Begin Source File
2880
2881SOURCE=..\include\wx\generic\filedlgg.h
2882# End Source File
2883# Begin Source File
2884
2885SOURCE=..\include\wx\generic\fontdlgg.h
2886# End Source File
2887# Begin Source File
2888
2889SOURCE=..\include\wx\generic\grid.h
2890# End Source File
2891# Begin Source File
2892
2893SOURCE=..\include\wx\generic\gridctrl.h
2894# End Source File
2895# Begin Source File
2896
2897SOURCE=..\include\wx\generic\gridg.h
2898# End Source File
2899# Begin Source File
2900
2901SOURCE=..\include\wx\generic\helpext.h
2902# End Source File
2903# Begin Source File
2904
be71e18a
VZ
2905SOURCE=..\include\wx\generic\imaglist.h
2906# End Source File
2907# Begin Source File
2908
2909SOURCE=..\include\wx\generic\laywin.h
2910# End Source File
2911# Begin Source File
2912
2913SOURCE=..\include\wx\generic\listctrl.h
2914# End Source File
2915# Begin Source File
2916
2b5f62a0
VZ
2917SOURCE=..\include\wx\generic\mdig.h
2918# End Source File
2919# Begin Source File
2920
be71e18a
VZ
2921SOURCE=..\include\wx\generic\msgdlgg.h
2922# End Source File
2923# Begin Source File
2924
2925SOURCE=..\include\wx\generic\notebook.h
2926# End Source File
2927# Begin Source File
2928
2929SOURCE=..\include\wx\generic\paletteg.h
2930# End Source File
2931# Begin Source File
2932
2933SOURCE=..\include\wx\generic\panelg.h
2934# End Source File
2935# Begin Source File
2936
2937SOURCE=..\include\wx\generic\printps.h
2938# End Source File
2939# Begin Source File
2940
2941SOURCE=..\include\wx\generic\prntdlgg.h
2942# End Source File
2943# Begin Source File
2944
2945SOURCE=..\include\wx\generic\progdlgg.h
2946# End Source File
2947# Begin Source File
2948
2949SOURCE=..\include\wx\generic\sashwin.h
2950# End Source File
2951# Begin Source File
2952
2953SOURCE=..\include\wx\generic\scrolwin.h
2954# End Source File
2955# Begin Source File
2956
1944a74b
VZ
2957SOURCE=..\include\wx\generic\spinctlg.h
2958# End Source File
2959# Begin Source File
2960
be71e18a
VZ
2961SOURCE=..\include\wx\generic\splash.h
2962# End Source File
2963# Begin Source File
2964
2965SOURCE=..\include\wx\generic\splitter.h
2966# End Source File
2967# Begin Source File
2968
da906b97
RD
2969SOURCE=..\include\wx\generic\statline.h
2970# End Source File
2971# Begin Source File
2972
be71e18a
VZ
2973SOURCE=..\include\wx\generic\statusbr.h
2974# End Source File
2975# Begin Source File
2976
2977SOURCE=..\include\wx\generic\tabg.h
2978# End Source File
2979# Begin Source File
2980
2981SOURCE=..\include\wx\generic\textdlgg.h
2982# End Source File
2983# Begin Source File
2984
a0cb0ba5
VS
2985SOURCE=..\include\wx\generic\timer.h
2986# End Source File
2987# Begin Source File
2988
be71e18a
VZ
2989SOURCE=..\include\wx\generic\treectlg.h
2990# End Source File
2991# Begin Source File
2992
2993SOURCE=..\include\wx\generic\wizard.h
2994# End Source File
b0126f60 2995
be71e18a
VZ
2996# End Group
2997# Begin Group "HTML"
2998
2999# PROP Default_Filter ""
3000# Begin Source File
3001
3002SOURCE=..\include\wx\html\forcelnk.h
3003# End Source File
3004# Begin Source File
3005
3006SOURCE=..\include\wx\html\helpctrl.h
3007# End Source File
3008# Begin Source File
3009
3010SOURCE=..\include\wx\html\helpdata.h
3011# End Source File
3012# Begin Source File
3013
3014SOURCE=..\include\wx\html\helpfrm.h
3015# End Source File
3016# Begin Source File
3017
3018SOURCE=..\include\wx\html\htmlcell.h
3019# End Source File
3020# Begin Source File
3021
3022SOURCE=..\include\wx\html\htmldefs.h
3023# End Source File
3024# Begin Source File
3025
3026SOURCE=..\include\wx\html\htmlfilt.h
3027# End Source File
3028# Begin Source File
3029
3030SOURCE=..\include\wx\html\htmlpars.h
3031# End Source File
3032# Begin Source File
3033
3034SOURCE=..\include\wx\html\htmltag.h
3035# End Source File
3036# Begin Source File
3037
3038SOURCE=..\include\wx\html\htmlwin.h
3039# End Source File
3040# Begin Source File
3041
3042SOURCE=..\include\wx\html\htmprint.h
3043# End Source File
3044# Begin Source File
3045
3046SOURCE=..\include\wx\html\m_templ.h
3047# End Source File
3048# Begin Source File
3049
3050SOURCE=..\include\wx\html\winpars.h
3051# End Source File
b0126f60 3052
be71e18a
VZ
3053# End Group
3054# End Group
3055# End Target
3056# End Project