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