]>
Commit | Line | Data |
---|---|---|
1 | # Microsoft Developer Studio Project File - Name="regex" - 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=regex - Win32 Debug Unicode DLL | |
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 "regex.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 "regex.mak" CFG="regex - Win32 Debug Unicode DLL" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "regex - Win32 Release" (based on "Win32 (x86) Static Library") | |
21 | !MESSAGE "regex - Win32 Debug" (based on "Win32 (x86) Static Library") | |
22 | !MESSAGE "regex - Win32 Release Unicode" (based on "Win32 (x86) Static Library") | |
23 | !MESSAGE "regex - Win32 Debug Unicode" (based on "Win32 (x86) Static Library") | |
24 | !MESSAGE "regex - Win32 Release With Debug Info" (based on "Win32 (x86) Static Library") | |
25 | !MESSAGE "regex - Win32 Debug Unicode DLL" (based on "Win32 (x86) Static Library") | |
26 | !MESSAGE "regex - Win32 Release Unicode DLL" (based on "Win32 (x86) Static Library") | |
27 | !MESSAGE | |
28 | ||
29 | # Begin Project | |
30 | # PROP AllowPerConfigDependencies 0 | |
31 | # PROP Scc_ProjName "" | |
32 | # PROP Scc_LocalPath "" | |
33 | CPP=cl.exe | |
34 | RSC=rc.exe | |
35 | ||
36 | !IF "$(CFG)" == "regex - Win32 Release" | |
37 | ||
38 | # PROP BASE Use_MFC 0 | |
39 | # PROP BASE Use_Debug_Libraries 0 | |
40 | # PROP BASE Output_Dir "Release" | |
41 | # PROP BASE Intermediate_Dir "Release" | |
42 | # PROP BASE Target_Dir "" | |
43 | # PROP Use_MFC 0 | |
44 | # PROP Use_Debug_Libraries 0 | |
45 | # PROP Output_Dir "Release" | |
46 | # PROP Intermediate_Dir "Release" | |
47 | # PROP Target_Dir "" | |
48 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | |
49 | # ADD CPP /nologo /MD /W4 /O1 /I "." /I "../../lib/msw" /I "../../include" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
50 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
51 | # ADD RSC /l 0x809 /d "NDEBUG" | |
52 | BSC32=bscmake.exe | |
53 | # ADD BASE BSC32 /nologo | |
54 | # ADD BSC32 /nologo | |
55 | LIB32=link.exe -lib | |
56 | # ADD BASE LIB32 /nologo | |
57 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
58 | ||
59 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" | |
60 | ||
61 | # PROP BASE Use_MFC 0 | |
62 | # PROP BASE Use_Debug_Libraries 1 | |
63 | # PROP BASE Output_Dir "Debug" | |
64 | # PROP BASE Intermediate_Dir "Debug" | |
65 | # PROP BASE Target_Dir "" | |
66 | # PROP Use_MFC 0 | |
67 | # PROP Use_Debug_Libraries 1 | |
68 | # PROP Output_Dir "Debug" | |
69 | # PROP Intermediate_Dir "Debug" | |
70 | # PROP Target_Dir "" | |
71 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c | |
72 | # ADD CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /I "../../lib/mswd" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c | |
73 | # ADD BASE RSC /l 0x809 /d "_DEBUG" | |
74 | # ADD RSC /l 0x809 /d "_DEBUG" | |
75 | BSC32=bscmake.exe | |
76 | # ADD BASE BSC32 /nologo | |
77 | # ADD BSC32 /nologo | |
78 | LIB32=link.exe -lib | |
79 | # ADD BASE LIB32 /nologo | |
80 | # ADD LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
81 | ||
82 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" | |
83 | ||
84 | # PROP BASE Use_MFC 0 | |
85 | # PROP BASE Use_Debug_Libraries 0 | |
86 | # PROP BASE Output_Dir "regex___Win32_Release_Unicode" | |
87 | # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode" | |
88 | # PROP BASE Target_Dir "" | |
89 | # PROP Use_MFC 0 | |
90 | # PROP Use_Debug_Libraries 0 | |
91 | # PROP Output_Dir "regex___Win32_Release_Unicode" | |
92 | # PROP Intermediate_Dir "regex___Win32_Release_Unicode" | |
93 | # PROP Target_Dir "" | |
94 | # ADD BASE CPP /nologo /MD /O1 /I "." /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
95 | # SUBTRACT BASE CPP /YX | |
96 | # ADD CPP /nologo /MD /W4 /O1 /I "." /I "../../lib/mswu" /I "../../include" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /D "wxUSE_UNICODE" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
97 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
98 | # ADD RSC /l 0x809 /d "NDEBUG" | |
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\regex.lib" | |
104 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" | |
105 | ||
106 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" | |
107 | ||
108 | # PROP BASE Use_MFC 0 | |
109 | # PROP BASE Use_Debug_Libraries 1 | |
110 | # PROP BASE Output_Dir "regex___Win32_Debug_Unicode" | |
111 | # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode" | |
112 | # PROP BASE Target_Dir "" | |
113 | # PROP Use_MFC 0 | |
114 | # PROP Use_Debug_Libraries 1 | |
115 | # PROP Output_Dir "regex___Win32_Debug_Unicode" | |
116 | # PROP Intermediate_Dir "regex___Win32_Debug_Unicode" | |
117 | # PROP Target_Dir "" | |
118 | # ADD BASE CPP /nologo /MDd /Gm /Zi /Od /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c | |
119 | # ADD CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /I "../../lib/mswud" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "_UNICODE" /D "UNICODE" /D "wxUSE_UNICODE" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c | |
120 | # ADD BASE RSC /l 0x809 /d "_DEBUG" | |
121 | # ADD RSC /l 0x809 /d "_DEBUG" | |
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\regexd.lib" | |
127 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" | |
128 | ||
129 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" | |
130 | ||
131 | # PROP BASE Use_MFC 0 | |
132 | # PROP BASE Use_Debug_Libraries 0 | |
133 | # PROP BASE Output_Dir "regex___Win32_Release_With_Debug_Info" | |
134 | # PROP BASE Intermediate_Dir "regex___Win32_Release_With_Debug_Info" | |
135 | # PROP BASE Target_Dir "" | |
136 | # PROP Use_MFC 0 | |
137 | # PROP Use_Debug_Libraries 0 | |
138 | # PROP Output_Dir "regex___Win32_Release_With_Debug_Info" | |
139 | # PROP Intermediate_Dir "regex___Win32_Release_With_Debug_Info" | |
140 | # PROP Target_Dir "" | |
141 | # ADD BASE CPP /nologo /MD /O1 /I "." /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
142 | # SUBTRACT BASE CPP /YX | |
143 | # ADD CPP /nologo /MD /W4 /Zi /O1 /I "." /I "../../lib/msw" /I "../../include" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
144 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
145 | # ADD RSC /l 0x809 /d "NDEBUG" | |
146 | BSC32=bscmake.exe | |
147 | # ADD BASE BSC32 /nologo | |
148 | # ADD BSC32 /nologo | |
149 | LIB32=link.exe -lib | |
150 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib" | |
151 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
152 | ||
153 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode DLL" | |
154 | ||
155 | # PROP BASE Use_MFC 0 | |
156 | # PROP BASE Use_Debug_Libraries 1 | |
157 | # PROP BASE Output_Dir "regex___Win32_Debug_Unicode_DLL" | |
158 | # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode_DLL" | |
159 | # PROP BASE Target_Dir "" | |
160 | # PROP Use_MFC 0 | |
161 | # PROP Use_Debug_Libraries 1 | |
162 | # PROP Output_Dir "regex___Win32_Debug_Unicode_DLL" | |
163 | # PROP Intermediate_Dir "regex___Win32_Debug_Unicode_DLL" | |
164 | # PROP Target_Dir "" | |
165 | # ADD BASE CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /I "../../lib/mswud" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "_UNICODE" /D "UNICODE" /D "wxUSE_UNICODE" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c | |
166 | # ADD CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /I "../../lib/mswud" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "_UNICODE" /D "UNICODE" /D "wxUSE_UNICODE" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c | |
167 | # ADD BASE RSC /l 0x809 /d "_DEBUG" | |
168 | # ADD RSC /l 0x809 /d "_DEBUG" | |
169 | BSC32=bscmake.exe | |
170 | # ADD BASE BSC32 /nologo | |
171 | # ADD BSC32 /nologo | |
172 | LIB32=link.exe -lib | |
173 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexud.lib" | |
174 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" | |
175 | ||
176 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode DLL" | |
177 | ||
178 | # PROP BASE Use_MFC 0 | |
179 | # PROP BASE Use_Debug_Libraries 0 | |
180 | # PROP BASE Output_Dir "regex___Win32_Release_Unicode_DLL" | |
181 | # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode_DLL" | |
182 | # PROP BASE Target_Dir "" | |
183 | # PROP Use_MFC 0 | |
184 | # PROP Use_Debug_Libraries 0 | |
185 | # PROP Output_Dir "regex___Win32_Release_Unicode_DLL" | |
186 | # PROP Intermediate_Dir "regex___Win32_Release_Unicode_DLL" | |
187 | # PROP Target_Dir "" | |
188 | # ADD BASE CPP /nologo /MD /W4 /O1 /I "." /I "../../lib/mswu" /I "../../include" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /D "wxUSE_UNICODE" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
189 | # ADD CPP /nologo /MD /W4 /O1 /I "." /I "../../lib/mswu" /I "../../include" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /D "wxUSE_UNICODE" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
190 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
191 | # ADD RSC /l 0x809 /d "NDEBUG" | |
192 | BSC32=bscmake.exe | |
193 | # ADD BASE BSC32 /nologo | |
194 | # ADD BSC32 /nologo | |
195 | LIB32=link.exe -lib | |
196 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexu.lib" | |
197 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" | |
198 | ||
199 | !ENDIF | |
200 | ||
201 | # Begin Target | |
202 | ||
203 | # Name "regex - Win32 Release" | |
204 | # Name "regex - Win32 Debug" | |
205 | # Name "regex - Win32 Release Unicode" | |
206 | # Name "regex - Win32 Debug Unicode" | |
207 | # Name "regex - Win32 Release With Debug Info" | |
208 | # Name "regex - Win32 Debug Unicode DLL" | |
209 | # Name "regex - Win32 Release Unicode DLL" | |
210 | # Begin Group "Source Files" | |
211 | ||
212 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
213 | # Begin Source File | |
214 | ||
215 | SOURCE=.\regcomp.c | |
216 | # End Source File | |
217 | # Begin Source File | |
218 | ||
219 | SOURCE=.\regerror.c | |
220 | # End Source File | |
221 | # Begin Source File | |
222 | ||
223 | SOURCE=.\regexec.c | |
224 | # End Source File | |
225 | # Begin Source File | |
226 | ||
227 | SOURCE=.\regfree.c | |
228 | # End Source File | |
229 | # End Group | |
230 | # Begin Group "Header Files" | |
231 | ||
232 | # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
233 | # Begin Source File | |
234 | ||
235 | SOURCE=.\regcustom.h | |
236 | # End Source File | |
237 | # Begin Source File | |
238 | ||
239 | SOURCE=.\regerrs.h | |
240 | # End Source File | |
241 | # Begin Source File | |
242 | ||
243 | SOURCE=.\regex.h | |
244 | # End Source File | |
245 | # Begin Source File | |
246 | ||
247 | SOURCE=.\regguts.h | |
248 | # End Source File | |
249 | # Begin Source File | |
250 | ||
251 | SOURCE=..\..\include\wx\msw\setup.h | |
252 | ||
253 | !IF "$(CFG)" == "regex - Win32 Release" | |
254 | ||
255 | # Begin Custom Build - Creating ..\..\lib\msw\wx\setup.h from $(InputPath) | |
256 | InputPath=..\..\include\wx\msw\setup.h | |
257 | ||
258 | "../../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
259 | copy "$(InputPath)" ..\..\lib\msw\wx\setup.h | |
260 | ||
261 | # End Custom Build | |
262 | ||
263 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" | |
264 | ||
265 | # Begin Custom Build - Creating ..\..\lib\mswd\wx\setup.h from $(InputPath) | |
266 | InputPath=..\..\include\wx\msw\setup.h | |
267 | ||
268 | "../../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
269 | copy "$(InputPath)" ..\..\lib\mswd\wx\setup.h | |
270 | ||
271 | # End Custom Build | |
272 | ||
273 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" | |
274 | ||
275 | # Begin Custom Build - Creating ..\..\lib\mswu\wx\setup.h from $(InputPath) | |
276 | InputPath=..\..\include\wx\msw\setup.h | |
277 | ||
278 | "../../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
279 | copy "$(InputPath)" ..\..\lib\mswu\wx\setup.h | |
280 | ||
281 | # End Custom Build | |
282 | ||
283 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" | |
284 | ||
285 | # Begin Custom Build - Creating ..\..\lib\mswud\wx\setup.h from $(InputPath) | |
286 | InputPath=..\..\include\wx\msw\setup.h | |
287 | ||
288 | "../../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
289 | copy "$(InputPath)" ..\..\lib\mswud\wx\setup.h | |
290 | ||
291 | # End Custom Build | |
292 | ||
293 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" | |
294 | ||
295 | # Begin Custom Build - Creating ..\..\lib\msw\wx\setup.h from $(InputPath) | |
296 | InputPath=..\..\include\wx\msw\setup.h | |
297 | ||
298 | "../../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
299 | copy "$(InputPath)" ..\..\lib\msw\wx\setup.h | |
300 | ||
301 | # End Custom Build | |
302 | ||
303 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode DLL" | |
304 | ||
305 | # Begin Custom Build - Creating ..\..\lib\mswud\wx\setup.h from $(InputPath) | |
306 | InputPath=..\..\include\wx\msw\setup.h | |
307 | ||
308 | "../../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
309 | copy "$(InputPath)" ..\..\lib\mswud\wx\setup.h | |
310 | ||
311 | # End Custom Build | |
312 | ||
313 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode DLL" | |
314 | ||
315 | # Begin Custom Build - Creating ..\..\lib\mswu\wx\setup.h from $(InputPath) | |
316 | InputPath=..\..\include\wx\msw\setup.h | |
317 | ||
318 | "../../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
319 | copy "$(InputPath)" ..\..\lib\mswu\wx\setup.h | |
320 | ||
321 | # End Custom Build | |
322 | ||
323 | !ENDIF | |
324 | ||
325 | # End Source File | |
326 | # End Group | |
327 | # End Target | |
328 | # End Project |