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