]> git.saurik.com Git - wxWidgets.git/blame - src/wxWindows.dsp
Applied selection patch from G.R.
[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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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
7b0c29b9 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"
a0c9880c
VS
291# Begin Source File
292
293SOURCE="This project is deprecated, please see install.txt"
294# End Source File
be71e18a
VZ
295# Begin Group "Common Files"
296
297# PROP Default_Filter ""
298# Begin Source File
299
ed5317e5
JS
300SOURCE=.\common\accesscmn.cpp
301# End Source File
302# Begin Source File
303
e2478fde
VZ
304SOURCE=.\common\appbase.cpp
305# End Source File
306# Begin Source File
307
be71e18a
VZ
308SOURCE=.\common\appcmn.cpp
309# End Source File
310# Begin Source File
311
39c5bef0
RN
312SOURCE=.\common\archive.cpp
313# End Source File
314# Begin Source File
315
f435c1f0
VS
316SOURCE=.\common\artprov.cpp
317# End Source File
318# Begin Source File
319
320SOURCE=.\common\artstd.cpp
321# End Source File
322# Begin Source File
323
1dbdb45d
VS
324SOURCE=.\common\bmpbase.cpp
325# End Source File
326# Begin Source File
327
394b04a8
VS
328SOURCE=.\common\bookctrl.cpp
329# End Source File
330# Begin Source File
331
be71e18a
VZ
332SOURCE=.\common\choiccmn.cpp
333# End Source File
334# Begin Source File
335
336SOURCE=.\common\clipcmn.cpp
337# End Source File
338# Begin Source File
339
1944a74b
VZ
340SOURCE=.\common\clntdata.cpp
341# End Source File
342# Begin Source File
343
be71e18a
VZ
344SOURCE=.\common\cmdline.cpp
345# End Source File
346# Begin Source File
347
348SOURCE=.\common\cmdproc.cpp
349# End Source File
350# Begin Source File
351
352SOURCE=.\common\cmndata.cpp
353# End Source File
354# Begin Source File
355
356SOURCE=.\common\config.cpp
357# End Source File
358# Begin Source File
359
360SOURCE=.\common\containr.cpp
361# End Source File
362# Begin Source File
363
364SOURCE=.\common\cshelp.cpp
365# End Source File
366# Begin Source File
367
368SOURCE=.\common\ctrlcmn.cpp
369# End Source File
370# Begin Source File
371
372SOURCE=.\common\ctrlsub.cpp
373# End Source File
374# Begin Source File
375
bfe835d0
VZ
376SOURCE=.\common\datacmn.cpp
377# End Source File
378# Begin Source File
379
be71e18a
VZ
380SOURCE=.\common\datetime.cpp
381# End Source File
382# Begin Source File
383
384SOURCE=.\common\datstrm.cpp
385# End Source File
386# Begin Source File
387
388SOURCE=.\common\db.cpp
389# End Source File
390# Begin Source File
391
392SOURCE=.\common\dbgrid.cpp
393# End Source File
394# Begin Source File
395
396SOURCE=.\common\dbtable.cpp
397# End Source File
398# Begin Source File
399
400SOURCE=.\common\dcbase.cpp
401# End Source File
402# Begin Source File
403
404SOURCE=.\common\dircmn.cpp
405# End Source File
406# Begin Source File
407
408SOURCE=.\common\dlgcmn.cpp
409# End Source File
410# Begin Source File
411
412SOURCE=.\common\dndcmn.cpp
413# End Source File
414# Begin Source File
415
416SOURCE=.\common\dobjcmn.cpp
417# End Source File
418# Begin Source File
419
420SOURCE=.\common\docmdi.cpp
421# End Source File
422# Begin Source File
423
424SOURCE=.\common\docview.cpp
425# End Source File
426# Begin Source File
427
0b2e45b1 428SOURCE=.\common\dpycmn.cpp
1cfa5d8e
JS
429# End Source File
430# Begin Source File
431
10eb1f1e
VZ
432SOURCE=.\common\dseldlg.cpp
433# End Source File
434# Begin Source File
435
be71e18a
VZ
436SOURCE=.\common\dynarray.cpp
437# End Source File
438# Begin Source File
439
440SOURCE=.\common\dynlib.cpp
441# End Source File
442# Begin Source File
443
0b9ab0bd 444SOURCE=.\common\dynload.cpp
be71e18a
VZ
445# End Source File
446# Begin Source File
447
0b9ab0bd 448SOURCE=.\common\effects.cpp
be71e18a
VZ
449# End Source File
450# Begin Source File
451
0b9ab0bd 452SOURCE=.\common\encconv.cpp
be71e18a
VZ
453# End Source File
454# Begin Source File
455
0b9ab0bd 456SOURCE=.\common\event.cpp
13ff9344
JS
457# End Source File
458# Begin Source File
459
94826170
VZ
460SOURCE=.\common\extended.c
461# SUBTRACT CPP /YX /Yc /Yu
462# End Source File
463# Begin Source File
464
be71e18a
VZ
465SOURCE=.\common\fddlgcmn.cpp
466# End Source File
467# Begin Source File
468
469SOURCE=.\common\ffile.cpp
470# End Source File
471# Begin Source File
472
473SOURCE=.\common\file.cpp
474# End Source File
475# Begin Source File
476
477SOURCE=.\common\fileconf.cpp
478# End Source File
479# Begin Source File
480
481SOURCE=.\common\filefn.cpp
482# End Source File
483# Begin Source File
484
485SOURCE=.\common\filename.cpp
486# End Source File
487# Begin Source File
488
489SOURCE=.\common\filesys.cpp
490# End Source File
491# Begin Source File
492
de896962
VZ
493SOURCE=.\common\fldlgcmn.cpp
494# End Source File
495# Begin Source File
496
e2478fde
VZ
497SOURCE=.\common\fmapbase.cpp
498# End Source File
499# Begin Source File
500
be71e18a
VZ
501SOURCE=.\common\fontcmn.cpp
502# End Source File
503# Begin Source File
504
505SOURCE=.\common\fontmap.cpp
506# End Source File
507# Begin Source File
508
509SOURCE=.\common\framecmn.cpp
510# End Source File
511# Begin Source File
512
513SOURCE=.\common\fs_inet.cpp
514# End Source File
515# Begin Source File
516
517SOURCE=.\common\fs_mem.cpp
518# End Source File
519# Begin Source File
520
521SOURCE=.\common\fs_zip.cpp
522# End Source File
523# Begin Source File
524
525SOURCE=.\common\ftp.cpp
526# End Source File
527# Begin Source File
528
529SOURCE=.\common\gaugecmn.cpp
530# End Source File
531# Begin Source File
532
20b35a69
RD
533SOURCE=.\common\gbsizer.cpp
534# End Source File
535# Begin Source File
536
be71e18a
VZ
537SOURCE=.\common\gdicmn.cpp
538# End Source File
539# Begin Source File
540
541SOURCE=.\common\geometry.cpp
542# End Source File
543# Begin Source File
544
545SOURCE=.\common\gifdecod.cpp
546# End Source File
547# Begin Source File
548
549SOURCE=.\common\hash.cpp
550# End Source File
551# Begin Source File
552
d74b838c
MB
553SOURCE=.\common\hashmap.cpp
554# End Source File
555# Begin Source File
556
be71e18a
VZ
557SOURCE=.\common\helpbase.cpp
558# End Source File
559# Begin Source File
560
561SOURCE=.\common\http.cpp
562# End Source File
563# Begin Source File
564
f618020a
MB
565SOURCE=.\common\iconbndl.cpp
566# End Source File
567# Begin Source File
568
be71e18a
VZ
569SOURCE=.\common\imagall.cpp
570# End Source File
571# Begin Source File
572
573SOURCE=.\common\imagbmp.cpp
574# End Source File
575# Begin Source File
576
577SOURCE=.\common\image.cpp
578# End Source File
579# Begin Source File
580
0fa78457
JS
581SOURCE=.\common\imagfill.cpp
582# End Source File
583# Begin Source File
584
be71e18a
VZ
585SOURCE=.\common\imaggif.cpp
586# End Source File
587# Begin Source File
588
6556acfa
RD
589SOURCE=.\common\imagiff.cpp
590# End Source File
591# Begin Source File
592
be71e18a
VZ
593SOURCE=.\common\imagjpeg.cpp
594# End Source File
595# Begin Source File
596
597SOURCE=.\common\imagpcx.cpp
598# End Source File
599# Begin Source File
600
601SOURCE=.\common\imagpng.cpp
602# End Source File
603# Begin Source File
604
605SOURCE=.\common\imagpnm.cpp
606# End Source File
607# Begin Source File
608
609SOURCE=.\common\imagtiff.cpp
610# End Source File
611# Begin Source File
612
613SOURCE=.\common\imagxpm.cpp
614# End Source File
615# Begin Source File
616
94826170
VZ
617SOURCE=.\common\init.cpp
618# End Source File
619# Begin Source File
620
be71e18a
VZ
621SOURCE=.\common\intl.cpp
622# End Source File
623# Begin Source File
624
625SOURCE=.\common\ipcbase.cpp
626# End Source File
627# Begin Source File
628
629SOURCE=.\common\layout.cpp
630# End Source File
631# Begin Source File
632
633SOURCE=.\common\lboxcmn.cpp
634# End Source File
635# Begin Source File
636
637SOURCE=.\common\list.cpp
638# End Source File
639# Begin Source File
640
641SOURCE=.\common\log.cpp
642# End Source File
643# Begin Source File
644
645SOURCE=.\common\longlong.cpp
646# End Source File
647# Begin Source File
648
649SOURCE=.\common\matrix.cpp
650# End Source File
651# Begin Source File
652
ff4aedc5
RN
653SOURCE=.\common\mediactrlcmn.cpp
654# End Source File
655# Begin Source File
656
be71e18a
VZ
657SOURCE=.\common\memory.cpp
658# End Source File
659# Begin Source File
660
661SOURCE=.\common\menucmn.cpp
662# End Source File
663# Begin Source File
664
665SOURCE=.\common\mimecmn.cpp
666# End Source File
667# Begin Source File
668
669SOURCE=.\common\module.cpp
670# End Source File
671# Begin Source File
672
dc0e23b8
MB
673SOURCE=.\common\msgout.cpp
674# End Source File
675# Begin Source File
676
be71e18a
VZ
677SOURCE=.\common\mstream.cpp
678# End Source File
679# Begin Source File
680
681SOURCE=.\common\nbkbase.cpp
682# End Source File
683# Begin Source File
684
685SOURCE=.\common\object.cpp
686# End Source File
687# Begin Source File
688
be71e18a
VZ
689SOURCE=.\common\paper.cpp
690# End Source File
691# Begin Source File
692
693SOURCE=.\common\popupcmn.cpp
694# End Source File
695# Begin Source File
696
697SOURCE=.\common\prntbase.cpp
698# End Source File
699# Begin Source File
700
701SOURCE=.\common\process.cpp
702# End Source File
703# Begin Source File
704
705SOURCE=.\common\protocol.cpp
706# End Source File
707# Begin Source File
708
709SOURCE=.\common\quantize.cpp
710# End Source File
711# Begin Source File
712
713SOURCE=.\common\radiocmn.cpp
714# End Source File
715# Begin Source File
716
717SOURCE=.\common\regex.cpp
718# End Source File
719# Begin Source File
720
bc71a3ef
VZ
721SOURCE=.\common\rendcmn.cpp
722# End Source File
723# Begin Source File
724
2a736129
RD
725SOURCE=.\common\rgncmn.cpp
726# End Source File
727# Begin Source File
728
be71e18a
VZ
729SOURCE=.\common\sckaddr.cpp
730# End Source File
731# Begin Source File
732
733SOURCE=.\common\sckfile.cpp
734# End Source File
735# Begin Source File
736
737SOURCE=.\common\sckipc.cpp
738# End Source File
739# Begin Source File
740
741SOURCE=.\common\sckstrm.cpp
742# End Source File
c15521c6
RR
743# Begin Source File
744
745SOURCE=.\common\settcmn.cpp
746# End Source File
be71e18a
VZ
747# Begin Source File
748
be71e18a
VZ
749SOURCE=.\common\sizer.cpp
750# End Source File
751# Begin Source File
752
753SOURCE=.\common\socket.cpp
754# End Source File
755# Begin Source File
756
c33fae85
RN
757SOURCE=.\common\sstream.cpp
758# End Source File
759# Begin Source File
760
91f5c4d0
VZ
761SOURCE=.\common\statbar.cpp
762# End Source File
763# Begin Source File
764
dd65d8c8
RN
765SOURCE=.\common\stdpbase.cpp
766# End Source File
767# Begin Source File
768
401e3b6e
VS
769SOURCE=.\common\stockitem.cpp
770# End Source File
771# Begin Source File
772
e2478fde
VZ
773SOURCE=.\common\stopwatch.cpp
774# End Source File
775# Begin Source File
776
be71e18a
VZ
777SOURCE=.\common\strconv.cpp
778# End Source File
779# Begin Source File
780
781SOURCE=.\common\stream.cpp
782# End Source File
783# Begin Source File
784
785SOURCE=.\common\string.cpp
786# End Source File
787# Begin Source File
788
789SOURCE=.\common\sysopt.cpp
790# End Source File
791# Begin Source File
792
842f5c94
VS
793SOURCE=.\common\taskbarcmn.cpp
794# End Source File
795# Begin Source File
796
be71e18a
VZ
797SOURCE=.\common\tbarbase.cpp
798# End Source File
799# Begin Source File
800
a3a584a7
VZ
801SOURCE=.\common\textbuf.cpp
802# End Source File
803# Begin Source File
804
be71e18a
VZ
805SOURCE=.\common\textcmn.cpp
806# End Source File
807# Begin Source File
808
809SOURCE=.\common\textfile.cpp
810# End Source File
811# Begin Source File
812
813SOURCE=.\common\timercmn.cpp
814# End Source File
815# Begin Source File
816
817SOURCE=.\common\tokenzr.cpp
818# End Source File
819# Begin Source File
820
821SOURCE=.\common\toplvcmn.cpp
822# End Source File
823# Begin Source File
824
825SOURCE=.\common\treebase.cpp
826# End Source File
827# Begin Source File
828
829SOURCE=.\common\txtstrm.cpp
830# End Source File
831# Begin Source File
832
dd65d8c8
RN
833SOURCE=.\common\uri.cpp
834# End Source File
835# Begin Source File
836
be71e18a
VZ
837SOURCE=.\common\url.cpp
838# End Source File
839# Begin Source File
840
841SOURCE=.\common\utilscmn.cpp
842# End Source File
843# Begin Source File
844
845SOURCE=.\common\valgen.cpp
846# End Source File
847# Begin Source File
848
849SOURCE=.\common\validate.cpp
850# End Source File
851# Begin Source File
852
853SOURCE=.\common\valtext.cpp
854# End Source File
855# Begin Source File
856
857SOURCE=.\common\variant.cpp
858# End Source File
859# Begin Source File
860
861SOURCE=.\common\wfstream.cpp
862# End Source File
863# Begin Source File
864
865SOURCE=.\common\wincmn.cpp
866# End Source File
867# Begin Source File
868
869SOURCE=.\common\wxchar.cpp
870# End Source File
871# Begin Source File
872
be71e18a
VZ
873SOURCE=.\common\xpmdecod.cpp
874# End Source File
875# Begin Source File
876
7e955e57
RD
877SOURCE=.\common\xti.cpp
878# End Source File
879# Begin Source File
880
881SOURCE=.\common\xtistrm.cpp
882# End Source File
883# Begin Source File
884
e2412466
VS
885SOURCE=.\common\xtixml.cpp
886# End Source File
887# Begin Source File
888
be71e18a
VZ
889SOURCE=.\common\zipstrm.cpp
890# End Source File
891# Begin Source File
892
893SOURCE=.\common\zstream.cpp
894# End Source File
be71e18a
VZ
895# End Group
896# Begin Group "Generic Files"
897
898# PROP Default_Filter ""
899# Begin Source File
900
901SOURCE=.\generic\busyinfo.cpp
902# End Source File
903# Begin Source File
904
905SOURCE=.\generic\calctrl.cpp
906# End Source File
907# Begin Source File
908
ef335a4f
VZ
909SOURCE=.\generic\choicbkg.cpp
910# End Source File
911# Begin Source File
912
be71e18a
VZ
913SOURCE=.\generic\choicdgg.cpp
914# End Source File
915# Begin Source File
916
d9876615
VZ
917SOURCE=.\generic\datectlg.cpp
918# End Source File
919# Begin Source File
920
a3a584a7
VZ
921SOURCE=.\generic\dcpsg.cpp
922# End Source File
923# Begin Source File
924
be71e18a
VZ
925SOURCE=.\generic\dirctrlg.cpp
926# End Source File
927# Begin Source File
928
929SOURCE=.\generic\dragimgg.cpp
930# End Source File
931# Begin Source File
932
933SOURCE=.\generic\grid.cpp
934# End Source File
935# Begin Source File
936
937SOURCE=.\generic\gridctrl.cpp
938# End Source File
939# Begin Source File
940
941SOURCE=.\generic\gridsel.cpp
942# End Source File
943# Begin Source File
944
1dbdb45d
VS
945SOURCE=.\generic\helpext.cpp
946# End Source File
947# Begin Source File
948
949SOURCE=.\generic\htmllbox.cpp
950# End Source File
951# Begin Source File
952
be71e18a
VZ
953SOURCE=.\generic\laywin.cpp
954# End Source File
955# Begin Source File
956
7e955e57
RD
957SOURCE=.\generic\listbkg.cpp
958# End Source File
959# Begin Source File
960
be71e18a
VZ
961SOURCE=.\generic\logg.cpp
962# End Source File
963# Begin Source File
964
965SOURCE=.\generic\numdlgg.cpp
966# End Source File
967# Begin Source File
968
969SOURCE=.\generic\panelg.cpp
970# End Source File
971# Begin Source File
972
75a0a7b7
VS
973SOURCE=.\generic\printps.cpp
974# End Source File
975# Begin Source File
976
a4ad36cd
VS
977SOURCE=.\generic\prntdlgg.cpp
978# End Source File
979# Begin Source File
980
be71e18a
VZ
981SOURCE=.\generic\progdlgg.cpp
982# End Source File
983# Begin Source File
984
bc71a3ef
VZ
985SOURCE=.\generic\renderg.cpp
986# End Source File
987# Begin Source File
988
be71e18a
VZ
989SOURCE=.\generic\sashwin.cpp
990# End Source File
991# Begin Source File
992
993SOURCE=.\generic\scrlwing.cpp
994# End Source File
995# Begin Source File
996
b0126f60
VZ
997SOURCE=.\generic\selstore.cpp
998# End Source File
999# Begin Source File
1000
be71e18a
VZ
1001SOURCE=.\generic\spinctlg.cpp
1002# End Source File
1003# Begin Source File
1004
1005SOURCE=.\generic\splash.cpp
1006# End Source File
1007# Begin Source File
1008
1009SOURCE=.\generic\splitter.cpp
1010# End Source File
1011# Begin Source File
1012
1013SOURCE=.\generic\statusbr.cpp
1014# End Source File
1015# Begin Source File
1016
be71e18a
VZ
1017SOURCE=.\generic\textdlgg.cpp
1018# End Source File
1019# Begin Source File
1020
1021SOURCE=.\generic\tipdlg.cpp
1022# End Source File
1023# Begin Source File
1024
1025SOURCE=.\generic\tipwin.cpp
1026# End Source File
1027# Begin Source File
1028
1029SOURCE=.\generic\treectlg.cpp
1030# End Source File
1031# Begin Source File
1032
1dbdb45d
VS
1033SOURCE=.\generic\vlbox.cpp
1034# End Source File
1035# Begin Source File
1036
1037SOURCE=.\generic\vscroll.cpp
1038# End Source File
1039# Begin Source File
1040
be71e18a
VZ
1041SOURCE=.\generic\wizard.cpp
1042# End Source File
be71e18a
VZ
1043# End Group
1044# Begin Group "wxHTML Files"
1045
1046# PROP Default_Filter ""
1047# Begin Source File
1048
1049SOURCE=.\html\helpctrl.cpp
1050# End Source File
1051# Begin Source File
1052
1053SOURCE=.\html\helpdata.cpp
1054# End Source File
1055# Begin Source File
1056
1057SOURCE=.\html\helpfrm.cpp
1058# End Source File
1059# Begin Source File
1060
1061SOURCE=.\html\htmlcell.cpp
1062# End Source File
1063# Begin Source File
1064
1065SOURCE=.\html\htmlfilt.cpp
1066# End Source File
1067# Begin Source File
1068
1069SOURCE=.\html\htmlpars.cpp
1070# End Source File
1071# Begin Source File
1072
1073SOURCE=.\html\htmltag.cpp
1074# End Source File
1075# Begin Source File
1076
1077SOURCE=.\html\htmlwin.cpp
1078# End Source File
1079# Begin Source File
1080
1081SOURCE=.\html\htmprint.cpp
1082# End Source File
1083# Begin Source File
1084
1085SOURCE=.\html\m_dflist.cpp
1086# End Source File
1087# Begin Source File
1088
1089SOURCE=.\html\m_fonts.cpp
1090# End Source File
1091# Begin Source File
1092
1093SOURCE=.\html\m_hline.cpp
1094# End Source File
1095# Begin Source File
1096
1097SOURCE=.\html\m_image.cpp
1098# End Source File
1099# Begin Source File
1100
1101SOURCE=.\html\m_layout.cpp
1102# End Source File
1103# Begin Source File
1104
1105SOURCE=.\html\m_links.cpp
1106# End Source File
1107# Begin Source File
1108
1109SOURCE=.\html\m_list.cpp
1110# End Source File
1111# Begin Source File
1112
be71e18a
VZ
1113SOURCE=.\html\m_pre.cpp
1114# End Source File
1115# Begin Source File
1116
c44fdc94
VS
1117SOURCE=.\html\m_style.cpp
1118# End Source File
1119# Begin Source File
1120
be71e18a
VZ
1121SOURCE=.\html\m_tables.cpp
1122# End Source File
1123# Begin Source File
1124
1125SOURCE=.\html\winpars.cpp
1126# End Source File
be71e18a
VZ
1127# End Group
1128# Begin Group "MSW Files"
1129
94826170 1130# PROP Default_Filter ""
e2478fde
VZ
1131# Begin Source File
1132
be71e18a
VZ
1133SOURCE=.\msw\accel.cpp
1134# End Source File
1135# Begin Source File
1136
1137SOURCE=.\msw\app.cpp
1138# End Source File
1139# Begin Source File
1140
e2478fde
VZ
1141SOURCE=.\msw\basemsw.cpp
1142# End Source File
1143# Begin Source File
1144
be71e18a
VZ
1145SOURCE=.\msw\bitmap.cpp
1146# End Source File
1147# Begin Source File
1148
1149SOURCE=.\msw\bmpbuttn.cpp
1150# End Source File
1151# Begin Source File
1152
1153SOURCE=.\msw\brush.cpp
1154# End Source File
1155# Begin Source File
1156
1157SOURCE=.\msw\button.cpp
1158# End Source File
1159# Begin Source File
1160
1161SOURCE=.\msw\caret.cpp
1162# End Source File
1163# Begin Source File
1164
1165SOURCE=.\msw\checkbox.cpp
1166# End Source File
1167# Begin Source File
1168
1169SOURCE=.\msw\checklst.cpp
1170# End Source File
1171# Begin Source File
1172
1173SOURCE=.\msw\choice.cpp
1174# End Source File
1175# Begin Source File
1176
1177SOURCE=.\msw\clipbrd.cpp
1178# End Source File
1179# Begin Source File
1180
1181SOURCE=.\msw\colordlg.cpp
1182# End Source File
1183# Begin Source File
1184
1185SOURCE=.\msw\colour.cpp
1186# End Source File
1187# Begin Source File
1188
1189SOURCE=.\msw\combobox.cpp
1190# End Source File
1191# Begin Source File
1192
1193SOURCE=.\msw\control.cpp
1194# End Source File
1195# Begin Source File
1196
e483f439
VZ
1197SOURCE=.\msw\crashrpt.cpp
1198# End Source File
1199# Begin Source File
1200
be71e18a
VZ
1201SOURCE=.\msw\cursor.cpp
1202# End Source File
1203# Begin Source File
1204
1205SOURCE=.\msw\data.cpp
1206# End Source File
1207# Begin Source File
1208
114a4501
VZ
1209SOURCE=.\msw\datectrl.cpp
1210# End Source File
1211# Begin Source File
1212
be71e18a
VZ
1213SOURCE=.\msw\dc.cpp
1214# End Source File
1215# Begin Source File
1216
1217SOURCE=.\msw\dcclient.cpp
1218# End Source File
1219# Begin Source File
1220
1221SOURCE=.\msw\dcmemory.cpp
1222# End Source File
1223# Begin Source File
1224
1225SOURCE=.\msw\dcprint.cpp
1226# End Source File
1227# Begin Source File
1228
1229SOURCE=.\msw\dcscreen.cpp
1230# End Source File
1231# Begin Source File
1232
1233SOURCE=.\msw\dde.cpp
1234# End Source File
1235# Begin Source File
1236
107d0fd4
VZ
1237SOURCE=.\msw\debughlp.cpp
1238# End Source File
1239# Begin Source File
1240
be71e18a
VZ
1241SOURCE=.\msw\dialog.cpp
1242# End Source File
1243# Begin Source File
1244
1245SOURCE=.\msw\dialup.cpp
1246# End Source File
1247# Begin Source File
1248
1249SOURCE=.\msw\dib.cpp
1250# End Source File
1251# Begin Source File
1252
be71e18a
VZ
1253SOURCE=.\msw\dir.cpp
1254# End Source File
1255# Begin Source File
1256
1257SOURCE=.\msw\dirdlg.cpp
1258# End Source File
1259# Begin Source File
1260
0b2e45b1 1261SOURCE=.\msw\display.cpp
be71e18a
VZ
1262# End Source File
1263# Begin Source File
1264
114a4501
VZ
1265SOURCE=.\msw\dlmsw.cpp
1266# End Source File
1267# Begin Source File
1268
0b2e45b1 1269SOURCE=.\msw\dragimag.cpp
1cfa5d8e
JS
1270# End Source File
1271# Begin Source File
1272
94826170
VZ
1273SOURCE=.\msw\dummy.cpp
1274# ADD CPP /Yc"wx/wxprec.h"
1275# End Source File
1276# Begin Source File
1277
be71e18a
VZ
1278SOURCE=.\msw\enhmeta.cpp
1279# End Source File
1280# Begin Source File
1281
1282SOURCE=.\msw\evtloop.cpp
1283# End Source File
1284# Begin Source File
1285
1286SOURCE=.\msw\fdrepdlg.cpp
1287# End Source File
1288# Begin Source File
1289
1290SOURCE=.\msw\filedlg.cpp
1291# End Source File
1292# Begin Source File
1293
1294SOURCE=.\msw\font.cpp
1295# End Source File
1296# Begin Source File
1297
1298SOURCE=.\msw\fontdlg.cpp
1299# End Source File
1300# Begin Source File
1301
1302SOURCE=.\msw\fontenum.cpp
1303# End Source File
1304# Begin Source File
1305
1306SOURCE=.\msw\fontutil.cpp
1307# End Source File
1308# Begin Source File
1309
1310SOURCE=.\msw\frame.cpp
1311# End Source File
1312# Begin Source File
1313
1314SOURCE=.\msw\gauge95.cpp
1315# End Source File
1316# Begin Source File
1317
1318SOURCE=.\msw\gdiimage.cpp
1319# End Source File
1320# Begin Source File
1321
1322SOURCE=.\msw\gdiobj.cpp
1323# End Source File
1324# Begin Source File
1325
1326SOURCE=.\msw\glcanvas.cpp
1327# End Source File
1328# Begin Source File
1329
83a9be34 1330SOURCE=.\msw\gsocket.cpp
94826170
VZ
1331# End Source File
1332# Begin Source File
1333
83a9be34 1334SOURCE=.\msw\gsockmsw.cpp
94826170
VZ
1335# End Source File
1336# Begin Source File
1337
be71e18a
VZ
1338SOURCE=.\msw\helpbest.cpp
1339# End Source File
1340# Begin Source File
1341
1342SOURCE=.\msw\helpchm.cpp
1343# End Source File
1344# Begin Source File
1345
1346SOURCE=.\msw\helpwin.cpp
1347# End Source File
1348# Begin Source File
1349
1350SOURCE=.\msw\icon.cpp
1351# End Source File
1352# Begin Source File
1353
1354SOURCE=.\msw\imaglist.cpp
1355# End Source File
1356# Begin Source File
1357
69477ac4
JS
1358SOURCE=.\msw\iniconf.cpp
1359# End Source File
1360# Begin Source File
1361
be71e18a
VZ
1362SOURCE=.\msw\joystick.cpp
1363# End Source File
1364# Begin Source File
1365
1366SOURCE=.\msw\listbox.cpp
1367# End Source File
1368# Begin Source File
1369
1370SOURCE=.\msw\listctrl.cpp
1371# End Source File
1372# Begin Source File
1373
1374SOURCE=.\msw\main.cpp
1375# End Source File
1376# Begin Source File
1377
1378SOURCE=.\msw\mdi.cpp
1379# End Source File
1380# Begin Source File
1381
39c5bef0
RN
1382SOURCE=.\msw\mediactrl.cpp
1383# End Source File
1384# Begin Source File
1385
be71e18a
VZ
1386SOURCE=.\msw\menu.cpp
1387# End Source File
1388# Begin Source File
1389
1390SOURCE=.\msw\menuitem.cpp
1391# End Source File
1392# Begin Source File
1393
1394SOURCE=.\msw\metafile.cpp
1395# End Source File
1396# Begin Source File
1397
1398SOURCE=.\msw\mimetype.cpp
1399# End Source File
1400# Begin Source File
1401
1402SOURCE=.\msw\minifram.cpp
1403# End Source File
1404# Begin Source File
1405
1406SOURCE=.\msw\msgdlg.cpp
1407# End Source File
1408# Begin Source File
1409
3d5231db
VS
1410SOURCE=.\msw\mslu.cpp
1411# End Source File
1412# Begin Source File
1413
be71e18a
VZ
1414SOURCE=.\msw\nativdlg.cpp
1415# End Source File
1416# Begin Source File
1417
1418SOURCE=.\msw\notebook.cpp
1419# End Source File
1420# Begin Source File
1421
7b0c29b9
RN
1422SOURCE=.\msw\ole\access.cpp
1423# End Source File
1424# Begin Source File
1425
1426SOURCE=.\msw\ole\automtn.cpp
1427# End Source File
1428# Begin Source File
1429
1430SOURCE=.\msw\ole\dataobj.cpp
1431# End Source File
1432# Begin Source File
1433
1434SOURCE=.\msw\ole\dropsrc.cpp
1435# End Source File
1436# Begin Source File
1437
1438SOURCE=.\msw\ole\droptgt.cpp
1439# End Source File
1440# Begin Source File
1441
1dbdb45d
VS
1442SOURCE=.\msw\ole\oleutils.cpp
1443# End Source File
1444# Begin Source File
1445
7b0c29b9
RN
1446SOURCE=.\msw\ole\uuid.cpp
1447# End Source File
1448# Begin Source File
1449
75a0a7b7 1450SOURCE=.\msw\ownerdrw.cpp
be71e18a
VZ
1451# End Source File
1452# Begin Source File
1453
75a0a7b7 1454SOURCE=.\msw\palette.cpp
be71e18a
VZ
1455# End Source File
1456# Begin Source File
1457
75a0a7b7 1458SOURCE=.\msw\pen.cpp
be71e18a
VZ
1459# End Source File
1460# Begin Source File
1461
3a03c143
VZ
1462SOURCE=.\msw\popupwin.cpp
1463# End Source File
1464# Begin Source File
1465
be71e18a
VZ
1466SOURCE=.\msw\printdlg.cpp
1467# End Source File
1468# Begin Source File
1469
1470SOURCE=.\msw\printwin.cpp
1471# End Source File
1472# Begin Source File
1473
1474SOURCE=.\msw\radiobox.cpp
1475# End Source File
1476# Begin Source File
1477
1478SOURCE=.\msw\radiobut.cpp
1479# End Source File
1480# Begin Source File
1481
1482SOURCE=.\msw\regconf.cpp
1483# End Source File
1484# Begin Source File
1485
1486SOURCE=.\msw\region.cpp
1487# End Source File
1488# Begin Source File
1489
1490SOURCE=.\msw\registry.cpp
1491# End Source File
1492# Begin Source File
1493
bc71a3ef
VZ
1494SOURCE=.\msw\renderer.cpp
1495# End Source File
1496# Begin Source File
1497
be71e18a
VZ
1498SOURCE=.\msw\scrolbar.cpp
1499# End Source File
1500# Begin Source File
1501
1502SOURCE=.\msw\settings.cpp
1503# End Source File
1504# Begin Source File
1505
1506SOURCE=.\msw\slider95.cpp
1507# End Source File
1508# Begin Source File
1509
1510SOURCE=.\msw\snglinst.cpp
1511# End Source File
1512# Begin Source File
1513
002ed9af
VS
1514SOURCE=.\msw\sound.cpp
1515# End Source File
1516# Begin Source File
1517
be71e18a
VZ
1518SOURCE=.\msw\spinbutt.cpp
1519# End Source File
1520# Begin Source File
1521
1522SOURCE=.\msw\spinctrl.cpp
1523# End Source File
1524# Begin Source File
1525
107d0fd4
VZ
1526SOURCE=.\msw\stackwalk.cpp
1527# End Source File
1528# Begin Source File
1529
be71e18a
VZ
1530SOURCE=.\msw\statbmp.cpp
1531# End Source File
1532# Begin Source File
1533
1534SOURCE=.\msw\statbox.cpp
1535# End Source File
1536# Begin Source File
1537
1538SOURCE=.\msw\statbr95.cpp
1539# End Source File
1540# Begin Source File
1541
1542SOURCE=.\msw\statline.cpp
1543# End Source File
1544# Begin Source File
1545
1546SOURCE=.\msw\stattext.cpp
1547# End Source File
1548# Begin Source File
1549
dd65d8c8
RN
1550SOURCE=.\msw\stdpaths.cpp
1551# End Source File
1552# Begin Source File
1553
be71e18a
VZ
1554SOURCE=.\msw\tabctrl.cpp
1555# End Source File
1556# Begin Source File
1557
1558SOURCE=.\msw\taskbar.cpp
1559# End Source File
1560# Begin Source File
1561
1562SOURCE=.\msw\tbar95.cpp
1563# End Source File
1564# Begin Source File
1565
1566SOURCE=.\msw\textctrl.cpp
1567# End Source File
1568# Begin Source File
1569
1570SOURCE=.\msw\tglbtn.cpp
1571# End Source File
1572# Begin Source File
1573
1574SOURCE=.\msw\thread.cpp
1575# End Source File
1576# Begin Source File
1577
1578SOURCE=.\msw\timer.cpp
1579# End Source File
1580# Begin Source File
1581
1582SOURCE=.\msw\tooltip.cpp
1583# End Source File
1584# Begin Source File
1585
1586SOURCE=.\msw\toplevel.cpp
1587# End Source File
1588# Begin Source File
1589
1590SOURCE=.\msw\treectrl.cpp
1591# End Source File
1592# Begin Source File
1593
c3255f5f
DE
1594SOURCE=.\msw\urlmsw.cpp
1595# End Source File
1596# Begin Source File
1597
be71e18a
VZ
1598SOURCE=.\msw\utils.cpp
1599# End Source File
1600# Begin Source File
1601
1602SOURCE=.\msw\utilsexc.cpp
1603# End Source File
1604# Begin Source File
1605
e2478fde
VZ
1606SOURCE=.\msw\utilsgui.cpp
1607# End Source File
1608# Begin Source File
1609
85b43fbf 1610SOURCE=.\msw\uxtheme.cpp
0b2e45b1
VZ
1611# End Source File
1612# Begin Source File
1613
85b43fbf 1614SOURCE=.\msw\volume.cpp
0b2e45b1
VZ
1615# End Source File
1616# Begin Source File
1617
85b43fbf 1618SOURCE=.\msw\window.cpp
0b2e45b1 1619# End Source File
be71e18a 1620# End Group
1dbdb45d
VS
1621# Begin Group "Other Sources"
1622
1623# PROP Default_Filter ""
1624# Begin Source File
1625
1626SOURCE=.\xml\xml.cpp
1627# End Source File
c33fae85
RN
1628# Begin Source File
1629
1630SOURCE=.\xrc\xh_bmp.cpp
1631# End Source File
1632# Begin Source File
1633
1634SOURCE=.\xrc\xh_bmpbt.cpp
1635# End Source File
1636# Begin Source File
1637
1638SOURCE=.\xrc\xh_bttn.cpp
1639# End Source File
1640# Begin Source File
1641
1642SOURCE=.\xrc\xh_cald.cpp
1643# End Source File
1644# Begin Source File
1645
1646SOURCE=.\xrc\xh_chckb.cpp
1647# End Source File
1648# Begin Source File
1649
1650SOURCE=.\xrc\xh_chckl.cpp
1651# End Source File
1652# Begin Source File
1653
1654SOURCE=.\xrc\xh_choic.cpp
1655# End Source File
1656# Begin Source File
1657
1658SOURCE=.\xrc\xh_combo.cpp
1659# End Source File
1660# Begin Source File
1661
1662SOURCE=.\xrc\xh_dlg.cpp
1663# End Source File
1664# Begin Source File
1665
1666SOURCE=.\xrc\xh_frame.cpp
1667# End Source File
1668# Begin Source File
1669
1670SOURCE=.\xrc\xh_gauge.cpp
1671# End Source File
1672# Begin Source File
1673
1674SOURCE=.\xrc\xh_gdctl.cpp
1675# End Source File
1676# Begin Source File
1677
1678SOURCE=.\xrc\xh_html.cpp
1679# End Source File
1680# Begin Source File
1681
1682SOURCE=.\xrc\xh_listb.cpp
1683# End Source File
1684# Begin Source File
1685
1686SOURCE=.\xrc\xh_listc.cpp
1687# End Source File
1688# Begin Source File
1689
1690SOURCE=.\xrc\xh_menu.cpp
1691# End Source File
1692# Begin Source File
1693
1694SOURCE=.\xrc\xh_notbk.cpp
1695# End Source File
1696# Begin Source File
1697
1698SOURCE=.\xrc\xh_panel.cpp
1699# End Source File
1700# Begin Source File
1701
1702SOURCE=.\xrc\xh_radbt.cpp
1703# End Source File
1704# Begin Source File
1705
1706SOURCE=.\xrc\xh_radbx.cpp
1707# End Source File
1708# Begin Source File
1709
1710SOURCE=.\xrc\xh_scrol.cpp
1711# End Source File
1712# Begin Source File
1713
1714SOURCE=.\xrc\xh_scwin.cpp
1715# End Source File
1716# Begin Source File
1717
1718SOURCE=.\xrc\xh_sizer.cpp
1719# End Source File
1720# Begin Source File
1721
1722SOURCE=.\xrc\xh_slidr.cpp
1723# End Source File
1724# Begin Source File
1725
1726SOURCE=.\xrc\xh_spin.cpp
1727# End Source File
1728# Begin Source File
1729
1730SOURCE=.\xrc\xh_split.cpp
1731# End Source File
1732# Begin Source File
1733
1734SOURCE=.\xrc\xh_statbar.cpp
1735# End Source File
1736# Begin Source File
1737
1738SOURCE=.\xrc\xh_stbmp.cpp
1739# End Source File
1740# Begin Source File
1741
1742SOURCE=.\xrc\xh_stbox.cpp
1743# End Source File
1744# Begin Source File
1745
1746SOURCE=.\xrc\xh_stlin.cpp
1747# End Source File
1748# Begin Source File
1749
1750SOURCE=.\xrc\xh_sttxt.cpp
1751# End Source File
1752# Begin Source File
1753
1754SOURCE=.\xrc\xh_text.cpp
1755# End Source File
1756# Begin Source File
1757
1758SOURCE=.\xrc\xh_tglbtn.cpp
1759# End Source File
1760# Begin Source File
1761
1762SOURCE=.\xrc\xh_toolb.cpp
1763# End Source File
1764# Begin Source File
1765
1766SOURCE=.\xrc\xh_tree.cpp
1767# End Source File
1768# Begin Source File
1769
1770SOURCE=.\xrc\xh_unkwn.cpp
1771# End Source File
1772# Begin Source File
1773
1774SOURCE=.\xrc\xh_wizrd.cpp
1775# End Source File
1776# Begin Source File
1777
1778SOURCE=.\xrc\xmlres.cpp
1779# End Source File
1780# Begin Source File
1781
1782SOURCE=.\xrc\xmlrsall.cpp
1783# End Source File
1dbdb45d 1784# End Group
be71e18a
VZ
1785# Begin Group "Headers"
1786
1787# PROP Default_Filter ""
1788# Begin Group "Setup"
1789
1790# PROP Default_Filter ""
1791# Begin Source File
1792
4fcf087d 1793SOURCE=..\include\wx\msw\setup.h
94826170 1794
7c825323 1795!IF "$(CFG)" == "wxWindows - Win32 Release Unicode DLL"
94826170 1796
b763ff43 1797# Begin Custom Build - Creating ..\lib\mswdllu\wx\setup.h from $(InputPath)
4fcf087d 1798InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1799
1800"../lib/mswdllu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1801 copy "$(InputPath)" ..\lib\mswdllu\wx\setup.h
7c825323
VZ
1802
1803# End Custom Build
94826170 1804
7c825323 1805!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode DLL"
94826170 1806
b763ff43 1807# Begin Custom Build - Creating ..\lib\mswdllud\wx\setup.h from $(InputPath)
4fcf087d 1808InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1809
1810"../lib/mswdllud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1811 copy "$(InputPath)" ..\lib\mswdllud\wx\setup.h
7c825323
VZ
1812
1813# End Custom Build
94826170 1814
7c825323 1815!ELSEIF "$(CFG)" == "wxWindows - Win32 Release Unicode"
94826170 1816
b763ff43 1817# Begin Custom Build - Creating ..\lib\mswu\wx\setup.h from $(InputPath)
4fcf087d 1818InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1819
1820"../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1821 copy "$(InputPath)" ..\lib\mswu\wx\setup.h
7c825323
VZ
1822
1823# End Custom Build
94826170 1824
7c825323 1825!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode"
94826170 1826
b763ff43 1827# Begin Custom Build - Creating ..\lib\mswud\wx\setup.h from $(InputPath)
4fcf087d 1828InputPath=..\include\wx\msw\setup.h
7c825323
VZ
1829
1830"../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1831 copy "$(InputPath)" ..\lib\mswud\wx\setup.h
7c825323
VZ
1832
1833# End Custom Build
94826170 1834
7c825323 1835!ELSEIF "$(CFG)" == "wxWindows - Win32 Release DLL"
94826170 1836
b763ff43 1837# Begin Custom Build - Creating ..\lib\mswdll\wx\setup.h from $(InputPath)
4fcf087d 1838InputPath=..\include\wx\msw\setup.h
17533c89
VZ
1839
1840"../lib/mswdll/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1841 copy "$(InputPath)" ..\lib\mswdll\wx\setup.h
17533c89
VZ
1842
1843# End Custom Build
94826170 1844
17533c89 1845!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug DLL"
94826170 1846
b763ff43 1847# Begin Custom Build - Creating ..\lib\mswdlld\wx\setup.h from $(InputPath)
4fcf087d 1848InputPath=..\include\wx\msw\setup.h
17533c89
VZ
1849
1850"../lib/mswdlld/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1851 copy "$(InputPath)" ..\lib\mswdlld\wx\setup.h
17533c89
VZ
1852
1853# End Custom Build
94826170 1854
17533c89 1855!ELSEIF "$(CFG)" == "wxWindows - Win32 Release"
94826170 1856
b763ff43 1857# Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath)
4fcf087d 1858InputPath=..\include\wx\msw\setup.h
be71e18a
VZ
1859
1860"../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1861 copy "$(InputPath)" ..\lib\msw\wx\setup.h
be71e18a
VZ
1862
1863# End Custom Build
94826170 1864
17533c89 1865!ELSEIF "$(CFG)" == "wxWindows - Win32 Debug"
94826170 1866
b763ff43 1867# Begin Custom Build - Creating ..\lib\mswd\wx\setup.h from $(InputPath)
4fcf087d 1868InputPath=..\include\wx\msw\setup.h
be71e18a
VZ
1869
1870"../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
4175e952 1871 copy "$(InputPath)" ..\lib\mswd\wx\setup.h
be71e18a
VZ
1872
1873# End Custom Build
94826170 1874
bc71a3ef
VZ
1875!ELSEIF "$(CFG)" == "wxWindows - Win32 Release With Debug Info"
1876
1877# Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath)
1878InputPath=..\include\wx\msw\setup.h
1879
1880"../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1881 copy "$(InputPath)" ..\lib\msw\wx\setup.h
1882
1883# End Custom Build
1884
be71e18a 1885!ENDIF
94826170 1886
be71e18a
VZ
1887# End Source File
1888# End Group
1889# Begin Group "Common"
1890
1891# PROP Default_Filter ""
1892# Begin Source File
1893
1894SOURCE=..\include\wx\accel.h
1895# End Source File
1896# Begin Source File
1897
e74bade6
MB
1898SOURCE=..\include\wx\access.h
1899# End Source File
1900# Begin Source File
1901
1dbdb45d
VS
1902SOURCE=..\include\wx\afterstd.h
1903# End Source File
1904# Begin Source File
1905
be71e18a
VZ
1906SOURCE=..\include\wx\app.h
1907# End Source File
1908# Begin Source File
1909
e2478fde
VZ
1910SOURCE=..\include\wx\apptrait.h
1911# End Source File
1912# Begin Source File
1913
8329fea8
VZ
1914SOURCE=..\include\wx\archive.h
1915# End Source File
1916# Begin Source File
1917
1dbdb45d
VS
1918SOURCE=..\include\wx\arrstr.h
1919# End Source File
1920# Begin Source File
1921
f435c1f0
VS
1922SOURCE=..\include\wx\artprov.h
1923# End Source File
1924# Begin Source File
1925
1dbdb45d
VS
1926SOURCE=..\include\wx\beforestd.h
1927# End Source File
1928# Begin Source File
1929
be71e18a
VZ
1930SOURCE=..\include\wx\bitmap.h
1931# End Source File
1932# Begin Source File
1933
1934SOURCE=..\include\wx\bmpbuttn.h
1935# End Source File
1936# Begin Source File
1937
7e955e57
RD
1938SOURCE=..\include\wx\bookctrl.h
1939# End Source File
1940# Begin Source File
1941
be71e18a
VZ
1942SOURCE=..\include\wx\brush.h
1943# End Source File
1944# Begin Source File
1945
1946SOURCE=..\include\wx\buffer.h
1947# End Source File
1948# Begin Source File
1949
3a03c143
VZ
1950SOURCE=..\include\wx\build.h
1951# End Source File
1952# Begin Source File
1953
be71e18a
VZ
1954SOURCE=..\include\wx\busyinfo.h
1955# End Source File
1956# Begin Source File
1957
1958SOURCE=..\include\wx\button.h
1959# End Source File
1960# Begin Source File
1961
1962SOURCE=..\include\wx\calctrl.h
1963# End Source File
1964# Begin Source File
1965
1966SOURCE=..\include\wx\caret.h
1967# End Source File
1968# Begin Source File
1969
1970SOURCE=..\include\wx\checkbox.h
1971# End Source File
1972# Begin Source File
1973
1974SOURCE=..\include\wx\checklst.h
1975# End Source File
1976# Begin Source File
1977
7b0c29b9
RN
1978SOURCE=..\include\wx\chkconf.h
1979# End Source File
1980# Begin Source File
1981
be71e18a
VZ
1982SOURCE=..\include\wx\choicdlg.h
1983# End Source File
1984# Begin Source File
1985
1986SOURCE=..\include\wx\choice.h
1987# End Source File
1988# Begin Source File
1989
ef335a4f
VZ
1990SOURCE=..\include\wx\choicebk.h
1991# End Source File
1992# Begin Source File
1993
be71e18a
VZ
1994SOURCE=..\include\wx\clipbrd.h
1995# End Source File
1996# Begin Source File
1997
1944a74b
VZ
1998SOURCE=..\include\wx\clntdata.h
1999# End Source File
2000# Begin Source File
2001
be71e18a
VZ
2002SOURCE=..\include\wx\cmdline.h
2003# End Source File
2004# Begin Source File
2005
1944a74b
VZ
2006SOURCE=..\include\wx\cmdproc.h
2007# End Source File
2008# Begin Source File
2009
be71e18a
VZ
2010SOURCE=..\include\wx\cmndata.h
2011# End Source File
2012# Begin Source File
2013
2014SOURCE=..\include\wx\colordlg.h
2015# End Source File
2016# Begin Source File
2017
2018SOURCE=..\include\wx\colour.h
2019# End Source File
2020# Begin Source File
2021
2022SOURCE=..\include\wx\combobox.h
2023# End Source File
2024# Begin Source File
2025
2026SOURCE=..\include\wx\confbase.h
2027# End Source File
2028# Begin Source File
2029
2030SOURCE=..\include\wx\config.h
2031# End Source File
2032# Begin Source File
2033
2034SOURCE=..\include\wx\containr.h
2035# End Source File
2036# Begin Source File
2037
2038SOURCE=..\include\wx\control.h
2039# End Source File
2040# Begin Source File
2041
2042SOURCE=..\include\wx\cshelp.h
2043# End Source File
2044# Begin Source File
2045
2046SOURCE=..\include\wx\ctrlsub.h
2047# End Source File
2048# Begin Source File
2049
2050SOURCE=..\include\wx\cursor.h
2051# End Source File
2052# Begin Source File
2053
2054SOURCE=..\include\wx\dataobj.h
2055# End Source File
2056# Begin Source File
2057
114a4501
VZ
2058SOURCE=..\include\wx\datectrl.h
2059# End Source File
2060# Begin Source File
2061
2062SOURCE=..\include\wx\dateevt.h
2063# End Source File
2064# Begin Source File
2065
be71e18a
VZ
2066SOURCE=..\include\wx\datetime.h
2067# End Source File
2068# Begin Source File
2069
be71e18a
VZ
2070SOURCE=..\include\wx\datstrm.h
2071# End Source File
2072# Begin Source File
2073
2074SOURCE=..\include\wx\db.h
2075# End Source File
2076# Begin Source File
2077
2078SOURCE=..\include\wx\dbgrid.h
2079# End Source File
2080# Begin Source File
2081
2082SOURCE=..\include\wx\dbkeyg.h
2083# End Source File
2084# Begin Source File
2085
2086SOURCE=..\include\wx\dbtable.h
2087# End Source File
2088# Begin Source File
2089
2090SOURCE=..\include\wx\dc.h
2091# End Source File
2092# Begin Source File
2093
67e2efca
RL
2094SOURCE=..\include\wx\dcbuffer.h
2095# End Source File
2096# Begin Source File
2097
be71e18a
VZ
2098SOURCE=..\include\wx\dcclient.h
2099# End Source File
2100# Begin Source File
2101
2102SOURCE=..\include\wx\dcmemory.h
2103# End Source File
2104# Begin Source File
2105
1dbdb45d
VS
2106SOURCE=..\include\wx\dcmirror.h
2107# End Source File
2108# Begin Source File
2109
be71e18a
VZ
2110SOURCE=..\include\wx\dcprint.h
2111# End Source File
2112# Begin Source File
2113
2114SOURCE=..\include\wx\dcps.h
2115# End Source File
2116# Begin Source File
2117
2118SOURCE=..\include\wx\dcscreen.h
2119# End Source File
2120# Begin Source File
2121
2122SOURCE=..\include\wx\dde.h
2123# End Source File
2124# Begin Source File
2125
7b0c29b9
RN
2126SOURCE=..\include\wx\debug.h
2127# End Source File
2128# Begin Source File
2129
2130SOURCE=..\include\wx\defs.h
2131# End Source File
2132# Begin Source File
2133
be71e18a
VZ
2134SOURCE=..\include\wx\dialog.h
2135# End Source File
2136# Begin Source File
2137
2138SOURCE=..\include\wx\dialup.h
2139# End Source File
2140# Begin Source File
2141
2142SOURCE=..\include\wx\dir.h
2143# End Source File
2144# Begin Source File
2145
6556acfa
RD
2146SOURCE=..\include\wx\dirctrl.h
2147# End Source File
2148# Begin Source File
2149
be71e18a
VZ
2150SOURCE=..\include\wx\dirdlg.h
2151# End Source File
2152# Begin Source File
2153
0b2e45b1
VZ
2154SOURCE=..\include\wx\display.h
2155# End Source File
2156# Begin Source File
2157
20b35a69
RD
2158SOURCE=..\include\wx\dlimpexp.h
2159# End Source File
2160# Begin Source File
2161
be71e18a
VZ
2162SOURCE=..\include\wx\dnd.h
2163# End Source File
2164# Begin Source File
2165
2166SOURCE=..\include\wx\docmdi.h
2167# End Source File
2168# Begin Source File
2169
2170SOURCE=..\include\wx\docview.h
2171# End Source File
2172# Begin Source File
2173
2174SOURCE=..\include\wx\dragimag.h
2175# End Source File
2176# Begin Source File
2177
2178SOURCE=..\include\wx\dynarray.h
2179# End Source File
2180# Begin Source File
2181
2182SOURCE=..\include\wx\dynlib.h
2183# End Source File
2184# Begin Source File
2185
0b9ab0bd
RL
2186SOURCE=..\include\wx\dynload.h
2187# End Source File
2188# Begin Source File
2189
da906b97
RD
2190SOURCE=..\include\wx\effects.h
2191# End Source File
2192# Begin Source File
2193
be71e18a
VZ
2194SOURCE=..\include\wx\encconv.h
2195# End Source File
2196# Begin Source File
2197
a4ad36cd
VS
2198SOURCE=..\include\wx\encinfo.h
2199# End Source File
2200# Begin Source File
2201
be71e18a
VZ
2202SOURCE=..\include\wx\event.h
2203# End Source File
2204# Begin Source File
2205
1dbdb45d
VS
2206SOURCE=..\include\wx\evtloop.h
2207# End Source File
2208# Begin Source File
2209
a4ad36cd
VS
2210SOURCE=..\include\wx\except.h
2211# End Source File
2212# Begin Source File
2213
be71e18a
VZ
2214SOURCE=..\include\wx\fdrepdlg.h
2215# End Source File
98672b4b
RD
2216# Begin Source File
2217
7b0c29b9 2218SOURCE=..\include\wx\features.h
be71e18a
VZ
2219# End Source File
2220# Begin Source File
2221
7b0c29b9 2222SOURCE=..\include\wx\ffile.h
be71e18a
VZ
2223# End Source File
2224# Begin Source File
2225
7b0c29b9 2226SOURCE=..\include\wx\file.h
1ce5dd35
RN
2227# End Source File
2228# Begin Source File
2229
be71e18a
VZ
2230SOURCE=..\include\wx\fileconf.h
2231# End Source File
2232# Begin Source File
2233
2234SOURCE=..\include\wx\filedlg.h
2235# End Source File
2236# Begin Source File
2237
2238SOURCE=..\include\wx\filefn.h
2239# End Source File
2240# Begin Source File
2241
2242SOURCE=..\include\wx\filename.h
2243# End Source File
2244# Begin Source File
2245
2246SOURCE=..\include\wx\filesys.h
2247# End Source File
2248# Begin Source File
2249
e2478fde
VZ
2250SOURCE=..\include\wx\fmappriv.h
2251# End Source File
2252# Begin Source File
2253
be71e18a
VZ
2254SOURCE=..\include\wx\font.h
2255# End Source File
2256# Begin Source File
2257
2258SOURCE=..\include\wx\fontdlg.h
2259# End Source File
2260# Begin Source File
2261
2262SOURCE=..\include\wx\fontenc.h
2263# End Source File
2264# Begin Source File
2265
2266SOURCE=..\include\wx\fontenum.h
2267# End Source File
2268# Begin Source File
2269
2270SOURCE=..\include\wx\fontmap.h
2271# End Source File
2272# Begin Source File
2273
2274SOURCE=..\include\wx\fontutil.h
2275# End Source File
2276# Begin Source File
2277
2278SOURCE=..\include\wx\frame.h
2279# End Source File
2280# Begin Source File
2281
2282SOURCE=..\include\wx\fs_inet.h
2283# End Source File
2284# Begin Source File
2285
2286SOURCE=..\include\wx\fs_mem.h
2287# End Source File
2288# Begin Source File
2289
2290SOURCE=..\include\wx\fs_zip.h
2291# End Source File
2292# Begin Source File
2293
2294SOURCE=..\include\wx\gauge.h
2295# End Source File
2296# Begin Source File
2297
20b35a69
RD
2298SOURCE=..\include\wx\gbsizer.h
2299# End Source File
2300# Begin Source File
2301
be71e18a
VZ
2302SOURCE=..\include\wx\gdicmn.h
2303# End Source File
2304# Begin Source File
2305
2306SOURCE=..\include\wx\gdiobj.h
2307# End Source File
2308# Begin Source File
2309
2310SOURCE=..\include\wx\geometry.h
2311# End Source File
2312# Begin Source File
2313
2314SOURCE=..\include\wx\gifdecod.h
2315# End Source File
2316# Begin Source File
2317
2318SOURCE=..\include\wx\glcanvas.h
2319# End Source File
2320# Begin Source File
2321
2322SOURCE=..\include\wx\grid.h
2323# End Source File
2324# Begin Source File
2325
2326SOURCE=..\include\wx\gsocket.h
2327# End Source File
2328# Begin Source File
2329
2330SOURCE=..\include\wx\hash.h
2331# End Source File
2332# Begin Source File
2333
d74b838c
MB
2334SOURCE=..\include\wx\hashmap.h
2335# End Source File
2336# Begin Source File
2337
75a0a7b7
VS
2338SOURCE=..\include\wx\hashset.h
2339# End Source File
2340# Begin Source File
2341
be71e18a
VZ
2342SOURCE=..\include\wx\help.h
2343# End Source File
2344# Begin Source File
2345
2346SOURCE=..\include\wx\helpbase.h
2347# End Source File
2348# Begin Source File
2349
1dbdb45d
VS
2350SOURCE=..\include\wx\helphtml.h
2351# End Source File
2352# Begin Source File
2353
be71e18a
VZ
2354SOURCE=..\include\wx\helpwin.h
2355# End Source File
2356# Begin Source File
2357
1dbdb45d
VS
2358SOURCE=..\include\wx\htmllbox.h
2359# End Source File
2360# Begin Source File
2361
be71e18a
VZ
2362SOURCE=..\include\wx\icon.h
2363# End Source File
2364# Begin Source File
2365
f618020a
MB
2366SOURCE=..\include\wx\iconbndl.h
2367# End Source File
2368# Begin Source File
2369
1dbdb45d
VS
2370SOURCE=..\include\wx\iconloc.h
2371# End Source File
2372# Begin Source File
2373
be71e18a
VZ
2374SOURCE=..\include\wx\imagbmp.h
2375# End Source File
2376# Begin Source File
2377
2378SOURCE=..\include\wx\image.h
2379# End Source File
2380# Begin Source File
2381
2382SOURCE=..\include\wx\imaggif.h
2383# End Source File
2384# Begin Source File
2385
6556acfa
RD
2386SOURCE=..\include\wx\imagiff.h
2387# End Source File
2388# Begin Source File
2389
be71e18a
VZ
2390SOURCE=..\include\wx\imagjpeg.h
2391# End Source File
2392# Begin Source File
2393
2394SOURCE=..\include\wx\imaglist.h
2395# End Source File
2396# Begin Source File
2397
2398SOURCE=..\include\wx\imagpcx.h
2399# End Source File
2400# Begin Source File
2401
2402SOURCE=..\include\wx\imagpng.h
2403# End Source File
2404# Begin Source File
2405
2406SOURCE=..\include\wx\imagpnm.h
2407# End Source File
2408# Begin Source File
2409
2410SOURCE=..\include\wx\imagtiff.h
2411# End Source File
2412# Begin Source File
2413
2414SOURCE=..\include\wx\imagxpm.h
2415# End Source File
2416# Begin Source File
2417
1dbdb45d
VS
2418SOURCE=..\include\wx\init.h
2419# End Source File
2420# Begin Source File
2421
be71e18a
VZ
2422SOURCE=..\include\wx\intl.h
2423# End Source File
2424# Begin Source File
2425
f357c0d4
VZ
2426SOURCE=..\include\wx\iosfwrap.h
2427# End Source File
2428# Begin Source File
2429
be71e18a
VZ
2430SOURCE=..\include\wx\ioswrap.h
2431# End Source File
2432# Begin Source File
2433
7391216e
VS
2434SOURCE=..\include\wx\ipc.h
2435# End Source File
2436# Begin Source File
2437
be71e18a
VZ
2438SOURCE=..\include\wx\ipcbase.h
2439# End Source File
2440# Begin Source File
2441
2442SOURCE=..\include\wx\isql.h
2443# End Source File
2444# Begin Source File
2445
2446SOURCE=..\include\wx\isqlext.h
2447# End Source File
2448# Begin Source File
2449
2450SOURCE=..\include\wx\joystick.h
2451# End Source File
2452# Begin Source File
2453
2454SOURCE=..\include\wx\layout.h
2455# End Source File
2456# Begin Source File
2457
2458SOURCE=..\include\wx\laywin.h
2459# End Source File
2460# Begin Source File
2461
2462SOURCE=..\include\wx\list.h
2463# End Source File
2464# Begin Source File
2465
da906b97
RD
2466SOURCE=..\include\wx\listbase.h
2467# End Source File
2468# Begin Source File
2469
7e955e57
RD
2470SOURCE=..\include\wx\listbook.h
2471# End Source File
2472# Begin Source File
2473
be71e18a
VZ
2474SOURCE=..\include\wx\listbox.h
2475# End Source File
2476# Begin Source File
2477
2478SOURCE=..\include\wx\listctrl.h
2479# End Source File
2480# Begin Source File
2481
2482SOURCE=..\include\wx\log.h
2483# End Source File
2484# Begin Source File
2485
2486SOURCE=..\include\wx\longlong.h
2487# End Source File
2488# Begin Source File
2489
0b2e45b1
VZ
2490SOURCE=..\include\wx\math.h
2491# End Source File
2492# Begin Source File
2493
be71e18a
VZ
2494SOURCE=..\include\wx\matrix.h
2495# End Source File
2496# Begin Source File
2497
2498SOURCE=..\include\wx\mdi.h
2499# End Source File
2500# Begin Source File
2501
39c5bef0
RN
2502SOURCE=..\include\wx\mediactrl.h
2503# End Source File
2504# Begin Source File
2505
be71e18a
VZ
2506SOURCE=..\include\wx\memconf.h
2507# End Source File
2508# Begin Source File
2509
2510SOURCE=..\include\wx\memory.h
2511# End Source File
2512# Begin Source File
2513
a3a584a7
VZ
2514SOURCE=..\include\wx\memtext.h
2515# End Source File
2516# Begin Source File
2517
be71e18a
VZ
2518SOURCE=..\include\wx\menu.h
2519# End Source File
2520# Begin Source File
2521
2522SOURCE=..\include\wx\menuitem.h
2523# End Source File
2524# Begin Source File
2525
2526SOURCE=..\include\wx\metafile.h
2527# End Source File
2528# Begin Source File
2529
2530SOURCE=..\include\wx\mimetype.h
2531# End Source File
2532# Begin Source File
2533
2534SOURCE=..\include\wx\minifram.h
2535# End Source File
2536# Begin Source File
2537
2538SOURCE=..\include\wx\module.h
2539# End Source File
2540# Begin Source File
2541
2542SOURCE=..\include\wx\msgdlg.h
2543# End Source File
2544# Begin Source File
2545
dc0e23b8
MB
2546SOURCE=..\include\wx\msgout.h
2547# End Source File
2548# Begin Source File
2549
1dbdb45d
VS
2550SOURCE=..\include\wx\msgout.h
2551# End Source File
2552# Begin Source File
2553
be71e18a
VZ
2554SOURCE=..\include\wx\mstream.h
2555# End Source File
2556# Begin Source File
2557
2558SOURCE=..\include\wx\notebook.h
2559# End Source File
2560# Begin Source File
2561
c3255f5f
DE
2562SOURCE=..\include\wx\numdlg.h
2563# End Source File
2564# Begin Source File
2565
be71e18a
VZ
2566SOURCE=..\include\wx\object.h
2567# End Source File
2568# Begin Source File
2569
be71e18a
VZ
2570SOURCE=..\include\wx\ownerdrw.h
2571# End Source File
2572# Begin Source File
2573
2574SOURCE=..\include\wx\palette.h
2575# End Source File
2576# Begin Source File
2577
2578SOURCE=..\include\wx\panel.h
2579# End Source File
2580# Begin Source File
2581
2582SOURCE=..\include\wx\paper.h
2583# End Source File
2584# Begin Source File
2585
2586SOURCE=..\include\wx\pen.h
2587# End Source File
2588# Begin Source File
2589
7b0c29b9
RN
2590SOURCE=..\include\wx\platform.h
2591# End Source File
2592# Begin Source File
2593
be71e18a
VZ
2594SOURCE=..\include\wx\popupwin.h
2595# End Source File
2596# Begin Source File
2597
2598SOURCE=..\include\wx\print.h
2599# End Source File
2600# Begin Source File
2601
2602SOURCE=..\include\wx\printdlg.h
2603# End Source File
2604# Begin Source File
2605
2606SOURCE=..\include\wx\prntbase.h
2607# End Source File
2608# Begin Source File
2609
2610SOURCE=..\include\wx\process.h
2611# End Source File
2612# Begin Source File
2613
2614SOURCE=..\include\wx\progdlg.h
2615# End Source File
2616# Begin Source File
2617
7b0c29b9
RN
2618SOURCE=..\include\wx\protocol\file.h
2619# End Source File
2620# Begin Source File
2621
2622SOURCE=..\include\wx\protocol\ftp.h
2623# End Source File
2624# Begin Source File
2625
2626SOURCE=..\include\wx\protocol\http.h
2627# End Source File
2628# Begin Source File
2629
1dbdb45d
VS
2630SOURCE=..\include\wx\protocol\protocol.h
2631# End Source File
2632# Begin Source File
2633
2634SOURCE=..\include\wx\ptr_scpd.h
2635# End Source File
2636# Begin Source File
2637
75a0a7b7
VS
2638SOURCE=..\include\wx\ptr_scpd.h
2639# End Source File
2640# Begin Source File
2641
c155898a
RL
2642SOURCE=..\include\wx\quantize.h
2643# End Source File
2644# Begin Source File
2645
be71e18a
VZ
2646SOURCE=..\include\wx\radiobox.h
2647# End Source File
2648# Begin Source File
2649
2650SOURCE=..\include\wx\radiobut.h
2651# End Source File
2652# Begin Source File
2653
0b2e45b1
VZ
2654SOURCE=..\include\wx\rawbmp.h
2655# End Source File
2656# Begin Source File
2657
be71e18a
VZ
2658SOURCE=..\include\wx\regex.h
2659# End Source File
2660# Begin Source File
2661
2662SOURCE=..\include\wx\region.h
2663# End Source File
2664# Begin Source File
2665
1dbdb45d
VS
2666SOURCE=..\include\wx\renderer.h
2667# End Source File
2668# Begin Source File
2669
be71e18a
VZ
2670SOURCE=..\include\wx\sashwin.h
2671# End Source File
2672# Begin Source File
2673
2674SOURCE=..\include\wx\sckaddr.h
2675# End Source File
2676# Begin Source File
2677
2678SOURCE=..\include\wx\sckipc.h
2679# End Source File
2680# Begin Source File
2681
2682SOURCE=..\include\wx\sckstrm.h
2683# End Source File
2684# Begin Source File
2685
1dbdb45d
VS
2686SOURCE=..\include\wx\scopeguard.h
2687# End Source File
2688# Begin Source File
2689
75a0a7b7
VS
2690SOURCE=..\include\wx\scopeguard.h
2691# End Source File
2692# Begin Source File
2693
1dbdb45d
VS
2694SOURCE=..\include\wx\scrolbar.h
2695# End Source File
2696# Begin Source File
2697
be71e18a
VZ
2698SOURCE=..\include\wx\scrolbar.h
2699# End Source File
2700# Begin Source File
2701
2702SOURCE=..\include\wx\scrolwin.h
2703# End Source File
2704# Begin Source File
2705
b0126f60
VZ
2706SOURCE=..\include\wx\selstore.h
2707# End Source File
2708# Begin Source File
2709
be71e18a
VZ
2710SOURCE=..\include\wx\settings.h
2711# End Source File
2712# Begin Source File
2713
2714SOURCE=..\include\wx\sizer.h
2715# End Source File
2716# Begin Source File
2717
2718SOURCE=..\include\wx\slider.h
2719# End Source File
2720# Begin Source File
2721
2722SOURCE=..\include\wx\snglinst.h
2723# End Source File
2724# Begin Source File
2725
2726SOURCE=..\include\wx\socket.h
2727# End Source File
2728# Begin Source File
2729
002ed9af
VS
2730SOURCE=..\include\wx\sound.h
2731# End Source File
2732# Begin Source File
2733
be71e18a
VZ
2734SOURCE=..\include\wx\spinbutt.h
2735# End Source File
2736# Begin Source File
2737
2738SOURCE=..\include\wx\spinctrl.h
2739# End Source File
2740# Begin Source File
2741
2742SOURCE=..\include\wx\splash.h
2743# End Source File
2744# Begin Source File
2745
2746SOURCE=..\include\wx\splitter.h
2747# End Source File
2748# Begin Source File
2749
c33fae85
RN
2750SOURCE=..\include\wx\sstream.h
2751# End Source File
2752# Begin Source File
2753
be71e18a
VZ
2754SOURCE=..\include\wx\stack.h
2755# End Source File
2756# Begin Source File
2757
107d0fd4
VZ
2758SOURCE=..\include\wx\stackwalk.h
2759# End Source File
2760# Begin Source File
2761
be71e18a
VZ
2762SOURCE=..\include\wx\statbmp.h
2763# End Source File
2764# Begin Source File
2765
2766SOURCE=..\include\wx\statbox.h
2767# End Source File
2768# Begin Source File
2769
2770SOURCE=..\include\wx\statline.h
2771# End Source File
2772# Begin Source File
2773
2774SOURCE=..\include\wx\stattext.h
2775# End Source File
2776# Begin Source File
2777
2778SOURCE=..\include\wx\statusbr.h
2779# End Source File
2780# Begin Source File
2781
dd65d8c8
RN
2782SOURCE=..\include\wx\stdpaths.h
2783# End Source File
2784# Begin Source File
2785
401e3b6e
VS
2786SOURCE=..\include\wx\stockitem.h
2787# End Source File
2788# Begin Source File
2789
1dbdb45d
VS
2790SOURCE=..\include\wx\stopwatch.h
2791# End Source File
2792# Begin Source File
2793
be71e18a
VZ
2794SOURCE=..\include\wx\strconv.h
2795# End Source File
2796# Begin Source File
2797
2798SOURCE=..\include\wx\stream.h
2799# End Source File
2800# Begin Source File
2801
2802SOURCE=..\include\wx\string.h
2803# End Source File
2804# Begin Source File
2805
2806SOURCE=..\include\wx\sysopt.h
2807# End Source File
2808# Begin Source File
2809
2810SOURCE=..\include\wx\tab.h
2811# End Source File
2812# Begin Source File
2813
2814SOURCE=..\include\wx\tabctrl.h
2815# End Source File
2816# Begin Source File
2817
2818SOURCE=..\include\wx\taskbar.h
2819# End Source File
2820# Begin Source File
2821
2822SOURCE=..\include\wx\tbarbase.h
2823# End Source File
2824# Begin Source File
2825
a3a584a7
VZ
2826SOURCE=..\include\wx\textbuf.h
2827# End Source File
2828# Begin Source File
2829
be71e18a
VZ
2830SOURCE=..\include\wx\textctrl.h
2831# End Source File
2832# Begin Source File
2833
2834SOURCE=..\include\wx\textdlg.h
2835# End Source File
2836# Begin Source File
2837
2838SOURCE=..\include\wx\textfile.h
2839# End Source File
2840# Begin Source File
2841
2842SOURCE=..\include\wx\tglbtn.h
2843# End Source File
2844# Begin Source File
2845
2846SOURCE=..\include\wx\thread.h
2847# End Source File
2848# Begin Source File
2849
be71e18a
VZ
2850SOURCE=..\include\wx\timer.h
2851# End Source File
2852# Begin Source File
2853
2854SOURCE=..\include\wx\tipdlg.h
2855# End Source File
2856# Begin Source File
2857
2858SOURCE=..\include\wx\tipwin.h
2859# End Source File
2860# Begin Source File
2861
2862SOURCE=..\include\wx\tokenzr.h
2863# End Source File
2864# Begin Source File
2865
2866SOURCE=..\include\wx\toolbar.h
2867# End Source File
2868# Begin Source File
2869
2870SOURCE=..\include\wx\tooltip.h
2871# End Source File
2872# Begin Source File
2873
2874SOURCE=..\include\wx\toplevel.h
2875# End Source File
2876# Begin Source File
2877
2878SOURCE=..\include\wx\treebase.h
2879# End Source File
2880# Begin Source File
2881
2882SOURCE=..\include\wx\treectrl.h
2883# End Source File
2884# Begin Source File
2885
2886SOURCE=..\include\wx\txtstrm.h
2887# End Source File
2888# Begin Source File
2889
2890SOURCE=..\include\wx\types.h
2891# End Source File
2892# Begin Source File
2893
dd65d8c8
RN
2894SOURCE=..\include\wx\uri.h
2895# End Source File
2896# Begin Source File
2897
be71e18a
VZ
2898SOURCE=..\include\wx\url.h
2899# End Source File
2900# Begin Source File
2901
2902SOURCE=..\include\wx\utils.h
2903# End Source File
2904# Begin Source File
2905
2906SOURCE=..\include\wx\valgen.h
2907# End Source File
2908# Begin Source File
2909
2910SOURCE=..\include\wx\validate.h
2911# End Source File
2912# Begin Source File
2913
2914SOURCE=..\include\wx\valtext.h
2915# End Source File
2916# Begin Source File
2917
2918SOURCE=..\include\wx\variant.h
2919# End Source File
2920# Begin Source File
2921
2922SOURCE=..\include\wx\vector.h
2923# End Source File
2924# Begin Source File
2925
7b0c29b9
RN
2926SOURCE=..\include\wx\version.h
2927# End Source File
2928# Begin Source File
2929
a4ad36cd
VS
2930SOURCE=..\include\wx\vidmode.h
2931# End Source File
2932# Begin Source File
2933
1dbdb45d 2934SOURCE=..\include\wx\vlbox.h
a0cb0ba5
VS
2935# End Source File
2936# Begin Source File
2937
1dbdb45d 2938SOURCE=..\include\wx\vms_x_fix.h
be71e18a
VZ
2939# End Source File
2940# Begin Source File
2941
1dbdb45d 2942SOURCE=..\include\wx\volume.h
be71e18a
VZ
2943# End Source File
2944# Begin Source File
2945
1dbdb45d 2946SOURCE=..\include\wx\vscroll.h
be71e18a
VZ
2947# End Source File
2948# Begin Source File
2949
1dbdb45d 2950SOURCE=..\include\wx\wave.h
be71e18a
VZ
2951# End Source File
2952# Begin Source File
2953
1dbdb45d 2954SOURCE=..\include\wx\wfstream.h
be71e18a
VZ
2955# End Source File
2956# Begin Source File
2957
1dbdb45d 2958SOURCE=..\include\wx\window.h
be71e18a
VZ
2959# End Source File
2960# Begin Source File
2961
1dbdb45d 2962SOURCE=..\include\wx\wizard.h
be71e18a
VZ
2963# End Source File
2964# Begin Source File
2965
1dbdb45d 2966SOURCE=..\include\wx\wx.h
be71e18a
VZ
2967# End Source File
2968# Begin Source File
2969
7b0c29b9
RN
2970SOURCE=..\include\wx\wxchar.h
2971# End Source File
2972# Begin Source File
2973
be71e18a
VZ
2974SOURCE=..\include\wx\wxhtml.h
2975# End Source File
2976# Begin Source File
2977
2978SOURCE=..\include\wx\wxprec.h
2979# End Source File
2980# Begin Source File
2981
1dbdb45d
VS
2982SOURCE=..\include\wx\xml\xml.h
2983# End Source File
2984# Begin Source File
2985
be71e18a
VZ
2986SOURCE=..\include\wx\xpmdecod.h
2987# End Source File
2988# Begin Source File
2989
1dbdb45d
VS
2990SOURCE=..\include\wx\xpmhand.h
2991# End Source File
2992# Begin Source File
2993
c33fae85
RN
2994SOURCE=..\include\wx\xrc\xh_all.h
2995# End Source File
2996# Begin Source File
2997
2998SOURCE=..\include\wx\xrc\xh_bmp.h
2999# End Source File
3000# Begin Source File
3001
3002SOURCE=..\include\wx\xrc\xh_bmpbt.h
3003# End Source File
3004# Begin Source File
3005
3006SOURCE=..\include\wx\xrc\xh_bttn.h
3007# End Source File
3008# Begin Source File
3009
3010SOURCE=..\include\wx\xrc\xh_cald.h
3011# End Source File
3012# Begin Source File
3013
3014SOURCE=..\include\wx\xrc\xh_chckb.h
3015# End Source File
3016# Begin Source File
3017
3018SOURCE=..\include\wx\xrc\xh_chckl.h
3019# End Source File
3020# Begin Source File
3021
3022SOURCE=..\include\wx\xrc\xh_choic.h
3023# End Source File
3024# Begin Source File
3025
3026SOURCE=..\include\wx\xrc\xh_combo.h
3027# End Source File
3028# Begin Source File
3029
3030SOURCE=..\include\wx\xrc\xh_dlg.h
3031# End Source File
3032# Begin Source File
3033
3034SOURCE=..\include\wx\xrc\xh_frame.h
3035# End Source File
3036# Begin Source File
3037
3038SOURCE=..\include\wx\xrc\xh_gauge.h
3039# End Source File
3040# Begin Source File
3041
3042SOURCE=..\include\wx\xrc\xh_gdctl.h
3043# End Source File
3044# Begin Source File
3045
3046SOURCE=..\include\wx\xrc\xh_html.h
3047# End Source File
3048# Begin Source File
3049
3050SOURCE=..\include\wx\xrc\xh_listb.h
3051# End Source File
3052# Begin Source File
3053
3054SOURCE=..\include\wx\xrc\xh_listc.h
3055# End Source File
3056# Begin Source File
3057
3058SOURCE=..\include\wx\xrc\xh_menu.h
3059# End Source File
3060# Begin Source File
3061
3062SOURCE=..\include\wx\xrc\xh_notbk.h
3063# End Source File
3064# Begin Source File
3065
3066SOURCE=..\include\wx\xrc\xh_panel.h
3067# End Source File
3068# Begin Source File
3069
3070SOURCE=..\include\wx\xrc\xh_radbt.h
3071# End Source File
3072# Begin Source File
3073
3074SOURCE=..\include\wx\xrc\xh_radbx.h
3075# End Source File
3076# Begin Source File
3077
3078SOURCE=..\include\wx\xrc\xh_scrol.h
3079# End Source File
3080# Begin Source File
3081
3082SOURCE=..\include\wx\xrc\xh_scwin.h
3083# End Source File
3084# Begin Source File
3085
3086SOURCE=..\include\wx\xrc\xh_sizer.h
3087# End Source File
3088# Begin Source File
3089
3090SOURCE=..\include\wx\xrc\xh_slidr.h
3091# End Source File
3092# Begin Source File
3093
3094SOURCE=..\include\wx\xrc\xh_spin.h
3095# End Source File
3096# Begin Source File
3097
3098SOURCE=..\include\wx\xrc\xh_split.h
3099# End Source File
3100# Begin Source File
3101
3102SOURCE=..\include\wx\xrc\xh_statbar.h
3103# End Source File
3104# Begin Source File
3105
3106SOURCE=..\include\wx\xrc\xh_stbmp.h
3107# End Source File
3108# Begin Source File
3109
3110SOURCE=..\include\wx\xrc\xh_stbox.h
3111# End Source File
3112# Begin Source File
3113
3114SOURCE=..\include\wx\xrc\xh_stlin.h
3115# End Source File
3116# Begin Source File
3117
3118SOURCE=..\include\wx\xrc\xh_sttxt.h
3119# End Source File
3120# Begin Source File
3121
3122SOURCE=..\include\wx\xrc\xh_text.h
3123# End Source File
3124# Begin Source File
3125
3126SOURCE=..\include\wx\xrc\xh_tglbtn.h
3127# End Source File
3128# Begin Source File
3129
3130SOURCE=..\include\wx\xrc\xh_toolb.h
3131# End Source File
3132# Begin Source File
3133
3134SOURCE=..\include\wx\xrc\xh_tree.h
3135# End Source File
3136# Begin Source File
3137
3138SOURCE=..\include\wx\xrc\xh_unkwn.h
3139# End Source File
3140# Begin Source File
3141
3142SOURCE=..\include\wx\xrc\xh_wizrd.h
3143# End Source File
3144# Begin Source File
3145
3146SOURCE=..\include\wx\xrc\xmlres.h
3147# End Source File
3148# Begin Source File
3149
7e955e57
RD
3150SOURCE=..\include\wx\xti.h
3151# End Source File
3152# Begin Source File
3153
3154SOURCE=..\include\wx\xtistrm.h
3155# End Source File
3156# Begin Source File
3157
e2412466
VS
3158SOURCE=..\include\wx\xtixml.h
3159# End Source File
3160# Begin Source File
3161
be71e18a
VZ
3162SOURCE=..\include\wx\zipstrm.h
3163# End Source File
3164# Begin Source File
3165
3166SOURCE=..\include\wx\zstream.h
3167# End Source File
be71e18a
VZ
3168# End Group
3169# Begin Group "MSW"
3170
3171# PROP Default_Filter ""
3172# Begin Source File
3173
3174SOURCE=..\include\wx\msw\accel.h
3175# End Source File
3176# Begin Source File
3177
75a0a7b7 3178SOURCE=..\include\wx\msw\app.h
99d17720
VS
3179# End Source File
3180# Begin Source File
3181
75a0a7b7 3182SOURCE=..\include\wx\msw\apptbase.h
be71e18a
VZ
3183# End Source File
3184# Begin Source File
3185
75a0a7b7 3186SOURCE=..\include\wx\msw\apptrait.h
99d17720
VS
3187# End Source File
3188# Begin Source File
3189
be71e18a
VZ
3190SOURCE=..\include\wx\msw\bitmap.h
3191# End Source File
3192# Begin Source File
3193
3194SOURCE=..\include\wx\msw\bmpbuttn.h
3195# End Source File
3196# Begin Source File
3197
3198SOURCE=..\include\wx\msw\brush.h
3199# End Source File
3200# Begin Source File
3201
3202SOURCE=..\include\wx\msw\button.h
3203# End Source File
3204# Begin Source File
3205
3206SOURCE=..\include\wx\msw\caret.h
3207# End Source File
3208# Begin Source File
3209
3210SOURCE=..\include\wx\msw\checkbox.h
3211# End Source File
3212# Begin Source File
3213
3214SOURCE=..\include\wx\msw\checklst.h
3215# End Source File
3216# Begin Source File
3217
7b0c29b9
RN
3218SOURCE=..\include\wx\msw\chkconf.h
3219# End Source File
3220# Begin Source File
3221
be71e18a
VZ
3222SOURCE=..\include\wx\msw\choice.h
3223# End Source File
3224# Begin Source File
3225
3226SOURCE=..\include\wx\msw\clipbrd.h
3227# End Source File
3228# Begin Source File
3229
3230SOURCE=..\include\wx\msw\colordlg.h
3231# End Source File
3232# Begin Source File
3233
3234SOURCE=..\include\wx\msw\colour.h
3235# End Source File
3236# Begin Source File
3237
3238SOURCE=..\include\wx\msw\combobox.h
3239# End Source File
3240# Begin Source File
3241
3242SOURCE=..\include\wx\msw\control.h
3243# End Source File
3244# Begin Source File
3245
1dbdb45d
VS
3246SOURCE=..\include\wx\msw\crashrpt.h
3247# End Source File
3248# Begin Source File
3249
be71e18a
VZ
3250SOURCE=..\include\wx\msw\cursor.h
3251# End Source File
3252# Begin Source File
3253
114a4501
VZ
3254SOURCE=..\include\wx\msw\datectrl.h
3255# End Source File
3256# Begin Source File
3257
be71e18a
VZ
3258SOURCE=..\include\wx\msw\dc.h
3259# End Source File
3260# Begin Source File
3261
3262SOURCE=..\include\wx\msw\dcclient.h
3263# End Source File
3264# Begin Source File
3265
3266SOURCE=..\include\wx\msw\dcmemory.h
3267# End Source File
3268# Begin Source File
3269
3270SOURCE=..\include\wx\msw\dcprint.h
3271# End Source File
3272# Begin Source File
3273
3274SOURCE=..\include\wx\msw\dcscreen.h
3275# End Source File
3276# Begin Source File
3277
3278SOURCE=..\include\wx\msw\dde.h
3279# End Source File
3280# Begin Source File
3281
107d0fd4
VZ
3282SOURCE=..\include\wx\msw\debughlp.h
3283# End Source File
3284# Begin Source File
3285
be71e18a
VZ
3286SOURCE=..\include\wx\msw\dialog.h
3287# End Source File
3288# Begin Source File
3289
3290SOURCE=..\include\wx\msw\dib.h
3291# End Source File
3292# Begin Source File
3293
be71e18a
VZ
3294SOURCE=..\include\wx\msw\dirdlg.h
3295# End Source File
3296# Begin Source File
3297
3298SOURCE=..\include\wx\msw\dragimag.h
3299# End Source File
3300# Begin Source File
3301
3302SOURCE=..\include\wx\msw\enhmeta.h
3303# End Source File
3304# Begin Source File
3305
ef335a4f
VZ
3306SOURCE=..\include\wx\msw\evtloop.h
3307# End Source File
3308# Begin Source File
3309
be71e18a
VZ
3310SOURCE=..\include\wx\msw\fdrepdlg.h
3311# End Source File
3312# Begin Source File
3313
3314SOURCE=..\include\wx\msw\filedlg.h
3315# End Source File
3316# Begin Source File
3317
3318SOURCE=..\include\wx\msw\font.h
3319# End Source File
3320# Begin Source File
3321
3322SOURCE=..\include\wx\msw\fontdlg.h
3323# End Source File
3324# Begin Source File
3325
3326SOURCE=..\include\wx\msw\frame.h
3327# End Source File
3328# Begin Source File
3329
176e7e83 3330SOURCE=..\include\wx\msw\gauge95.h
be71e18a
VZ
3331# End Source File
3332# Begin Source File
3333
7b0c29b9
RN
3334SOURCE=..\include\wx\msw\gccpriv.h
3335# End Source File
3336# Begin Source File
3337
be71e18a
VZ
3338SOURCE=..\include\wx\msw\gdiimage.h
3339# End Source File
3340# Begin Source File
3341
3342SOURCE=..\include\wx\msw\gdiobj.h
3343# End Source File
3344# Begin Source File
3345
3346SOURCE=..\include\wx\msw\glcanvas.h
3347# End Source File
3348# Begin Source File
3349
7b0c29b9
RN
3350SOURCE=..\include\wx\msw\gnuwin32\winresrc.h
3351# End Source File
3352# Begin Source File
3353
1dbdb45d
VS
3354SOURCE=..\include\wx\msw\gsockmsw.h
3355# End Source File
3356# Begin Source File
3357
be71e18a
VZ
3358SOURCE=..\include\wx\msw\helpbest.h
3359# End Source File
3360# Begin Source File
3361
be71e18a
VZ
3362SOURCE=..\include\wx\msw\icon.h
3363# End Source File
3364# Begin Source File
3365
3366SOURCE=..\include\wx\msw\imaglist.h
3367# End Source File
3368# Begin Source File
3369
3370SOURCE=..\include\wx\msw\iniconf.h
3371# End Source File
3372# Begin Source File
3373
3374SOURCE=..\include\wx\msw\joystick.h
3375# End Source File
3376# Begin Source File
3377
3378SOURCE=..\include\wx\msw\listbox.h
3379# End Source File
3380# Begin Source File
3381
3382SOURCE=..\include\wx\msw\listctrl.h
3383# End Source File
3384# Begin Source File
3385
3386SOURCE=..\include\wx\msw\mdi.h
3387# End Source File
3388# Begin Source File
3389
3390SOURCE=..\include\wx\msw\menu.h
3391# End Source File
3392# Begin Source File
3393
3394SOURCE=..\include\wx\msw\menuitem.h
3395# End Source File
3396# Begin Source File
3397
3398SOURCE=..\include\wx\msw\metafile.h
3399# End Source File
3400# Begin Source File
3401
3402SOURCE=..\include\wx\msw\mimetype.h
3403# End Source File
3404# Begin Source File
3405
3406SOURCE=..\include\wx\msw\minifram.h
3407# End Source File
3408# Begin Source File
3409
7391216e
VS
3410SOURCE=..\include\wx\msw\missing.h
3411# End Source File
3412# Begin Source File
3413
be71e18a
VZ
3414SOURCE=..\include\wx\msw\msgdlg.h
3415# End Source File
3416# Begin Source File
3417
3d5231db
VS
3418SOURCE=..\include\wx\msw\mslu.h
3419# End Source File
3420# Begin Source File
3421
be71e18a
VZ
3422SOURCE=..\include\wx\msw\msvcrt.h
3423# End Source File
3424# Begin Source File
3425
3426SOURCE=..\include\wx\msw\notebook.h
3427# End Source File
3428# Begin Source File
3429
7b0c29b9
RN
3430SOURCE=..\include\wx\msw\ole\access.h
3431# End Source File
3432# Begin Source File
3433
3434SOURCE=..\include\wx\msw\ole\automtn.h
3435# End Source File
3436# Begin Source File
3437
3438SOURCE=..\include\wx\msw\ole\dataform.h
3439# End Source File
3440# Begin Source File
3441
3442SOURCE=..\include\wx\msw\ole\dataobj.h
3443# End Source File
3444# Begin Source File
3445
3446SOURCE=..\include\wx\msw\ole\dataobj2.h
3447# End Source File
3448# Begin Source File
3449
3450SOURCE=..\include\wx\msw\ole\dropsrc.h
3451# End Source File
3452# Begin Source File
3453
3454SOURCE=..\include\wx\msw\ole\droptgt.h
3455# End Source File
3456# Begin Source File
3457
1dbdb45d
VS
3458SOURCE=..\include\wx\msw\ole\oleutils.h
3459# End Source File
3460# Begin Source File
3461
7b0c29b9
RN
3462SOURCE=..\include\wx\msw\ole\uuid.h
3463# End Source File
3464# Begin Source File
3465
be71e18a
VZ
3466SOURCE=..\include\wx\msw\palette.h
3467# End Source File
3468# Begin Source File
3469
3470SOURCE=..\include\wx\msw\pen.h
3471# End Source File
3472# Begin Source File
3473
3474SOURCE=..\include\wx\msw\printdlg.h
3475# End Source File
3476# Begin Source File
3477
3478SOURCE=..\include\wx\msw\printwin.h
3479# End Source File
3480# Begin Source File
3481
3482SOURCE=..\include\wx\msw\private.h
3483# End Source File
3484# Begin Source File
3485
3486SOURCE=..\include\wx\msw\radiobox.h
3487# End Source File
3488# Begin Source File
3489
3490SOURCE=..\include\wx\msw\radiobut.h
3491# End Source File
3492# Begin Source File
3493
3494SOURCE=..\include\wx\msw\regconf.h
3495# End Source File
3496# Begin Source File
3497
3498SOURCE=..\include\wx\msw\region.h
3499# End Source File
3500# Begin Source File
3501
3502SOURCE=..\include\wx\msw\registry.h
3503# End Source File
3504# Begin Source File
3505
3506SOURCE=..\include\wx\msw\scrolbar.h
3507# End Source File
3508# Begin Source File
3509
1dbdb45d
VS
3510SOURCE=..\include\wx\msw\setup0.h
3511# End Source File
3512# Begin Source File
3513
be71e18a
VZ
3514SOURCE=..\include\wx\msw\slider95.h
3515# End Source File
3516# Begin Source File
3517
3518SOURCE=..\include\wx\msw\slidrmsw.h
3519# End Source File
3520# Begin Source File
3521
002ed9af
VS
3522SOURCE=..\include\wx\msw\sound.h
3523# End Source File
3524# Begin Source File
3525
be71e18a
VZ
3526SOURCE=..\include\wx\msw\spinbutt.h
3527# End Source File
3528# Begin Source File
3529
176e7e83
VZ
3530SOURCE=..\include\wx\msw\spinctrl.h
3531# End Source File
3532# Begin Source File
107d0fd4
VZ
3533
3534SOURCE=..\include\wx\msw\stackwalk.h
3535# End Source File
3536# Begin Source File
176e7e83 3537
be71e18a
VZ
3538SOURCE=..\include\wx\msw\statbmp.h
3539# End Source File
3540# Begin Source File
3541
3542SOURCE=..\include\wx\msw\statbox.h
3543# End Source File
3544# Begin Source File
3545
3546SOURCE=..\include\wx\msw\statbr95.h
3547# End Source File
3548# Begin Source File
3549
3550SOURCE=..\include\wx\msw\statline.h
3551# End Source File
3552# Begin Source File
3553
3554SOURCE=..\include\wx\msw\stattext.h
3555# End Source File
3556# Begin Source File
3557
3558SOURCE=..\include\wx\msw\tabctrl.h
3559# End Source File
3560# Begin Source File
3561
3562SOURCE=..\include\wx\msw\taskbar.h
3563# End Source File
3564# Begin Source File
3565
3566SOURCE=..\include\wx\msw\tbar95.h
3567# End Source File
3568# Begin Source File
3569
3570SOURCE=..\include\wx\msw\tbarmsw.h
3571# End Source File
3572# Begin Source File
3573
3574SOURCE=..\include\wx\msw\textctrl.h
3575# End Source File
3576# Begin Source File
3577
3578SOURCE=..\include\wx\msw\tglbtn.h
3579# End Source File
3580# Begin Source File
3581
3582SOURCE=..\include\wx\msw\timer.h
3583# End Source File
3584# Begin Source File
3585
3586SOURCE=..\include\wx\msw\tooltip.h
3587# End Source File
3588# Begin Source File
3589
176e7e83
VZ
3590SOURCE=..\include\wx\msw\toplevel.h
3591# End Source File
3592# Begin Source File
3593
be71e18a
VZ
3594SOURCE=..\include\wx\msw\treectrl.h
3595# End Source File
3596# Begin Source File
3597
be71e18a
VZ
3598SOURCE=..\include\wx\msw\window.h
3599# End Source File
3600# Begin Source File
3601
3602SOURCE=..\include\wx\msw\winundef.h
3603# End Source File
1dbdb45d
VS
3604# Begin Source File
3605
e767cedf
VS
3606SOURCE=..\include\wx\msw\wrapcctl.h
3607# End Source File
3608# Begin Source File
3609
1dbdb45d
VS
3610SOURCE=..\include\wx\msw\wrapwin.h
3611# End Source File
be71e18a
VZ
3612# End Group
3613# Begin Group "Generic"
3614
3615# PROP Default_Filter ""
3616# Begin Source File
3617
3618SOURCE=..\include\wx\generic\accel.h
3619# End Source File
3620# Begin Source File
3621
3622SOURCE=..\include\wx\generic\calctrl.h
3623# End Source File
3624# Begin Source File
3625
be71e18a
VZ
3626SOURCE=..\include\wx\generic\choicdgg.h
3627# End Source File
3628# Begin Source File
3629
3630SOURCE=..\include\wx\generic\colrdlgg.h
3631# End Source File
3632# Begin Source File
3633
d9876615
VZ
3634SOURCE=..\include\wx\generic\datectrl.h
3635# End Source File
3636# Begin Source File
3637
be71e18a
VZ
3638SOURCE=..\include\wx\generic\dcpsg.h
3639# End Source File
3640# Begin Source File
3641
3642SOURCE=..\include\wx\generic\dirctrlg.h
3643# End Source File
3644# Begin Source File
3645
be71e18a
VZ
3646SOURCE=..\include\wx\generic\dragimgg.h
3647# End Source File
3648# Begin Source File
3649
be71e18a
VZ
3650SOURCE=..\include\wx\generic\filedlgg.h
3651# End Source File
3652# Begin Source File
3653
3654SOURCE=..\include\wx\generic\fontdlgg.h
3655# End Source File
3656# Begin Source File
3657
3658SOURCE=..\include\wx\generic\grid.h
3659# End Source File
3660# Begin Source File
3661
3662SOURCE=..\include\wx\generic\gridctrl.h
3663# End Source File
3664# Begin Source File
3665
1dbdb45d 3666SOURCE=..\include\wx\generic\gridsel.h
be71e18a
VZ
3667# End Source File
3668# Begin Source File
3669
3670SOURCE=..\include\wx\generic\helpext.h
3671# End Source File
3672# Begin Source File
3673
be71e18a
VZ
3674SOURCE=..\include\wx\generic\imaglist.h
3675# End Source File
3676# Begin Source File
3677
3678SOURCE=..\include\wx\generic\laywin.h
3679# End Source File
3680# Begin Source File
3681
1dbdb45d 3682SOURCE=..\include\wx\generic\logg.h
2b5f62a0
VZ
3683# End Source File
3684# Begin Source File
3685
be71e18a
VZ
3686SOURCE=..\include\wx\generic\msgdlgg.h
3687# End Source File
3688# Begin Source File
3689
3690SOURCE=..\include\wx\generic\notebook.h
3691# End Source File
3692# Begin Source File
3693
c3255f5f
DE
3694SOURCE=..\include\wx\generic\numdlgg.h
3695# End Source File
3696# Begin Source File
3697
be71e18a
VZ
3698SOURCE=..\include\wx\generic\panelg.h
3699# End Source File
75a0a7b7
VS
3700# Begin Source File
3701
3702SOURCE=..\include\wx\generic\printps.h
3703# End Source File
be71e18a
VZ
3704# Begin Source File
3705
be71e18a
VZ
3706SOURCE=..\include\wx\generic\prntdlgg.h
3707# End Source File
3708# Begin Source File
3709
3710SOURCE=..\include\wx\generic\progdlgg.h
3711# End Source File
3712# Begin Source File
3713
3714SOURCE=..\include\wx\generic\sashwin.h
3715# End Source File
3716# Begin Source File
3717
3718SOURCE=..\include\wx\generic\scrolwin.h
3719# End Source File
3720# Begin Source File
3721
1944a74b
VZ
3722SOURCE=..\include\wx\generic\spinctlg.h
3723# End Source File
3724# Begin Source File
3725
be71e18a
VZ
3726SOURCE=..\include\wx\generic\splash.h
3727# End Source File
3728# Begin Source File
3729
3730SOURCE=..\include\wx\generic\splitter.h
3731# End Source File
3732# Begin Source File
3733
be71e18a
VZ
3734SOURCE=..\include\wx\generic\textdlgg.h
3735# End Source File
3736# Begin Source File
3737
a0cb0ba5
VS
3738SOURCE=..\include\wx\generic\timer.h
3739# End Source File
3740# Begin Source File
3741
be71e18a
VZ
3742SOURCE=..\include\wx\generic\treectlg.h
3743# End Source File
3744# Begin Source File
3745
3746SOURCE=..\include\wx\generic\wizard.h
3747# End Source File
be71e18a
VZ
3748# End Group
3749# Begin Group "HTML"
3750
3751# PROP Default_Filter ""
3752# Begin Source File
3753
3754SOURCE=..\include\wx\html\forcelnk.h
3755# End Source File
3756# Begin Source File
3757
3758SOURCE=..\include\wx\html\helpctrl.h
3759# End Source File
3760# Begin Source File
3761
3762SOURCE=..\include\wx\html\helpdata.h
3763# End Source File
3764# Begin Source File
3765
3766SOURCE=..\include\wx\html\helpfrm.h
3767# End Source File
3768# Begin Source File
3769
3770SOURCE=..\include\wx\html\htmlcell.h
3771# End Source File
3772# Begin Source File
3773
3774SOURCE=..\include\wx\html\htmldefs.h
3775# End Source File
3776# Begin Source File
3777
3778SOURCE=..\include\wx\html\htmlfilt.h
3779# End Source File
3780# Begin Source File
3781
3782SOURCE=..\include\wx\html\htmlpars.h
3783# End Source File
3784# Begin Source File
3785
1dbdb45d
VS
3786SOURCE=..\include\wx\html\htmlproc.h
3787# End Source File
3788# Begin Source File
3789
be71e18a
VZ
3790SOURCE=..\include\wx\html\htmltag.h
3791# End Source File
3792# Begin Source File
3793
3794SOURCE=..\include\wx\html\htmlwin.h
3795# End Source File
3796# Begin Source File
3797
3798SOURCE=..\include\wx\html\htmprint.h
3799# End Source File
3800# Begin Source File
3801
3802SOURCE=..\include\wx\html\m_templ.h
3803# End Source File
3804# Begin Source File
3805
3806SOURCE=..\include\wx\html\winpars.h
3807# End Source File
be71e18a
VZ
3808# End Group
3809# End Group
3810# End Target
3811# End Project