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