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