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