]>
Commit | Line | Data |
---|---|---|
e1797895 VZ |
1 | # Microsoft Developer Studio Project File - Name="wxBase" - Package Owner=<4> |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
3 | # ** DO NOT EDIT ** | |
4 | ||
e1797895 | 5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 |
8255d371 | 6 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 |
e1797895 VZ |
7 | |
8 | CFG=wxBase - Win32 Debug | |
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 | |
12 | !MESSAGE NMAKE /f "wxBase.mak". | |
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 | |
17 | !MESSAGE NMAKE /f "wxBase.mak" CFG="wxBase - Win32 Debug" | |
18 | !MESSAGE | |
19 | !MESSAGE Possible choices for configuration are: | |
20 | !MESSAGE | |
21 | !MESSAGE "wxBase - Win32 Release Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library") | |
22 | !MESSAGE "wxBase - Win32 Debug Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library") | |
23 | !MESSAGE "wxBase - Win32 Release Unicode" (based on "Win32 (x86) Static Library") | |
24 | !MESSAGE "wxBase - Win32 Debug Unicode" (based on "Win32 (x86) Static Library") | |
25 | !MESSAGE "wxBase - Win32 Release DLL" (based on "Win32 (x86) Dynamic-Link Library") | |
26 | !MESSAGE "wxBase - Win32 Debug DLL" (based on "Win32 (x86) Dynamic-Link Library") | |
27 | !MESSAGE "wxBase - Win32 Release" (based on "Win32 (x86) Static Library") | |
28 | !MESSAGE "wxBase - Win32 Debug" (based on "Win32 (x86) Static Library") | |
29 | !MESSAGE | |
30 | ||
31 | # Begin Project | |
32 | # PROP AllowPerConfigDependencies 0 | |
8e7b0418 | 33 | # PROP Scc_ProjName "" |
e1797895 | 34 | # PROP Scc_LocalPath "" |
e1797895 VZ |
35 | |
36 | !IF "$(CFG)" == "wxBase - Win32 Release Unicode DLL" | |
37 | ||
38 | # PROP BASE Use_MFC 0 | |
39 | # PROP BASE Use_Debug_Libraries 0 | |
40 | # PROP BASE Output_Dir "../lib" | |
41 | # PROP BASE Intermediate_Dir "../BaseReleaseUnicodeDll" | |
42 | # PROP BASE Target_Dir "" | |
43 | # PROP Use_MFC 0 | |
44 | # PROP Use_Debug_Libraries 0 | |
45 | # PROP Output_Dir "../lib" | |
46 | # PROP Intermediate_Dir "../BaseReleaseUnicodeDll" | |
47 | # PROP Ignore_Export_Lib 0 | |
48 | # PROP Target_Dir "" | |
8255d371 | 49 | CPP=cl.exe |
7de3c469 | 50 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
63bd679b | 51 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/basedllu" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c |
8255d371 | 52 | MTL=midl.exe |
e1797895 VZ |
53 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
54 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
8255d371 | 55 | RSC=rc.exe |
e1797895 VZ |
56 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
57 | # ADD RSC /l 0x409 /i "../include" /d "NDEBUG" | |
58 | BSC32=bscmake.exe | |
59 | # ADD BASE BSC32 /nologo | |
60 | # ADD BSC32 /nologo | |
61 | LINK32=link.exe | |
6556acfa | 62 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"../lib/wxbase233u.dll" |
8255d371 | 63 | # ADD LINK32 ../lib/zlib.lib ../lib/regex.lib kernel32.lib user32.lib advapi32.lib wsock32.lib shell32.lib /nologo /version:2.3 /dll /machine:I386 /out:"../lib/wxbase233u.dll" |
e1797895 VZ |
64 | |
65 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode DLL" | |
66 | ||
67 | # PROP BASE Use_MFC 0 | |
68 | # PROP BASE Use_Debug_Libraries 1 | |
69 | # PROP BASE Output_Dir "../lib" | |
70 | # PROP BASE Intermediate_Dir "../BaseDebugUnicodeDll" | |
71 | # PROP BASE Target_Dir "" | |
72 | # PROP Use_MFC 0 | |
73 | # PROP Use_Debug_Libraries 1 | |
74 | # PROP Output_Dir "../lib" | |
75 | # PROP Intermediate_Dir "../BaseDebugUnicodeDll" | |
76 | # PROP Ignore_Export_Lib 0 | |
77 | # PROP Target_Dir "" | |
8255d371 | 78 | CPP=cl.exe |
7de3c469 | 79 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
63bd679b | 80 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/basedllud" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c |
8255d371 | 81 | MTL=midl.exe |
e1797895 VZ |
82 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
83 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | |
8255d371 | 84 | RSC=rc.exe |
e1797895 VZ |
85 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
86 | # ADD RSC /l 0x409 /i "../include" /d "_DEBUG" | |
87 | BSC32=bscmake.exe | |
88 | # ADD BASE BSC32 /nologo | |
89 | # ADD BSC32 /nologo | |
90 | LINK32=link.exe | |
8255d371 VZ |
91 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../lib/wxbase233ud.dll" /pdbtype:sept |
92 | # ADD LINK32 ../lib/zlibd.lib ../lib/regexd.lib kernel32.lib user32.lib advapi32.lib wsock32.lib shell32.lib /nologo /version:2.2 /dll /debug /machine:I386 /out:"../lib/wxbase233ud.dll" /pdbtype:sept | |
e1797895 VZ |
93 | |
94 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release Unicode" | |
95 | ||
96 | # PROP BASE Use_MFC 0 | |
97 | # PROP BASE Use_Debug_Libraries 0 | |
98 | # PROP BASE Output_Dir "..\lib" | |
99 | # PROP BASE Intermediate_Dir "..\BaseReleaseUnicode" | |
100 | # PROP BASE Target_Dir "" | |
101 | # PROP Use_MFC 0 | |
102 | # PROP Use_Debug_Libraries 0 | |
103 | # PROP Output_Dir "..\lib" | |
104 | # PROP Intermediate_Dir "..\BaseReleaseUnicode" | |
105 | # PROP Target_Dir "" | |
8255d371 | 106 | CPP=cl.exe |
7de3c469 | 107 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c |
63bd679b | 108 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/baseu" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c |
8255d371 | 109 | RSC=rc.exe |
e1797895 VZ |
110 | # ADD BASE RSC /l 0x409 |
111 | # ADD RSC /l 0x409 | |
112 | BSC32=bscmake.exe | |
113 | # ADD BASE BSC32 /nologo | |
114 | # ADD BSC32 /nologo | |
115 | LIB32=link.exe -lib | |
116 | # ADD BASE LIB32 /nologo | |
117 | # ADD LIB32 /nologo /out:"..\lib\wxbaseu.lib" | |
118 | ||
119 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode" | |
120 | ||
121 | # PROP BASE Use_MFC 0 | |
122 | # PROP BASE Use_Debug_Libraries 1 | |
123 | # PROP BASE Output_Dir "..\lib" | |
124 | # PROP BASE Intermediate_Dir "..\BaseDebugUnicode" | |
125 | # PROP BASE Target_Dir "" | |
126 | # PROP Use_MFC 0 | |
127 | # PROP Use_Debug_Libraries 1 | |
128 | # PROP Output_Dir "..\lib" | |
129 | # PROP Intermediate_Dir "..\BaseDebugUnicode" | |
130 | # PROP Target_Dir "" | |
8255d371 | 131 | CPP=cl.exe |
7de3c469 | 132 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c |
63bd679b | 133 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/baseud" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D wxUSE_GUI=0 /D "WIN32" /D "__WXDEBUG__" /D WINVER=0x400 /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c |
8255d371 | 134 | RSC=rc.exe |
e1797895 VZ |
135 | # ADD BASE RSC /l 0x409 |
136 | # ADD RSC /l 0x409 | |
137 | BSC32=bscmake.exe | |
138 | # ADD BASE BSC32 /nologo | |
8255d371 | 139 | # ADD BSC32 /nologo |
e1797895 VZ |
140 | LIB32=link.exe -lib |
141 | # ADD BASE LIB32 /nologo | |
142 | # ADD LIB32 /nologo /out:"..\lib\wxbaseud.lib" | |
143 | ||
144 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release DLL" | |
145 | ||
146 | # PROP BASE Use_MFC 0 | |
147 | # PROP BASE Use_Debug_Libraries 0 | |
148 | # PROP BASE Output_Dir "../lib" | |
149 | # PROP BASE Intermediate_Dir "../BaseReleaseDll" | |
150 | # PROP BASE Target_Dir "" | |
151 | # PROP Use_MFC 0 | |
152 | # PROP Use_Debug_Libraries 0 | |
153 | # PROP Output_Dir "../lib" | |
154 | # PROP Intermediate_Dir "../BaseReleaseDll" | |
155 | # PROP Ignore_Export_Lib 0 | |
156 | # PROP Target_Dir "" | |
8255d371 | 157 | CPP=cl.exe |
7de3c469 | 158 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
63bd679b | 159 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/basedll" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /D "WXMAKINGDLL" /Yu"wx/wxprec.h" /FD /c |
8255d371 | 160 | MTL=midl.exe |
e1797895 VZ |
161 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
162 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
8255d371 | 163 | RSC=rc.exe |
e1797895 VZ |
164 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
165 | # ADD RSC /l 0x409 /i "../include" /d "NDEBUG" | |
166 | BSC32=bscmake.exe | |
167 | # ADD BASE BSC32 /nologo | |
168 | # ADD BSC32 /nologo | |
169 | LINK32=link.exe | |
6556acfa | 170 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"../lib/wxbase233.dll" |
8255d371 | 171 | # ADD LINK32 ../lib/zlib.lib ../lib/regex.lib kernel32.lib user32.lib advapi32.lib wsock32.lib shell32.lib /nologo /version:2.3 /dll /machine:I386 /out:"../lib/wxbase233.dll" |
e1797895 VZ |
172 | |
173 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug DLL" | |
174 | ||
175 | # PROP BASE Use_MFC 0 | |
176 | # PROP BASE Use_Debug_Libraries 1 | |
177 | # PROP BASE Output_Dir "../lib" | |
178 | # PROP BASE Intermediate_Dir "../BaseDebugDll" | |
179 | # PROP BASE Target_Dir "" | |
180 | # PROP Use_MFC 0 | |
181 | # PROP Use_Debug_Libraries 1 | |
182 | # PROP Output_Dir "../lib" | |
183 | # PROP Intermediate_Dir "../BaseDebugDll" | |
184 | # PROP Ignore_Export_Lib 0 | |
185 | # PROP Target_Dir "" | |
8255d371 | 186 | CPP=cl.exe |
7de3c469 | 187 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
63bd679b | 188 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/basedlld" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /D "WXMAKINGDLL" /Yu"wx/wxprec.h" /FD /c |
8255d371 | 189 | MTL=midl.exe |
e1797895 VZ |
190 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
191 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | |
8255d371 | 192 | RSC=rc.exe |
e1797895 VZ |
193 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
194 | # ADD RSC /l 0x409 /i "../include" /d "_DEBUG" | |
195 | BSC32=bscmake.exe | |
196 | # ADD BASE BSC32 /nologo | |
197 | # ADD BSC32 /nologo | |
198 | LINK32=link.exe | |
8255d371 VZ |
199 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../lib/wxbase233d.dll" /pdbtype:sept |
200 | # ADD LINK32 ../lib/zlibd.lib ../lib/regexd.lib kernel32.lib user32.lib advapi32.lib wsock32.lib shell32.lib /nologo /version:2.2 /dll /debug /machine:I386 /out:"../lib/wxbase233d.dll" /pdbtype:sept | |
e1797895 VZ |
201 | |
202 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release" | |
203 | ||
204 | # PROP BASE Use_MFC 0 | |
205 | # PROP BASE Use_Debug_Libraries 0 | |
206 | # PROP BASE Output_Dir "..\lib" | |
207 | # PROP BASE Intermediate_Dir "..\BaseRelease" | |
208 | # PROP BASE Target_Dir "" | |
209 | # PROP Use_MFC 0 | |
210 | # PROP Use_Debug_Libraries 0 | |
211 | # PROP Output_Dir "..\lib" | |
212 | # PROP Intermediate_Dir "..\BaseRelease" | |
213 | # PROP Target_Dir "" | |
8255d371 | 214 | CPP=cl.exe |
7de3c469 VZ |
215 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c |
216 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/base" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c | |
8255d371 | 217 | RSC=rc.exe |
e1797895 VZ |
218 | # ADD BASE RSC /l 0x409 |
219 | # ADD RSC /l 0x409 | |
220 | BSC32=bscmake.exe | |
221 | # ADD BASE BSC32 /nologo | |
222 | # ADD BSC32 /nologo | |
223 | LIB32=link.exe -lib | |
224 | # ADD BASE LIB32 /nologo | |
8255d371 | 225 | # ADD LIB32 /nologo |
e1797895 VZ |
226 | |
227 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug" | |
228 | ||
229 | # PROP BASE Use_MFC 0 | |
230 | # PROP BASE Use_Debug_Libraries 1 | |
231 | # PROP BASE Output_Dir "..\lib" | |
232 | # PROP BASE Intermediate_Dir "..\BaseDebug" | |
233 | # PROP BASE Target_Dir "" | |
234 | # PROP Use_MFC 0 | |
235 | # PROP Use_Debug_Libraries 1 | |
236 | # PROP Output_Dir "..\lib" | |
237 | # PROP Intermediate_Dir "..\BaseDebug" | |
238 | # PROP Target_Dir "" | |
8255d371 | 239 | CPP=cl.exe |
7de3c469 VZ |
240 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c |
241 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/based" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D wxUSE_GUI=0 /D "WIN32" /D "__WXDEBUG__" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c | |
8255d371 | 242 | RSC=rc.exe |
e1797895 VZ |
243 | # ADD BASE RSC /l 0x409 |
244 | # ADD RSC /l 0x409 | |
245 | BSC32=bscmake.exe | |
246 | # ADD BASE BSC32 /nologo | |
8255d371 | 247 | # ADD BSC32 /nologo |
e1797895 VZ |
248 | LIB32=link.exe -lib |
249 | # ADD BASE LIB32 /nologo | |
250 | # ADD LIB32 /nologo /out:"..\lib\wxbased.lib" | |
251 | ||
252 | !ENDIF | |
253 | ||
254 | # Begin Target | |
255 | ||
256 | # Name "wxBase - Win32 Release Unicode DLL" | |
257 | # Name "wxBase - Win32 Debug Unicode DLL" | |
258 | # Name "wxBase - Win32 Release Unicode" | |
259 | # Name "wxBase - Win32 Debug Unicode" | |
260 | # Name "wxBase - Win32 Release DLL" | |
261 | # Name "wxBase - Win32 Debug DLL" | |
262 | # Name "wxBase - Win32 Release" | |
263 | # Name "wxBase - Win32 Debug" | |
e1797895 VZ |
264 | # Begin Group "Common Files" |
265 | ||
266 | # PROP Default_Filter "" | |
267 | # Begin Source File | |
268 | ||
269 | SOURCE=.\common\appcmn.cpp | |
270 | # End Source File | |
271 | # Begin Source File | |
272 | ||
32037c4e VS |
273 | SOURCE=.\common\clntdata.cpp |
274 | # End Source File | |
275 | # Begin Source File | |
276 | ||
e1797895 VZ |
277 | SOURCE=.\common\cmdline.cpp |
278 | # End Source File | |
279 | # Begin Source File | |
280 | ||
281 | SOURCE=.\common\config.cpp | |
282 | # End Source File | |
283 | # Begin Source File | |
284 | ||
285 | SOURCE=.\common\datetime.cpp | |
286 | # End Source File | |
287 | # Begin Source File | |
288 | ||
289 | SOURCE=.\common\datstrm.cpp | |
290 | # End Source File | |
291 | # Begin Source File | |
292 | ||
293 | SOURCE=.\common\db.cpp | |
294 | # End Source File | |
295 | # Begin Source File | |
296 | ||
297 | SOURCE=.\common\dbtable.cpp | |
298 | # End Source File | |
299 | # Begin Source File | |
300 | ||
301 | SOURCE=.\common\dircmn.cpp | |
302 | # End Source File | |
303 | # Begin Source File | |
304 | ||
305 | SOURCE=.\common\dynarray.cpp | |
306 | # End Source File | |
307 | # Begin Source File | |
308 | ||
309 | SOURCE=.\common\dynlib.cpp | |
310 | # End Source File | |
311 | # Begin Source File | |
312 | ||
0b9ab0bd RL |
313 | SOURCE=.\common\dynload.cpp |
314 | # End Source File | |
315 | # Begin Source File | |
316 | ||
e1797895 VZ |
317 | SOURCE=.\common\encconv.cpp |
318 | # End Source File | |
319 | # Begin Source File | |
320 | ||
321 | SOURCE=.\common\event.cpp | |
322 | # End Source File | |
323 | # Begin Source File | |
324 | ||
8255d371 VZ |
325 | SOURCE=.\common\extended.c |
326 | # SUBTRACT CPP /YX /Yc /Yu | |
327 | # End Source File | |
328 | # Begin Source File | |
329 | ||
e1797895 VZ |
330 | SOURCE=.\common\ffile.cpp |
331 | # End Source File | |
332 | # Begin Source File | |
333 | ||
334 | SOURCE=.\common\file.cpp | |
335 | # End Source File | |
336 | # Begin Source File | |
337 | ||
338 | SOURCE=.\common\fileconf.cpp | |
339 | # End Source File | |
340 | # Begin Source File | |
341 | ||
342 | SOURCE=.\common\filefn.cpp | |
343 | # End Source File | |
344 | # Begin Source File | |
345 | ||
346 | SOURCE=.\common\filename.cpp | |
347 | # End Source File | |
348 | # Begin Source File | |
349 | ||
350 | SOURCE=.\common\filesys.cpp | |
351 | # End Source File | |
352 | # Begin Source File | |
353 | ||
354 | SOURCE=.\common\fontmap.cpp | |
355 | # End Source File | |
356 | # Begin Source File | |
357 | ||
358 | SOURCE=.\common\fs_inet.cpp | |
359 | # End Source File | |
360 | # Begin Source File | |
361 | ||
362 | SOURCE=.\common\fs_mem.cpp | |
363 | # End Source File | |
364 | # Begin Source File | |
365 | ||
366 | SOURCE=.\common\fs_zip.cpp | |
367 | # End Source File | |
368 | # Begin Source File | |
369 | ||
370 | SOURCE=.\common\ftp.cpp | |
371 | # End Source File | |
372 | # Begin Source File | |
373 | ||
374 | SOURCE=.\common\hash.cpp | |
375 | # End Source File | |
376 | # Begin Source File | |
377 | ||
d74b838c MB |
378 | SOURCE=.\common\hashmap.cpp |
379 | # End Source File | |
380 | # Begin Source File | |
381 | ||
e1797895 VZ |
382 | SOURCE=.\common\http.cpp |
383 | # End Source File | |
384 | # Begin Source File | |
385 | ||
8255d371 VZ |
386 | SOURCE=.\common\init.cpp |
387 | # End Source File | |
388 | # Begin Source File | |
389 | ||
e1797895 VZ |
390 | SOURCE=.\common\intl.cpp |
391 | # End Source File | |
392 | # Begin Source File | |
393 | ||
394 | SOURCE=.\common\ipcbase.cpp | |
395 | # End Source File | |
396 | # Begin Source File | |
397 | ||
398 | SOURCE=.\common\list.cpp | |
399 | # End Source File | |
400 | # Begin Source File | |
401 | ||
402 | SOURCE=.\common\log.cpp | |
403 | # End Source File | |
404 | # Begin Source File | |
405 | ||
406 | SOURCE=.\common\longlong.cpp | |
407 | # End Source File | |
408 | # Begin Source File | |
409 | ||
410 | SOURCE=.\common\memory.cpp | |
411 | # End Source File | |
412 | # Begin Source File | |
413 | ||
414 | SOURCE=.\common\mimecmn.cpp | |
415 | # End Source File | |
416 | # Begin Source File | |
417 | ||
418 | SOURCE=.\common\module.cpp | |
419 | # End Source File | |
420 | # Begin Source File | |
421 | ||
dc0e23b8 MB |
422 | SOURCE=.\common\msgout.cpp |
423 | # End Source File | |
424 | # Begin Source File | |
425 | ||
e1797895 VZ |
426 | SOURCE=.\common\mstream.cpp |
427 | # End Source File | |
428 | # Begin Source File | |
429 | ||
430 | SOURCE=.\common\object.cpp | |
431 | # End Source File | |
432 | # Begin Source File | |
433 | ||
e1797895 VZ |
434 | SOURCE=.\common\process.cpp |
435 | # End Source File | |
436 | # Begin Source File | |
437 | ||
438 | SOURCE=.\common\protocol.cpp | |
439 | # End Source File | |
440 | # Begin Source File | |
441 | ||
442 | SOURCE=.\common\regex.cpp | |
443 | # End Source File | |
444 | # Begin Source File | |
445 | ||
446 | SOURCE=.\common\sckaddr.cpp | |
447 | # End Source File | |
448 | # Begin Source File | |
449 | ||
450 | SOURCE=.\common\sckfile.cpp | |
451 | # End Source File | |
452 | # Begin Source File | |
453 | ||
454 | SOURCE=.\common\sckipc.cpp | |
455 | # End Source File | |
456 | # Begin Source File | |
457 | ||
458 | SOURCE=.\common\sckstrm.cpp | |
459 | # End Source File | |
460 | # Begin Source File | |
461 | ||
e1797895 VZ |
462 | SOURCE=.\common\socket.cpp |
463 | # End Source File | |
464 | # Begin Source File | |
465 | ||
466 | SOURCE=.\common\strconv.cpp | |
467 | # End Source File | |
468 | # Begin Source File | |
469 | ||
470 | SOURCE=.\common\stream.cpp | |
471 | # End Source File | |
472 | # Begin Source File | |
473 | ||
474 | SOURCE=.\common\string.cpp | |
475 | # End Source File | |
476 | # Begin Source File | |
477 | ||
478 | SOURCE=.\common\sysopt.cpp | |
479 | # End Source File | |
480 | # Begin Source File | |
481 | ||
a3a584a7 VZ |
482 | SOURCE=.\common\textbuf.cpp |
483 | # End Source File | |
484 | # Begin Source File | |
485 | ||
e1797895 VZ |
486 | SOURCE=.\common\textfile.cpp |
487 | # End Source File | |
488 | # Begin Source File | |
489 | ||
490 | SOURCE=.\common\timercmn.cpp | |
491 | # End Source File | |
492 | # Begin Source File | |
493 | ||
494 | SOURCE=.\common\tokenzr.cpp | |
495 | # End Source File | |
496 | # Begin Source File | |
497 | ||
498 | SOURCE=.\common\txtstrm.cpp | |
499 | # End Source File | |
500 | # Begin Source File | |
501 | ||
8255d371 VZ |
502 | SOURCE=.\common\unzip.c |
503 | # SUBTRACT CPP /YX /Yc /Yu | |
504 | # End Source File | |
505 | # Begin Source File | |
506 | ||
e1797895 VZ |
507 | SOURCE=.\common\url.cpp |
508 | # End Source File | |
509 | # Begin Source File | |
510 | ||
511 | SOURCE=.\common\utilscmn.cpp | |
512 | # End Source File | |
513 | # Begin Source File | |
514 | ||
515 | SOURCE=.\common\variant.cpp | |
516 | # End Source File | |
517 | # Begin Source File | |
518 | ||
519 | SOURCE=.\common\wfstream.cpp | |
520 | # End Source File | |
521 | # Begin Source File | |
522 | ||
523 | SOURCE=.\common\wxchar.cpp | |
524 | # End Source File | |
525 | # Begin Source File | |
526 | ||
527 | SOURCE=.\common\zipstrm.cpp | |
528 | # End Source File | |
529 | # Begin Source File | |
530 | ||
531 | SOURCE=.\common\zstream.cpp | |
532 | # End Source File | |
8255d371 VZ |
533 | # End Group |
534 | # Begin Group "MSW Files" | |
e1797895 | 535 | |
8255d371 | 536 | # PROP Default_Filter "" |
e1797895 VZ |
537 | # Begin Source File |
538 | ||
8255d371 | 539 | SOURCE=.\msw\dde.cpp |
e1797895 VZ |
540 | # End Source File |
541 | # Begin Source File | |
542 | ||
8255d371 | 543 | SOURCE=.\msw\dir.cpp |
e1797895 | 544 | # End Source File |
e1797895 VZ |
545 | # Begin Source File |
546 | ||
547 | SOURCE=.\msw\dummy.cpp | |
548 | # ADD CPP /Yc"wx/wxprec.h" | |
549 | # End Source File | |
550 | # Begin Source File | |
551 | ||
8255d371 VZ |
552 | SOURCE=.\msw\gsocket.c |
553 | # SUBTRACT CPP /YX /Yc /Yu | |
e1797895 VZ |
554 | # End Source File |
555 | # Begin Source File | |
556 | ||
8255d371 VZ |
557 | SOURCE=.\msw\gsockmsw.c |
558 | # SUBTRACT CPP /YX /Yc /Yu | |
e1797895 VZ |
559 | # End Source File |
560 | # Begin Source File | |
561 | ||
562 | SOURCE=.\msw\main.cpp | |
563 | # End Source File | |
564 | # Begin Source File | |
565 | ||
566 | SOURCE=.\msw\mimetype.cpp | |
567 | # End Source File | |
568 | # Begin Source File | |
569 | ||
570 | SOURCE=.\msw\regconf.cpp | |
571 | # End Source File | |
572 | # Begin Source File | |
573 | ||
574 | SOURCE=.\msw\registry.cpp | |
575 | # End Source File | |
576 | # Begin Source File | |
577 | ||
578 | SOURCE=.\msw\snglinst.cpp | |
579 | # End Source File | |
580 | # Begin Source File | |
581 | ||
582 | SOURCE=.\msw\thread.cpp | |
583 | # End Source File | |
584 | # Begin Source File | |
585 | ||
586 | SOURCE=.\msw\utils.cpp | |
587 | # End Source File | |
588 | # Begin Source File | |
589 | ||
590 | SOURCE=.\msw\utilsexc.cpp | |
591 | # End Source File | |
a0cb0ba5 VS |
592 | # Begin Source File |
593 | ||
594 | SOURCE=.\msw\volume.cpp | |
595 | # End Source File | |
e1797895 VZ |
596 | # End Group |
597 | # Begin Group "Headers" | |
598 | ||
599 | # PROP Default_Filter "" | |
600 | # Begin Group "Setup" | |
601 | ||
602 | # PROP Default_Filter "" | |
603 | # Begin Source File | |
604 | ||
4fcf087d | 605 | SOURCE=..\include\wx\msw\setup.h |
8255d371 | 606 | |
e1797895 | 607 | !IF "$(CFG)" == "wxBase - Win32 Release Unicode DLL" |
8255d371 | 608 | |
7de3c469 | 609 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 610 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
611 | |
612 | "../lib/basedllu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 613 | copy "$(InputPath)" ..\lib\basedllu\wx\setup.h |
e1797895 VZ |
614 | |
615 | # End Custom Build | |
8255d371 | 616 | |
e1797895 | 617 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode DLL" |
8255d371 | 618 | |
7de3c469 | 619 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 620 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
621 | |
622 | "../lib/basedllud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 623 | copy "$(InputPath)" ..\lib\basedllud\wx\setup.h |
8255d371 | 624 | |
e1797895 | 625 | # End Custom Build |
8255d371 | 626 | |
e1797895 | 627 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release Unicode" |
8255d371 | 628 | |
7de3c469 | 629 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 630 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
631 | |
632 | "../lib/baseu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 633 | copy "$(InputPath)" ..\lib\baseu\wx\setup.h |
e1797895 VZ |
634 | |
635 | # End Custom Build | |
8255d371 | 636 | |
e1797895 | 637 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode" |
8255d371 | 638 | |
7de3c469 | 639 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 640 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
641 | |
642 | "../lib/baseud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 643 | copy "$(InputPath)" ..\lib\baseud\wx\setup.h |
e1797895 VZ |
644 | |
645 | # End Custom Build | |
8255d371 | 646 | |
e1797895 | 647 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release DLL" |
8255d371 | 648 | |
7de3c469 | 649 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 650 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
651 | |
652 | "../lib/basedll/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 653 | copy "$(InputPath)" ..\lib\basedll\wx\setup.h |
e1797895 VZ |
654 | |
655 | # End Custom Build | |
8255d371 | 656 | |
e1797895 | 657 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug DLL" |
8255d371 | 658 | |
7de3c469 | 659 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 660 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
661 | |
662 | "../lib/basedlld/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 663 | copy "$(InputPath)" ..\lib\basedlld\wx\setup.h |
8255d371 | 664 | |
e1797895 | 665 | # End Custom Build |
8255d371 | 666 | |
e1797895 | 667 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release" |
8255d371 | 668 | |
7de3c469 | 669 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 670 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
671 | |
672 | "../lib/base/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 673 | copy "$(InputPath)" ..\lib\base\wx\setup.h |
e1797895 VZ |
674 | |
675 | # End Custom Build | |
8255d371 | 676 | |
e1797895 | 677 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug" |
8255d371 | 678 | |
7de3c469 | 679 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
4fcf087d | 680 | InputPath=..\include\wx\msw\setup.h |
e1797895 VZ |
681 | |
682 | "../lib/based/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
a448a02f | 683 | copy "$(InputPath)" ..\lib\based\wx\setup.h |
e1797895 VZ |
684 | |
685 | # End Custom Build | |
8255d371 | 686 | |
e1797895 VZ |
687 | !ENDIF |
688 | ||
689 | # End Source File | |
690 | # End Group | |
691 | # Begin Group "Common" | |
692 | ||
693 | # PROP Default_Filter "" | |
694 | # Begin Source File | |
695 | ||
696 | SOURCE=..\include\wx\app.h | |
697 | # End Source File | |
698 | # Begin Source File | |
699 | ||
700 | SOURCE=..\include\wx\buffer.h | |
701 | # End Source File | |
702 | # Begin Source File | |
703 | ||
3a03c143 VZ |
704 | SOURCE=..\include\wx\build.h |
705 | # End Source File | |
706 | # Begin Source File | |
707 | ||
e1797895 VZ |
708 | SOURCE=..\include\wx\chkconf.h |
709 | # End Source File | |
710 | # Begin Source File | |
711 | ||
32037c4e VS |
712 | SOURCE=..\include\wx\clntdata.h |
713 | # End Source File | |
714 | # Begin Source File | |
715 | ||
e1797895 VZ |
716 | SOURCE=..\include\wx\cmdline.h |
717 | # End Source File | |
718 | # Begin Source File | |
719 | ||
720 | SOURCE=..\include\wx\confbase.h | |
721 | # End Source File | |
722 | # Begin Source File | |
723 | ||
724 | SOURCE=..\include\wx\config.h | |
725 | # End Source File | |
726 | # Begin Source File | |
727 | ||
728 | SOURCE=..\include\wx\date.h | |
729 | # End Source File | |
730 | # Begin Source File | |
731 | ||
732 | SOURCE=..\include\wx\datetime.h | |
733 | # End Source File | |
734 | # Begin Source File | |
735 | ||
736 | SOURCE=..\include\wx\datetime.inl | |
737 | # End Source File | |
738 | # Begin Source File | |
739 | ||
740 | SOURCE=..\include\wx\datstrm.h | |
741 | # End Source File | |
742 | # Begin Source File | |
743 | ||
744 | SOURCE=..\include\wx\db.h | |
745 | # End Source File | |
746 | # Begin Source File | |
747 | ||
748 | SOURCE=..\include\wx\dbtable.h | |
749 | # End Source File | |
750 | # Begin Source File | |
751 | ||
752 | SOURCE=..\include\wx\dde.h | |
753 | # End Source File | |
754 | # Begin Source File | |
755 | ||
756 | SOURCE=..\include\wx\debug.h | |
757 | # End Source File | |
758 | # Begin Source File | |
759 | ||
760 | SOURCE=..\include\wx\defs.h | |
761 | # End Source File | |
762 | # Begin Source File | |
763 | ||
764 | SOURCE=..\include\wx\dir.h | |
765 | # End Source File | |
766 | # Begin Source File | |
767 | ||
768 | SOURCE=..\include\wx\dynarray.h | |
769 | # End Source File | |
770 | # Begin Source File | |
771 | ||
772 | SOURCE=..\include\wx\dynlib.h | |
773 | # End Source File | |
774 | # Begin Source File | |
775 | ||
0b9ab0bd RL |
776 | SOURCE=..\include\wx\dynload.h |
777 | # End Source File | |
778 | # Begin Source File | |
779 | ||
e1797895 VZ |
780 | SOURCE=..\include\wx\encconv.h |
781 | # End Source File | |
782 | # Begin Source File | |
783 | ||
784 | SOURCE=..\include\wx\event.h | |
785 | # End Source File | |
786 | # Begin Source File | |
787 | ||
98672b4b RD |
788 | SOURCE=..\include\wx\features.h |
789 | # End Source File | |
790 | # Begin Source File | |
791 | ||
e1797895 VZ |
792 | SOURCE=..\include\wx\ffile.h |
793 | # End Source File | |
794 | # Begin Source File | |
795 | ||
796 | SOURCE=..\include\wx\file.h | |
797 | # End Source File | |
798 | # Begin Source File | |
799 | ||
800 | SOURCE=..\include\wx\fileconf.h | |
801 | # End Source File | |
802 | # Begin Source File | |
803 | ||
804 | SOURCE=..\include\wx\filefn.h | |
805 | # End Source File | |
806 | # Begin Source File | |
807 | ||
808 | SOURCE=..\include\wx\filename.h | |
809 | # End Source File | |
810 | # Begin Source File | |
811 | ||
812 | SOURCE=..\include\wx\filesys.h | |
813 | # End Source File | |
814 | # Begin Source File | |
815 | ||
816 | SOURCE=..\include\wx\fontenc.h | |
817 | # End Source File | |
818 | # Begin Source File | |
819 | ||
820 | SOURCE=..\include\wx\fontmap.h | |
821 | # End Source File | |
822 | # Begin Source File | |
823 | ||
824 | SOURCE=..\include\wx\fs_inet.h | |
825 | # End Source File | |
826 | # Begin Source File | |
827 | ||
828 | SOURCE=..\include\wx\fs_mem.h | |
829 | # End Source File | |
830 | # Begin Source File | |
831 | ||
832 | SOURCE=..\include\wx\fs_zip.h | |
833 | # End Source File | |
834 | # Begin Source File | |
835 | ||
836 | SOURCE=..\include\wx\gsocket.h | |
837 | # End Source File | |
838 | # Begin Source File | |
839 | ||
840 | SOURCE=..\include\wx\hash.h | |
841 | # End Source File | |
842 | # Begin Source File | |
843 | ||
d74b838c MB |
844 | SOURCE=..\include\wx\hashmap.h |
845 | # End Source File | |
846 | # Begin Source File | |
847 | ||
e1797895 VZ |
848 | SOURCE=..\include\wx\intl.h |
849 | # End Source File | |
850 | # Begin Source File | |
851 | ||
852 | SOURCE=..\include\wx\ioswrap.h | |
853 | # End Source File | |
854 | # Begin Source File | |
855 | ||
7391216e VS |
856 | SOURCE=..\include\wx\ipc.h |
857 | # End Source File | |
858 | # Begin Source File | |
859 | ||
e1797895 VZ |
860 | SOURCE=..\include\wx\ipcbase.h |
861 | # End Source File | |
862 | # Begin Source File | |
863 | ||
47dddc2f RR |
864 | SOURCE=..\include\wx\isql.h |
865 | # End Source File | |
866 | # Begin Source File | |
867 | ||
868 | SOURCE=..\include\wx\isqlext.h | |
869 | # End Source File | |
870 | # Begin Source File | |
871 | ||
e1797895 VZ |
872 | SOURCE=..\include\wx\list.h |
873 | # End Source File | |
874 | # Begin Source File | |
875 | ||
876 | SOURCE=..\include\wx\log.h | |
877 | # End Source File | |
878 | # Begin Source File | |
879 | ||
880 | SOURCE=..\include\wx\longlong.h | |
881 | # End Source File | |
882 | # Begin Source File | |
883 | ||
884 | SOURCE=..\include\wx\memconf.h | |
885 | # End Source File | |
886 | # Begin Source File | |
887 | ||
888 | SOURCE=..\include\wx\memory.h | |
889 | # End Source File | |
890 | # Begin Source File | |
891 | ||
a3a584a7 VZ |
892 | SOURCE=..\include\wx\memtext.h |
893 | # End Source File | |
894 | # Begin Source File | |
895 | ||
e1797895 VZ |
896 | SOURCE=..\include\wx\mimetype.h |
897 | # End Source File | |
898 | # Begin Source File | |
899 | ||
900 | SOURCE=..\include\wx\module.h | |
901 | # End Source File | |
902 | # Begin Source File | |
903 | ||
dc0e23b8 MB |
904 | SOURCE=..\include\wx\msgout.h |
905 | # End Source File | |
906 | # Begin Source File | |
907 | ||
e1797895 VZ |
908 | SOURCE=..\include\wx\mstream.h |
909 | # End Source File | |
910 | # Begin Source File | |
911 | ||
912 | SOURCE=..\include\wx\object.h | |
913 | # End Source File | |
914 | # Begin Source File | |
915 | ||
32037c4e VS |
916 | SOURCE=..\include\wx\platform.h |
917 | # End Source File | |
918 | # Begin Source File | |
919 | ||
e1797895 VZ |
920 | SOURCE=..\include\wx\process.h |
921 | # End Source File | |
922 | # Begin Source File | |
923 | ||
924 | SOURCE=..\include\wx\regex.h | |
925 | # End Source File | |
926 | # Begin Source File | |
927 | ||
928 | SOURCE=..\include\wx\sckaddr.h | |
929 | # End Source File | |
930 | # Begin Source File | |
931 | ||
932 | SOURCE=..\include\wx\sckipc.h | |
933 | # End Source File | |
934 | # Begin Source File | |
935 | ||
936 | SOURCE=..\include\wx\sckstrm.h | |
937 | # End Source File | |
938 | # Begin Source File | |
939 | ||
e1797895 VZ |
940 | SOURCE=..\include\wx\snglinst.h |
941 | # End Source File | |
942 | # Begin Source File | |
943 | ||
944 | SOURCE=..\include\wx\socket.h | |
945 | # End Source File | |
946 | # Begin Source File | |
947 | ||
948 | SOURCE=..\include\wx\strconv.h | |
949 | # End Source File | |
950 | # Begin Source File | |
951 | ||
952 | SOURCE=..\include\wx\stream.h | |
953 | # End Source File | |
954 | # Begin Source File | |
955 | ||
956 | SOURCE=..\include\wx\string.h | |
957 | # End Source File | |
958 | # Begin Source File | |
959 | ||
960 | SOURCE=..\include\wx\sysopt.h | |
961 | # End Source File | |
962 | # Begin Source File | |
963 | ||
a3a584a7 VZ |
964 | SOURCE=..\include\wx\textbuf.h |
965 | # End Source File | |
966 | # Begin Source File | |
967 | ||
e1797895 VZ |
968 | SOURCE=..\include\wx\textfile.h |
969 | # End Source File | |
970 | # Begin Source File | |
971 | ||
972 | SOURCE=..\include\wx\thread.h | |
973 | # End Source File | |
974 | # Begin Source File | |
975 | ||
976 | SOURCE=..\include\wx\time.h | |
977 | # End Source File | |
978 | # Begin Source File | |
979 | ||
980 | SOURCE=..\include\wx\timer.h | |
981 | # End Source File | |
982 | # Begin Source File | |
983 | ||
984 | SOURCE=..\include\wx\tokenzr.h | |
985 | # End Source File | |
986 | # Begin Source File | |
987 | ||
988 | SOURCE=..\include\wx\txtstrm.h | |
989 | # End Source File | |
990 | # Begin Source File | |
991 | ||
992 | SOURCE=..\include\wx\url.h | |
993 | # End Source File | |
994 | # Begin Source File | |
995 | ||
996 | SOURCE=..\include\wx\utils.h | |
997 | # End Source File | |
998 | # Begin Source File | |
999 | ||
1000 | SOURCE=..\include\wx\variant.h | |
1001 | # End Source File | |
1002 | # Begin Source File | |
1003 | ||
1004 | SOURCE=..\include\wx\vector.h | |
1005 | # End Source File | |
1006 | # Begin Source File | |
1007 | ||
1008 | SOURCE=..\include\wx\version.h | |
1009 | # End Source File | |
1010 | # Begin Source File | |
1011 | ||
a0cb0ba5 VS |
1012 | SOURCE=..\include\wx\volume.h |
1013 | # End Source File | |
1014 | # Begin Source File | |
1015 | ||
e1797895 VZ |
1016 | SOURCE=..\include\wx\wfstream.h |
1017 | # End Source File | |
1018 | # Begin Source File | |
1019 | ||
1020 | SOURCE=..\include\wx\wx.h | |
1021 | # End Source File | |
1022 | # Begin Source File | |
1023 | ||
1024 | SOURCE=..\include\wx\wxchar.h | |
1025 | # End Source File | |
1026 | # Begin Source File | |
1027 | ||
1028 | SOURCE=..\include\wx\wxprec.h | |
1029 | # End Source File | |
1030 | # Begin Source File | |
1031 | ||
1032 | SOURCE=..\include\wx\zipstrm.h | |
1033 | # End Source File | |
1034 | # Begin Source File | |
1035 | ||
1036 | SOURCE=..\include\wx\zstream.h | |
1037 | # End Source File | |
e1797895 VZ |
1038 | # End Group |
1039 | # Begin Group "MSW" | |
1040 | ||
1041 | # PROP Default_Filter "" | |
1042 | # Begin Source File | |
1043 | ||
1044 | SOURCE=..\include\wx\msw\dde.h | |
1045 | # End Source File | |
1046 | # Begin Source File | |
1047 | ||
1048 | SOURCE=..\include\wx\msw\mimetype.h | |
1049 | # End Source File | |
40302bb5 VZ |
1050 | # Begin Source File |
1051 | ||
1052 | SOURCE=..\include\wx\msw\winundef.h | |
1053 | # End Source File | |
e1797895 VZ |
1054 | # End Group |
1055 | # End Group | |
1056 | # End Target | |
1057 | # End Project |