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