]>
Commit | Line | Data |
---|---|---|
323c4ded VS |
1 | # Microsoft Developer Studio Project File - Name="baselib" - 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 | ||
7 | CFG=baselib - Win32 Static Native Release Unicode | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
10 | !MESSAGE | |
11 | !MESSAGE NMAKE /f "wx_baselib.mak". | |
12 | !MESSAGE | |
13 | !MESSAGE You can specify a configuration when running NMAKE | |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
15 | !MESSAGE | |
16 | !MESSAGE NMAKE /f "wx_baselib.mak" CFG="baselib - Win32 Static Native Release Unicode" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "baselib - Win32 Static Native Release Unicode" (based on "Win32 (x86) Static Library") | |
21 | !MESSAGE "baselib - Win32 Static wxUniv Release Unicode" (based on "Win32 (x86) Static Library") | |
22 | !MESSAGE "baselib - Win32 Static Native Release Ansi" (based on "Win32 (x86) Static Library") | |
23 | !MESSAGE "baselib - Win32 Static Native Debug Unicode" (based on "Win32 (x86) Static Library") | |
24 | !MESSAGE "baselib - Win32 Static wxUniv Debug Ansi" (based on "Win32 (x86) Static Library") | |
25 | !MESSAGE "baselib - Win32 Static wxUniv Release Ansi" (based on "Win32 (x86) Static Library") | |
26 | !MESSAGE "baselib - Win32 Static Native Debug Ansi" (based on "Win32 (x86) Static Library") | |
27 | !MESSAGE "baselib - Win32 Static wxUniv Debug Unicode" (based on "Win32 (x86) Static Library") | |
28 | !MESSAGE | |
29 | ||
30 | # Begin Project | |
31 | # PROP AllowPerConfigDependencies 0 | |
32 | # PROP Scc_ProjName "" | |
33 | # PROP Scc_LocalPath "" | |
34 | CPP=cl.exe | |
35 | RSC=rc.exe | |
36 | ||
37 | !IF "$(CFG)" == "baselib - Win32 Static Native Release Unicode" | |
38 | ||
39 | # PROP BASE Use_MFC 0 | |
40 | # PROP BASE Use_Debug_Libraries 0 | |
41 | # PROP BASE Output_Dir "..\lib\vc_mswu\" | |
42 | # PROP BASE Intermediate_Dir "vc_mswu\baselib" | |
43 | # PROP BASE Target_Dir "" | |
44 | # PROP Use_MFC 0 | |
45 | # PROP Use_Debug_Libraries 0 | |
46 | # PROP Output_Dir "..\lib\vc_mswu\" | |
47 | # PROP Intermediate_Dir "vc_mswu\baselib" | |
48 | # PROP Target_Dir "" | |
d7dd1f1b VS |
49 | # ADD BASE CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_mswu" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_mswu\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
50 | # ADD CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_mswu" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_mswu\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
51 | # ADD BASE RSC /l 0x405 |
52 | # ADD RSC /l 0x405 | |
53 | BSC32=bscmake.exe | |
54 | # ADD BASE BSC32 /nologo | |
55 | # ADD BSC32 /nologo | |
56 | LIB32=link.exe -lib | |
57 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswu\wxbase25u.lib" | |
58 | # ADD LIB32 /nologo /out:"..\lib\vc_mswu\wxbase25u.lib" | |
59 | ||
60 | !ELSEIF "$(CFG)" == "baselib - Win32 Static wxUniv Release Unicode" | |
61 | ||
62 | # PROP BASE Use_MFC 0 | |
63 | # PROP BASE Use_Debug_Libraries 0 | |
64 | # PROP BASE Output_Dir "..\lib\vc_mswunivu\" | |
65 | # PROP BASE Intermediate_Dir "vc_mswunivu\baselib" | |
66 | # PROP BASE Target_Dir "" | |
67 | # PROP Use_MFC 0 | |
68 | # PROP Use_Debug_Libraries 0 | |
69 | # PROP Output_Dir "..\lib\vc_mswunivu\" | |
70 | # PROP Intermediate_Dir "vc_mswunivu\baselib" | |
71 | # PROP Target_Dir "" | |
d7dd1f1b VS |
72 | # ADD BASE CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_mswunivu" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_mswunivu\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
73 | # ADD CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_mswunivu" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_mswunivu\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
74 | # ADD BASE RSC /l 0x405 |
75 | # ADD RSC /l 0x405 | |
76 | BSC32=bscmake.exe | |
77 | # ADD BASE BSC32 /nologo | |
78 | # ADD BSC32 /nologo | |
79 | LIB32=link.exe -lib | |
80 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswunivu\wxbase25u.lib" | |
81 | # ADD LIB32 /nologo /out:"..\lib\vc_mswunivu\wxbase25u.lib" | |
82 | ||
83 | !ELSEIF "$(CFG)" == "baselib - Win32 Static Native Release Ansi" | |
84 | ||
85 | # PROP BASE Use_MFC 0 | |
86 | # PROP BASE Use_Debug_Libraries 0 | |
87 | # PROP BASE Output_Dir "..\lib\vc_msw\" | |
88 | # PROP BASE Intermediate_Dir "vc_msw\baselib" | |
89 | # PROP BASE Target_Dir "" | |
90 | # PROP Use_MFC 0 | |
91 | # PROP Use_Debug_Libraries 0 | |
92 | # PROP Output_Dir "..\lib\vc_msw\" | |
93 | # PROP Intermediate_Dir "vc_msw\baselib" | |
94 | # PROP Target_Dir "" | |
d7dd1f1b VS |
95 | # ADD BASE CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_msw" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_msw\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
96 | # ADD CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_msw" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_msw\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
97 | # ADD BASE RSC /l 0x405 |
98 | # ADD RSC /l 0x405 | |
99 | BSC32=bscmake.exe | |
100 | # ADD BASE BSC32 /nologo | |
101 | # ADD BSC32 /nologo | |
102 | LIB32=link.exe -lib | |
103 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_msw\wxbase25.lib" | |
104 | # ADD LIB32 /nologo /out:"..\lib\vc_msw\wxbase25.lib" | |
105 | ||
106 | !ELSEIF "$(CFG)" == "baselib - Win32 Static Native Debug Unicode" | |
107 | ||
108 | # PROP BASE Use_MFC 0 | |
109 | # PROP BASE Use_Debug_Libraries 1 | |
110 | # PROP BASE Output_Dir "..\lib\vc_mswud\" | |
111 | # PROP BASE Intermediate_Dir "vc_mswud\baselib" | |
112 | # PROP BASE Target_Dir "" | |
113 | # PROP Use_MFC 0 | |
114 | # PROP Use_Debug_Libraries 1 | |
115 | # PROP Output_Dir "..\lib\vc_mswud\" | |
116 | # PROP Intermediate_Dir "vc_mswud\baselib" | |
117 | # PROP Target_Dir "" | |
d7dd1f1b VS |
118 | # ADD BASE CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswud" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswud\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
119 | # ADD CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswud" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswud\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
120 | # ADD BASE RSC /l 0x405 |
121 | # ADD RSC /l 0x405 | |
122 | BSC32=bscmake.exe | |
123 | # ADD BASE BSC32 /nologo | |
124 | # ADD BSC32 /nologo | |
125 | LIB32=link.exe -lib | |
126 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswud\wxbase25ud.lib" | |
127 | # ADD LIB32 /nologo /out:"..\lib\vc_mswud\wxbase25ud.lib" | |
128 | ||
129 | !ELSEIF "$(CFG)" == "baselib - Win32 Static wxUniv Debug Ansi" | |
130 | ||
131 | # PROP BASE Use_MFC 0 | |
132 | # PROP BASE Use_Debug_Libraries 1 | |
133 | # PROP BASE Output_Dir "..\lib\vc_mswunivd\" | |
134 | # PROP BASE Intermediate_Dir "vc_mswunivd\baselib" | |
135 | # PROP BASE Target_Dir "" | |
136 | # PROP Use_MFC 0 | |
137 | # PROP Use_Debug_Libraries 1 | |
138 | # PROP Output_Dir "..\lib\vc_mswunivd\" | |
139 | # PROP Intermediate_Dir "vc_mswunivd\baselib" | |
140 | # PROP Target_Dir "" | |
d7dd1f1b VS |
141 | # ADD BASE CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswunivd" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswunivd\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
142 | # ADD CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswunivd" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswunivd\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
143 | # ADD BASE RSC /l 0x405 |
144 | # ADD RSC /l 0x405 | |
145 | BSC32=bscmake.exe | |
146 | # ADD BASE BSC32 /nologo | |
147 | # ADD BSC32 /nologo | |
148 | LIB32=link.exe -lib | |
149 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswunivd\wxbase25d.lib" | |
150 | # ADD LIB32 /nologo /out:"..\lib\vc_mswunivd\wxbase25d.lib" | |
151 | ||
152 | !ELSEIF "$(CFG)" == "baselib - Win32 Static wxUniv Release Ansi" | |
153 | ||
154 | # PROP BASE Use_MFC 0 | |
155 | # PROP BASE Use_Debug_Libraries 0 | |
156 | # PROP BASE Output_Dir "..\lib\vc_mswuniv\" | |
157 | # PROP BASE Intermediate_Dir "vc_mswuniv\baselib" | |
158 | # PROP BASE Target_Dir "" | |
159 | # PROP Use_MFC 0 | |
160 | # PROP Use_Debug_Libraries 0 | |
161 | # PROP Output_Dir "..\lib\vc_mswuniv\" | |
162 | # PROP Intermediate_Dir "vc_mswuniv\baselib" | |
163 | # PROP Target_Dir "" | |
d7dd1f1b VS |
164 | # ADD BASE CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_mswuniv" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_mswuniv\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
165 | # ADD CPP /nologo /FD /MD /O1 /I "..\include" /I "..\lib\vc_mswuniv" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Fd..\lib\vc_mswuniv\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
166 | # ADD BASE RSC /l 0x405 |
167 | # ADD RSC /l 0x405 | |
168 | BSC32=bscmake.exe | |
169 | # ADD BASE BSC32 /nologo | |
170 | # ADD BSC32 /nologo | |
171 | LIB32=link.exe -lib | |
172 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswuniv\wxbase25.lib" | |
173 | # ADD LIB32 /nologo /out:"..\lib\vc_mswuniv\wxbase25.lib" | |
174 | ||
175 | !ELSEIF "$(CFG)" == "baselib - Win32 Static Native Debug Ansi" | |
176 | ||
177 | # PROP BASE Use_MFC 0 | |
178 | # PROP BASE Use_Debug_Libraries 1 | |
179 | # PROP BASE Output_Dir "..\lib\vc_mswd\" | |
180 | # PROP BASE Intermediate_Dir "vc_mswd\baselib" | |
181 | # PROP BASE Target_Dir "" | |
182 | # PROP Use_MFC 0 | |
183 | # PROP Use_Debug_Libraries 1 | |
184 | # PROP Output_Dir "..\lib\vc_mswd\" | |
185 | # PROP Intermediate_Dir "vc_mswd\baselib" | |
186 | # PROP Target_Dir "" | |
d7dd1f1b VS |
187 | # ADD BASE CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswd" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswd\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
188 | # ADD CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswd" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswd\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
189 | # ADD BASE RSC /l 0x405 |
190 | # ADD RSC /l 0x405 | |
191 | BSC32=bscmake.exe | |
192 | # ADD BASE BSC32 /nologo | |
193 | # ADD BSC32 /nologo | |
194 | LIB32=link.exe -lib | |
195 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswd\wxbase25d.lib" | |
196 | # ADD LIB32 /nologo /out:"..\lib\vc_mswd\wxbase25d.lib" | |
197 | ||
198 | !ELSEIF "$(CFG)" == "baselib - Win32 Static wxUniv Debug Unicode" | |
199 | ||
200 | # PROP BASE Use_MFC 0 | |
201 | # PROP BASE Use_Debug_Libraries 1 | |
202 | # PROP BASE Output_Dir "..\lib\vc_mswunivud\" | |
203 | # PROP BASE Intermediate_Dir "vc_mswunivud\baselib" | |
204 | # PROP BASE Target_Dir "" | |
205 | # PROP Use_MFC 0 | |
206 | # PROP Use_Debug_Libraries 1 | |
207 | # PROP Output_Dir "..\lib\vc_mswunivud\" | |
208 | # PROP Intermediate_Dir "vc_mswunivud\baselib" | |
209 | # PROP Target_Dir "" | |
d7dd1f1b VS |
210 | # ADD BASE CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswunivud" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswunivud\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c |
211 | # ADD CPP /nologo /FD /MDd /Od /I "..\include" /I "..\lib\vc_mswunivud" /I "..\src\tiff" /I "..\src\jpeg" /I "..\src\png" /I "..\src\zlib" /I "..\src\regex" /I "..\src\expat\lib" /Zi /Gm /GZ /Fd..\lib\vc_mswunivud\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_baselib.pch" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_BASE=1 /D wxUSE_GUI=0 /c | |
323c4ded VS |
212 | # ADD BASE RSC /l 0x405 |
213 | # ADD RSC /l 0x405 | |
214 | BSC32=bscmake.exe | |
215 | # ADD BASE BSC32 /nologo | |
216 | # ADD BSC32 /nologo | |
217 | LIB32=link.exe -lib | |
218 | # ADD BASE LIB32 /nologo /out:"..\lib\vc_mswunivud\wxbase25ud.lib" | |
219 | # ADD LIB32 /nologo /out:"..\lib\vc_mswunivud\wxbase25ud.lib" | |
220 | ||
221 | !ENDIF | |
222 | ||
223 | # Begin Target | |
224 | ||
225 | # Name "baselib - Win32 Static Native Release Unicode" | |
226 | # Name "baselib - Win32 Static wxUniv Release Unicode" | |
227 | # Name "baselib - Win32 Static Native Release Ansi" | |
228 | # Name "baselib - Win32 Static Native Debug Unicode" | |
229 | # Name "baselib - Win32 Static wxUniv Debug Ansi" | |
230 | # Name "baselib - Win32 Static wxUniv Release Ansi" | |
231 | # Name "baselib - Win32 Static Native Debug Ansi" | |
232 | # Name "baselib - Win32 Static wxUniv Debug Unicode" | |
233 | # Begin Group "Common Headers" | |
234 | ||
235 | # PROP Default_Filter "" | |
236 | # Begin Source File | |
237 | ||
238 | SOURCE=..\include\wx\app.h | |
239 | # End Source File | |
240 | # Begin Source File | |
241 | ||
242 | SOURCE=..\include\wx\apptrait.h | |
243 | # End Source File | |
244 | # Begin Source File | |
245 | ||
246 | SOURCE=..\include\wx\arrstr.h | |
247 | # End Source File | |
248 | # Begin Source File | |
249 | ||
250 | SOURCE=..\include\wx\beforestd.h | |
251 | # End Source File | |
252 | # Begin Source File | |
253 | ||
254 | SOURCE=..\include\wx\buffer.h | |
255 | # End Source File | |
256 | # Begin Source File | |
257 | ||
258 | SOURCE=..\include\wx\build.h | |
259 | # End Source File | |
260 | # Begin Source File | |
261 | ||
262 | SOURCE=..\include\wx\chkconf.h | |
263 | # End Source File | |
264 | # Begin Source File | |
265 | ||
266 | SOURCE=..\include\wx\clntdata.h | |
267 | # End Source File | |
268 | # Begin Source File | |
269 | ||
270 | SOURCE=..\include\wx\cmdline.h | |
271 | # End Source File | |
272 | # Begin Source File | |
273 | ||
274 | SOURCE=..\include\wx\confbase.h | |
275 | # End Source File | |
276 | # Begin Source File | |
277 | ||
278 | SOURCE=..\include\wx\config.h | |
279 | # End Source File | |
280 | # Begin Source File | |
281 | ||
282 | SOURCE=..\include\wx\containr.h | |
283 | # End Source File | |
284 | # Begin Source File | |
285 | ||
286 | SOURCE=..\include\wx\datetime.h | |
287 | # End Source File | |
288 | # Begin Source File | |
289 | ||
290 | SOURCE=..\include\wx\datstrm.h | |
291 | # End Source File | |
292 | # Begin Source File | |
293 | ||
294 | SOURCE=..\include\wx\db.h | |
295 | # End Source File | |
296 | # Begin Source File | |
297 | ||
298 | SOURCE=..\include\wx\dbkeyg.h | |
299 | # End Source File | |
300 | # Begin Source File | |
301 | ||
302 | SOURCE=..\include\wx\dbtable.h | |
303 | # End Source File | |
304 | # Begin Source File | |
305 | ||
306 | SOURCE=..\include\wx\dde.h | |
307 | # End Source File | |
308 | # Begin Source File | |
309 | ||
310 | SOURCE=..\include\wx\debug.h | |
311 | # End Source File | |
312 | # Begin Source File | |
313 | ||
314 | SOURCE=..\include\wx\defs.h | |
315 | # End Source File | |
316 | # Begin Source File | |
317 | ||
318 | SOURCE=..\include\wx\dir.h | |
319 | # End Source File | |
320 | # Begin Source File | |
321 | ||
322 | SOURCE=..\include\wx\dynarray.h | |
323 | # End Source File | |
324 | # Begin Source File | |
325 | ||
326 | SOURCE=..\include\wx\dynlib.h | |
327 | # End Source File | |
328 | # Begin Source File | |
329 | ||
330 | SOURCE=..\include\wx\dynload.h | |
331 | # End Source File | |
332 | # Begin Source File | |
333 | ||
334 | SOURCE=..\include\wx\encconv.h | |
335 | # End Source File | |
336 | # Begin Source File | |
337 | ||
338 | SOURCE=..\include\wx\event.h | |
339 | # End Source File | |
340 | # Begin Source File | |
341 | ||
342 | SOURCE=..\include\wx\features.h | |
343 | # End Source File | |
344 | # Begin Source File | |
345 | ||
346 | SOURCE=..\include\wx\ffile.h | |
347 | # End Source File | |
348 | # Begin Source File | |
349 | ||
350 | SOURCE=..\include\wx\file.h | |
351 | # End Source File | |
352 | # Begin Source File | |
353 | ||
354 | SOURCE=..\include\wx\fileconf.h | |
355 | # End Source File | |
356 | # Begin Source File | |
357 | ||
358 | SOURCE=..\include\wx\filefn.h | |
359 | # End Source File | |
360 | # Begin Source File | |
361 | ||
362 | SOURCE=..\include\wx\filename.h | |
363 | # End Source File | |
364 | # Begin Source File | |
365 | ||
366 | SOURCE=..\include\wx\filesys.h | |
367 | # End Source File | |
368 | # Begin Source File | |
369 | ||
370 | SOURCE=..\include\wx\fontenc.h | |
371 | # End Source File | |
372 | # Begin Source File | |
373 | ||
374 | SOURCE=..\include\wx\fontmap.h | |
375 | # End Source File | |
376 | # Begin Source File | |
377 | ||
378 | SOURCE=..\include\wx\fs_mem.h | |
379 | # End Source File | |
380 | # Begin Source File | |
381 | ||
382 | SOURCE=..\include\wx\fs_zip.h | |
383 | # End Source File | |
384 | # Begin Source File | |
385 | ||
386 | SOURCE=..\include\wx\hash.h | |
387 | # End Source File | |
388 | # Begin Source File | |
389 | ||
390 | SOURCE=..\include\wx\hashmap.h | |
391 | # End Source File | |
392 | # Begin Source File | |
393 | ||
394 | SOURCE=..\include\wx\iconloc.h | |
395 | # End Source File | |
396 | # Begin Source File | |
397 | ||
398 | SOURCE=..\include\wx\init.h | |
399 | # End Source File | |
400 | # Begin Source File | |
401 | ||
402 | SOURCE=..\include\wx\intl.h | |
403 | # End Source File | |
404 | # Begin Source File | |
405 | ||
406 | SOURCE=..\include\wx\iosfwrap.h | |
407 | # End Source File | |
408 | # Begin Source File | |
409 | ||
410 | SOURCE=..\include\wx\ioswrap.h | |
411 | # End Source File | |
412 | # Begin Source File | |
413 | ||
414 | SOURCE=..\include\wx\ipc.h | |
415 | # End Source File | |
416 | # Begin Source File | |
417 | ||
418 | SOURCE=..\include\wx\ipcbase.h | |
419 | # End Source File | |
420 | # Begin Source File | |
421 | ||
422 | SOURCE=..\include\wx\isql.h | |
423 | # End Source File | |
424 | # Begin Source File | |
425 | ||
426 | SOURCE=..\include\wx\isqlext.h | |
427 | # End Source File | |
428 | # Begin Source File | |
429 | ||
430 | SOURCE=..\include\wx\list.h | |
431 | # End Source File | |
432 | # Begin Source File | |
433 | ||
434 | SOURCE=..\include\wx\log.h | |
435 | # End Source File | |
436 | # Begin Source File | |
437 | ||
438 | SOURCE=..\include\wx\longlong.h | |
439 | # End Source File | |
440 | # Begin Source File | |
441 | ||
442 | SOURCE=..\include\wx\math.h | |
443 | # End Source File | |
444 | # Begin Source File | |
445 | ||
446 | SOURCE=..\include\wx\memconf.h | |
447 | # End Source File | |
448 | # Begin Source File | |
449 | ||
450 | SOURCE=..\include\wx\memory.h | |
451 | # End Source File | |
452 | # Begin Source File | |
453 | ||
454 | SOURCE=..\include\wx\memtext.h | |
455 | # End Source File | |
456 | # Begin Source File | |
457 | ||
458 | SOURCE=..\include\wx\mimetype.h | |
459 | # End Source File | |
460 | # Begin Source File | |
461 | ||
462 | SOURCE=..\include\wx\module.h | |
463 | # End Source File | |
464 | # Begin Source File | |
465 | ||
466 | SOURCE=..\include\wx\msgout.h | |
467 | # End Source File | |
468 | # Begin Source File | |
469 | ||
470 | SOURCE=..\include\wx\mstream.h | |
471 | # End Source File | |
472 | # Begin Source File | |
473 | ||
474 | SOURCE=..\include\wx\msw\chkconf.h | |
475 | # End Source File | |
476 | # Begin Source File | |
477 | ||
478 | SOURCE=..\include\wx\msw\crashrpt.h | |
479 | # End Source File | |
480 | # Begin Source File | |
481 | ||
482 | SOURCE=..\include\wx\msw\dde.h | |
483 | # End Source File | |
484 | # Begin Source File | |
485 | ||
486 | SOURCE=..\include\wx\msw\gccpriv.h | |
487 | # End Source File | |
488 | # Begin Source File | |
489 | ||
490 | SOURCE=..\include\wx\msw\mimetype.h | |
491 | # End Source File | |
492 | # Begin Source File | |
493 | ||
494 | SOURCE=..\include\wx\msw\winundef.h | |
495 | # End Source File | |
496 | # Begin Source File | |
497 | ||
498 | SOURCE=..\include\wx\msw\wrapwin.h | |
499 | # End Source File | |
500 | # Begin Source File | |
501 | ||
502 | SOURCE=..\include\wx\object.h | |
503 | # End Source File | |
504 | # Begin Source File | |
505 | ||
506 | SOURCE=..\include\wx\platform.h | |
507 | # End Source File | |
508 | # Begin Source File | |
509 | ||
510 | SOURCE=..\include\wx\process.h | |
511 | # End Source File | |
512 | # Begin Source File | |
513 | ||
514 | SOURCE=..\include\wx\regex.h | |
515 | # End Source File | |
516 | # Begin Source File | |
517 | ||
518 | SOURCE=..\include\wx\snglinst.h | |
519 | # End Source File | |
520 | # Begin Source File | |
521 | ||
522 | SOURCE=..\include\wx\stopwatch.h | |
523 | # End Source File | |
524 | # Begin Source File | |
525 | ||
526 | SOURCE=..\include\wx\strconv.h | |
527 | # End Source File | |
528 | # Begin Source File | |
529 | ||
530 | SOURCE=..\include\wx\stream.h | |
531 | # End Source File | |
532 | # Begin Source File | |
533 | ||
534 | SOURCE=..\include\wx\string.h | |
535 | # End Source File | |
536 | # Begin Source File | |
537 | ||
538 | SOURCE=..\include\wx\sysopt.h | |
539 | # End Source File | |
540 | # Begin Source File | |
541 | ||
542 | SOURCE=..\include\wx\textbuf.h | |
543 | # End Source File | |
544 | # Begin Source File | |
545 | ||
546 | SOURCE=..\include\wx\textfile.h | |
547 | # End Source File | |
548 | # Begin Source File | |
549 | ||
550 | SOURCE=..\include\wx\thread.h | |
551 | # End Source File | |
552 | # Begin Source File | |
553 | ||
554 | SOURCE=..\include\wx\tokenzr.h | |
555 | # End Source File | |
556 | # Begin Source File | |
557 | ||
558 | SOURCE=..\include\wx\txtstrm.h | |
559 | # End Source File | |
560 | # Begin Source File | |
561 | ||
562 | SOURCE=..\include\wx\types.h | |
563 | # End Source File | |
564 | # Begin Source File | |
565 | ||
566 | SOURCE=..\include\wx\utils.h | |
567 | # End Source File | |
568 | # Begin Source File | |
569 | ||
570 | SOURCE=..\include\wx\variant.h | |
571 | # End Source File | |
572 | # Begin Source File | |
573 | ||
574 | SOURCE=..\include\wx\vector.h | |
575 | # End Source File | |
576 | # Begin Source File | |
577 | ||
578 | SOURCE=..\include\wx\version.h | |
579 | # End Source File | |
580 | # Begin Source File | |
581 | ||
582 | SOURCE=..\include\wx\volume.h | |
583 | # End Source File | |
584 | # Begin Source File | |
585 | ||
586 | SOURCE=..\include\wx\wfstream.h | |
587 | # End Source File | |
588 | # Begin Source File | |
589 | ||
590 | SOURCE=..\include\wx\wx.h | |
591 | # End Source File | |
592 | # Begin Source File | |
593 | ||
594 | SOURCE=..\include\wx\wxchar.h | |
595 | # End Source File | |
596 | # Begin Source File | |
597 | ||
598 | SOURCE=..\include\wx\wxprec.h | |
599 | # End Source File | |
600 | # Begin Source File | |
601 | ||
602 | SOURCE=..\include\wx\zipstrm.h | |
603 | # End Source File | |
604 | # Begin Source File | |
605 | ||
606 | SOURCE=..\include\wx\zstream.h | |
607 | # End Source File | |
608 | # End Group | |
609 | # Begin Group "Common Sources" | |
610 | ||
611 | # PROP Default_Filter "" | |
612 | # Begin Source File | |
613 | ||
614 | SOURCE=..\src\common\appbase.cpp | |
615 | # End Source File | |
616 | # Begin Source File | |
617 | ||
618 | SOURCE=..\src\common\clntdata.cpp | |
619 | # End Source File | |
620 | # Begin Source File | |
621 | ||
622 | SOURCE=..\src\common\cmdline.cpp | |
623 | # End Source File | |
624 | # Begin Source File | |
625 | ||
626 | SOURCE=..\src\common\config.cpp | |
627 | # End Source File | |
628 | # Begin Source File | |
629 | ||
630 | SOURCE=..\src\common\datetime.cpp | |
631 | # End Source File | |
632 | # Begin Source File | |
633 | ||
634 | SOURCE=..\src\common\datstrm.cpp | |
635 | # End Source File | |
636 | # Begin Source File | |
637 | ||
638 | SOURCE=..\src\common\db.cpp | |
639 | # End Source File | |
640 | # Begin Source File | |
641 | ||
642 | SOURCE=..\src\common\dbtable.cpp | |
643 | # End Source File | |
644 | # Begin Source File | |
645 | ||
646 | SOURCE=..\src\common\dircmn.cpp | |
647 | # End Source File | |
648 | # Begin Source File | |
649 | ||
650 | SOURCE=..\src\common\dynarray.cpp | |
651 | # End Source File | |
652 | # Begin Source File | |
653 | ||
654 | SOURCE=..\src\common\dynlib.cpp | |
655 | # End Source File | |
656 | # Begin Source File | |
657 | ||
658 | SOURCE=..\src\common\dynload.cpp | |
659 | # End Source File | |
660 | # Begin Source File | |
661 | ||
662 | SOURCE=..\src\common\encconv.cpp | |
663 | # End Source File | |
664 | # Begin Source File | |
665 | ||
666 | SOURCE=..\src\common\event.cpp | |
667 | # End Source File | |
668 | # Begin Source File | |
669 | ||
670 | SOURCE=..\src\common\extended.c | |
671 | # SUBTRACT CPP /YX /Yc /Yu | |
672 | # End Source File | |
673 | # Begin Source File | |
674 | ||
675 | SOURCE=..\src\common\ffile.cpp | |
676 | # End Source File | |
677 | # Begin Source File | |
678 | ||
679 | SOURCE=..\src\common\file.cpp | |
680 | # End Source File | |
681 | # Begin Source File | |
682 | ||
683 | SOURCE=..\src\common\fileconf.cpp | |
684 | # End Source File | |
685 | # Begin Source File | |
686 | ||
687 | SOURCE=..\src\common\filefn.cpp | |
688 | # End Source File | |
689 | # Begin Source File | |
690 | ||
691 | SOURCE=..\src\common\filename.cpp | |
692 | # End Source File | |
693 | # Begin Source File | |
694 | ||
695 | SOURCE=..\src\common\filesys.cpp | |
696 | # End Source File | |
697 | # Begin Source File | |
698 | ||
699 | SOURCE=..\src\common\fmapbase.cpp | |
700 | # End Source File | |
701 | # Begin Source File | |
702 | ||
703 | SOURCE=..\src\common\fs_mem.cpp | |
704 | # End Source File | |
705 | # Begin Source File | |
706 | ||
707 | SOURCE=..\src\common\fs_zip.cpp | |
708 | # End Source File | |
709 | # Begin Source File | |
710 | ||
711 | SOURCE=..\src\common\hash.cpp | |
712 | # End Source File | |
713 | # Begin Source File | |
714 | ||
715 | SOURCE=..\src\common\hashmap.cpp | |
716 | # End Source File | |
717 | # Begin Source File | |
718 | ||
719 | SOURCE=..\src\common\init.cpp | |
720 | # End Source File | |
721 | # Begin Source File | |
722 | ||
723 | SOURCE=..\src\common\intl.cpp | |
724 | # End Source File | |
725 | # Begin Source File | |
726 | ||
727 | SOURCE=..\src\common\ipcbase.cpp | |
728 | # End Source File | |
729 | # Begin Source File | |
730 | ||
731 | SOURCE=..\src\common\list.cpp | |
732 | # End Source File | |
733 | # Begin Source File | |
734 | ||
735 | SOURCE=..\src\common\log.cpp | |
736 | # End Source File | |
737 | # Begin Source File | |
738 | ||
739 | SOURCE=..\src\common\longlong.cpp | |
740 | # End Source File | |
741 | # Begin Source File | |
742 | ||
743 | SOURCE=..\src\common\memory.cpp | |
744 | # End Source File | |
745 | # Begin Source File | |
746 | ||
747 | SOURCE=..\src\common\mimecmn.cpp | |
748 | # End Source File | |
749 | # Begin Source File | |
750 | ||
751 | SOURCE=..\src\common\module.cpp | |
752 | # End Source File | |
753 | # Begin Source File | |
754 | ||
755 | SOURCE=..\src\common\msgout.cpp | |
756 | # End Source File | |
757 | # Begin Source File | |
758 | ||
759 | SOURCE=..\src\common\mstream.cpp | |
760 | # End Source File | |
761 | # Begin Source File | |
762 | ||
763 | SOURCE=..\src\common\object.cpp | |
764 | # End Source File | |
765 | # Begin Source File | |
766 | ||
767 | SOURCE=..\src\common\process.cpp | |
768 | # End Source File | |
769 | # Begin Source File | |
770 | ||
771 | SOURCE=..\src\common\regex.cpp | |
772 | # End Source File | |
773 | # Begin Source File | |
774 | ||
775 | SOURCE=..\src\common\stopwatch.cpp | |
776 | # End Source File | |
777 | # Begin Source File | |
778 | ||
779 | SOURCE=..\src\common\strconv.cpp | |
780 | # End Source File | |
781 | # Begin Source File | |
782 | ||
783 | SOURCE=..\src\common\stream.cpp | |
784 | # End Source File | |
785 | # Begin Source File | |
786 | ||
787 | SOURCE=..\src\common\string.cpp | |
788 | # End Source File | |
789 | # Begin Source File | |
790 | ||
791 | SOURCE=..\src\common\sysopt.cpp | |
792 | # End Source File | |
793 | # Begin Source File | |
794 | ||
795 | SOURCE=..\src\common\textbuf.cpp | |
796 | # End Source File | |
797 | # Begin Source File | |
798 | ||
799 | SOURCE=..\src\common\textfile.cpp | |
800 | # End Source File | |
801 | # Begin Source File | |
802 | ||
803 | SOURCE=..\src\common\tokenzr.cpp | |
804 | # End Source File | |
805 | # Begin Source File | |
806 | ||
807 | SOURCE=..\src\common\txtstrm.cpp | |
808 | # End Source File | |
809 | # Begin Source File | |
810 | ||
811 | SOURCE=..\src\common\unzip.c | |
812 | # SUBTRACT CPP /YX /Yc /Yu | |
813 | # End Source File | |
814 | # Begin Source File | |
815 | ||
816 | SOURCE=..\src\common\utilscmn.cpp | |
817 | # End Source File | |
818 | # Begin Source File | |
819 | ||
820 | SOURCE=..\src\common\variant.cpp | |
821 | # End Source File | |
822 | # Begin Source File | |
823 | ||
824 | SOURCE=..\src\common\wfstream.cpp | |
825 | # End Source File | |
826 | # Begin Source File | |
827 | ||
828 | SOURCE=..\src\common\wxchar.cpp | |
829 | # End Source File | |
830 | # Begin Source File | |
831 | ||
832 | SOURCE=..\src\common\zipstrm.cpp | |
833 | # End Source File | |
834 | # Begin Source File | |
835 | ||
836 | SOURCE=..\src\common\zstream.cpp | |
837 | # End Source File | |
838 | # End Group | |
839 | # Begin Group "MSW Sources" | |
840 | ||
841 | # PROP Default_Filter "" | |
842 | # Begin Source File | |
843 | ||
844 | SOURCE=..\src\msw\basemsw.cpp | |
845 | # End Source File | |
846 | # Begin Source File | |
847 | ||
848 | SOURCE=..\src\msw\crashrpt.cpp | |
849 | # End Source File | |
850 | # Begin Source File | |
851 | ||
852 | SOURCE=..\src\msw\dde.cpp | |
853 | # End Source File | |
854 | # Begin Source File | |
855 | ||
856 | SOURCE=..\src\msw\dir.cpp | |
857 | # End Source File | |
858 | # Begin Source File | |
859 | ||
860 | SOURCE=..\src\msw\dummy.cpp | |
861 | # ADD BASE CPP /Yc"wx/wxprec.h" | |
862 | # ADD CPP /Yc"wx/wxprec.h" | |
863 | # End Source File | |
864 | # Begin Source File | |
865 | ||
866 | SOURCE=..\src\msw\main.cpp | |
867 | # End Source File | |
868 | # Begin Source File | |
869 | ||
870 | SOURCE=..\src\msw\mimetype.cpp | |
871 | # End Source File | |
872 | # Begin Source File | |
873 | ||
874 | SOURCE=..\src\msw\mslu.cpp | |
875 | # End Source File | |
876 | # Begin Source File | |
877 | ||
878 | SOURCE=..\src\msw\regconf.cpp | |
879 | # End Source File | |
880 | # Begin Source File | |
881 | ||
882 | SOURCE=..\src\msw\registry.cpp | |
883 | # End Source File | |
884 | # Begin Source File | |
885 | ||
886 | SOURCE=..\src\msw\snglinst.cpp | |
887 | # End Source File | |
888 | # Begin Source File | |
889 | ||
890 | SOURCE=..\src\msw\thread.cpp | |
891 | # End Source File | |
892 | # Begin Source File | |
893 | ||
894 | SOURCE=..\src\msw\utils.cpp | |
895 | # End Source File | |
896 | # Begin Source File | |
897 | ||
898 | SOURCE=..\src\msw\utilsexc.cpp | |
899 | # End Source File | |
900 | # Begin Source File | |
901 | ||
902 | SOURCE=..\src\msw\volume.cpp | |
903 | # End Source File | |
904 | # End Group | |
905 | # End Target | |
906 | # End Project | |
907 |