]>
Commit | Line | Data |
---|---|---|
e9799102 JS |
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 | ||
abcb9fcf | 7 | CFG=regex - Win32 Debug |
e9799102 JS |
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 | |
c4f48f14 | 11 | !MESSAGE NMAKE /f "regex.mak". |
e9799102 JS |
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 | |
abcb9fcf | 16 | !MESSAGE NMAKE /f "regex.mak" CFG="regex - Win32 Debug" |
e9799102 JS |
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") | |
cb079153 VZ |
22 | !MESSAGE "regex - Win32 Release DLL" (based on "Win32 (x86) Static Library") |
23 | !MESSAGE "regex - Win32 Debug DLL" (based on "Win32 (x86) Static Library") | |
1ce5dd35 | 24 | !MESSAGE "regex - Win32 Release Unicode" (based on "Win32 (x86) Static Library") |
f83b65f5 | 25 | !MESSAGE "regex - Win32 Debug Unicode" (based on "Win32 (x86) Static Library") |
34cbe514 | 26 | !MESSAGE "regex - Win32 Release With Debug Info" (based on "Win32 (x86) Static Library") |
78313c33 JS |
27 | !MESSAGE "regex - Win32 Debug Unicode DLL" (based on "Win32 (x86) Static Library") |
28 | !MESSAGE "regex - Win32 Release Unicode DLL" (based on "Win32 (x86) Static Library") | |
e9799102 JS |
29 | !MESSAGE |
30 | ||
31 | # Begin Project | |
32 | # PROP AllowPerConfigDependencies 0 | |
d11cd571 JS |
33 | # PROP Scc_ProjName "" |
34 | # PROP Scc_LocalPath "" | |
e9799102 JS |
35 | CPP=cl.exe |
36 | RSC=rc.exe | |
37 | ||
38 | !IF "$(CFG)" == "regex - Win32 Release" | |
39 | ||
40 | # PROP BASE Use_MFC 0 | |
41 | # PROP BASE Use_Debug_Libraries 0 | |
42 | # PROP BASE Output_Dir "Release" | |
43 | # PROP BASE Intermediate_Dir "Release" | |
44 | # PROP BASE Target_Dir "" | |
45 | # PROP Use_MFC 0 | |
46 | # PROP Use_Debug_Libraries 0 | |
47 | # PROP Output_Dir "Release" | |
48 | # PROP Intermediate_Dir "Release" | |
49 | # PROP Target_Dir "" | |
50 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | |
6efbb55b | 51 | # 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 |
e9799102 JS |
52 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
53 | # ADD RSC /l 0x809 /d "NDEBUG" | |
54 | BSC32=bscmake.exe | |
55 | # ADD BASE BSC32 /nologo | |
56 | # ADD BSC32 /nologo | |
57 | LIB32=link.exe -lib | |
58 | # ADD BASE LIB32 /nologo | |
59 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
60 | ||
61 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" | |
62 | ||
63 | # PROP BASE Use_MFC 0 | |
64 | # PROP BASE Use_Debug_Libraries 1 | |
65 | # PROP BASE Output_Dir "Debug" | |
66 | # PROP BASE Intermediate_Dir "Debug" | |
67 | # PROP BASE Target_Dir "" | |
68 | # PROP Use_MFC 0 | |
69 | # PROP Use_Debug_Libraries 1 | |
70 | # PROP Output_Dir "Debug" | |
71 | # PROP Intermediate_Dir "Debug" | |
72 | # PROP Target_Dir "" | |
73 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c | |
6efbb55b | 74 | # 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 |
e9799102 | 75 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
cb079153 VZ |
76 | # ADD RSC /l 0x809 /d "_DEBUG" |
77 | BSC32=bscmake.exe | |
78 | # ADD BASE BSC32 /nologo | |
79 | # ADD BSC32 /nologo | |
80 | LIB32=link.exe -lib | |
81 | # ADD BASE LIB32 /nologo | |
82 | # ADD LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
83 | ||
84 | !ELSEIF "$(CFG)" == "regex - Win32 Release DLL" | |
85 | ||
86 | # PROP BASE Use_MFC 0 | |
87 | # PROP BASE Use_Debug_Libraries 0 | |
88 | # PROP BASE Output_Dir "Release" | |
89 | # PROP BASE Intermediate_Dir "Release" | |
90 | # PROP BASE Target_Dir "" | |
91 | # PROP Use_MFC 0 | |
92 | # PROP Use_Debug_Libraries 0 | |
93 | # PROP Output_Dir "Release" | |
94 | # PROP Intermediate_Dir "Release" | |
95 | # PROP Target_Dir "" | |
96 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | |
97 | # 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 | |
98 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
99 | # ADD RSC /l 0x809 /d "NDEBUG" | |
100 | BSC32=bscmake.exe | |
101 | # ADD BASE BSC32 /nologo | |
102 | # ADD BSC32 /nologo | |
103 | LIB32=link.exe -lib | |
104 | # ADD BASE LIB32 /nologo | |
105 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
106 | ||
107 | !ELSEIF "$(CFG)" == "regex - Win32 Debug DLL" | |
108 | ||
109 | # PROP BASE Use_MFC 0 | |
110 | # PROP BASE Use_Debug_Libraries 1 | |
111 | # PROP BASE Output_Dir "Debug" | |
112 | # PROP BASE Intermediate_Dir "Debug" | |
113 | # PROP BASE Target_Dir "" | |
114 | # PROP Use_MFC 0 | |
115 | # PROP Use_Debug_Libraries 1 | |
116 | # PROP Output_Dir "Debug" | |
117 | # PROP Intermediate_Dir "Debug" | |
118 | # PROP Target_Dir "" | |
119 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c | |
120 | # 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 | |
121 | # ADD BASE RSC /l 0x809 /d "_DEBUG" | |
e9799102 JS |
122 | # ADD RSC /l 0x809 /d "_DEBUG" |
123 | BSC32=bscmake.exe | |
124 | # ADD BASE BSC32 /nologo | |
125 | # ADD BSC32 /nologo | |
126 | LIB32=link.exe -lib | |
127 | # ADD BASE LIB32 /nologo | |
128 | # ADD LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
129 | ||
1ce5dd35 RN |
130 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" |
131 | ||
132 | # PROP BASE Use_MFC 0 | |
133 | # PROP BASE Use_Debug_Libraries 0 | |
134 | # PROP BASE Output_Dir "regex___Win32_Release_Unicode" | |
135 | # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode" | |
136 | # PROP BASE Target_Dir "" | |
137 | # PROP Use_MFC 0 | |
138 | # PROP Use_Debug_Libraries 0 | |
139 | # PROP Output_Dir "regex___Win32_Release_Unicode" | |
140 | # PROP Intermediate_Dir "regex___Win32_Release_Unicode" | |
141 | # PROP Target_Dir "" | |
142 | # 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 | |
143 | # SUBTRACT BASE CPP /YX | |
6efbb55b | 144 | # 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 |
1ce5dd35 RN |
145 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
146 | # ADD RSC /l 0x809 /d "NDEBUG" | |
147 | BSC32=bscmake.exe | |
148 | # ADD BASE BSC32 /nologo | |
149 | # ADD BSC32 /nologo | |
150 | LIB32=link.exe -lib | |
151 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib" | |
439d344b | 152 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" |
1ce5dd35 | 153 | |
f83b65f5 RN |
154 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" |
155 | ||
156 | # PROP BASE Use_MFC 0 | |
157 | # PROP BASE Use_Debug_Libraries 1 | |
158 | # PROP BASE Output_Dir "regex___Win32_Debug_Unicode" | |
159 | # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode" | |
160 | # PROP BASE Target_Dir "" | |
161 | # PROP Use_MFC 0 | |
162 | # PROP Use_Debug_Libraries 1 | |
163 | # PROP Output_Dir "regex___Win32_Debug_Unicode" | |
164 | # PROP Intermediate_Dir "regex___Win32_Debug_Unicode" | |
165 | # PROP Target_Dir "" | |
166 | # 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 | |
6efbb55b | 167 | # 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 |
f83b65f5 RN |
168 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
169 | # ADD RSC /l 0x809 /d "_DEBUG" | |
170 | BSC32=bscmake.exe | |
171 | # ADD BASE BSC32 /nologo | |
172 | # ADD BSC32 /nologo | |
173 | LIB32=link.exe -lib | |
174 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
439d344b | 175 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" |
f83b65f5 | 176 | |
34cbe514 RN |
177 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" |
178 | ||
179 | # PROP BASE Use_MFC 0 | |
180 | # PROP BASE Use_Debug_Libraries 0 | |
181 | # PROP BASE Output_Dir "regex___Win32_Release_With_Debug_Info" | |
182 | # PROP BASE Intermediate_Dir "regex___Win32_Release_With_Debug_Info" | |
183 | # PROP BASE Target_Dir "" | |
184 | # PROP Use_MFC 0 | |
185 | # PROP Use_Debug_Libraries 0 | |
186 | # PROP Output_Dir "regex___Win32_Release_With_Debug_Info" | |
187 | # PROP Intermediate_Dir "regex___Win32_Release_With_Debug_Info" | |
188 | # PROP Target_Dir "" | |
189 | # 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 | |
190 | # SUBTRACT BASE CPP /YX | |
6efbb55b | 191 | # 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 |
34cbe514 RN |
192 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
193 | # ADD RSC /l 0x809 /d "NDEBUG" | |
194 | BSC32=bscmake.exe | |
195 | # ADD BASE BSC32 /nologo | |
196 | # ADD BSC32 /nologo | |
197 | LIB32=link.exe -lib | |
198 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib" | |
199 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
200 | ||
78313c33 JS |
201 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode DLL" |
202 | ||
203 | # PROP BASE Use_MFC 0 | |
204 | # PROP BASE Use_Debug_Libraries 1 | |
205 | # PROP BASE Output_Dir "regex___Win32_Debug_Unicode_DLL" | |
206 | # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode_DLL" | |
207 | # PROP BASE Target_Dir "" | |
208 | # PROP Use_MFC 0 | |
209 | # PROP Use_Debug_Libraries 1 | |
210 | # PROP Output_Dir "regex___Win32_Debug_Unicode_DLL" | |
211 | # PROP Intermediate_Dir "regex___Win32_Debug_Unicode_DLL" | |
212 | # PROP Target_Dir "" | |
6efbb55b DS |
213 | # 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 |
214 | # 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 | |
78313c33 JS |
215 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
216 | # ADD RSC /l 0x809 /d "_DEBUG" | |
217 | BSC32=bscmake.exe | |
218 | # ADD BASE BSC32 /nologo | |
219 | # ADD BSC32 /nologo | |
220 | LIB32=link.exe -lib | |
221 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexud.lib" | |
222 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" | |
223 | ||
224 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode DLL" | |
225 | ||
226 | # PROP BASE Use_MFC 0 | |
227 | # PROP BASE Use_Debug_Libraries 0 | |
228 | # PROP BASE Output_Dir "regex___Win32_Release_Unicode_DLL" | |
229 | # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode_DLL" | |
230 | # PROP BASE Target_Dir "" | |
231 | # PROP Use_MFC 0 | |
232 | # PROP Use_Debug_Libraries 0 | |
233 | # PROP Output_Dir "regex___Win32_Release_Unicode_DLL" | |
234 | # PROP Intermediate_Dir "regex___Win32_Release_Unicode_DLL" | |
235 | # PROP Target_Dir "" | |
6efbb55b DS |
236 | # 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 |
237 | # 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 | |
78313c33 JS |
238 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
239 | # ADD RSC /l 0x809 /d "NDEBUG" | |
240 | BSC32=bscmake.exe | |
241 | # ADD BASE BSC32 /nologo | |
242 | # ADD BSC32 /nologo | |
243 | LIB32=link.exe -lib | |
244 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexu.lib" | |
245 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" | |
246 | ||
e9799102 JS |
247 | !ENDIF |
248 | ||
249 | # Begin Target | |
250 | ||
251 | # Name "regex - Win32 Release" | |
252 | # Name "regex - Win32 Debug" | |
abcb9fcf VZ |
253 | # Name "regex - Win32 Release DLL" |
254 | # Name "regex - Win32 Debug DLL" | |
1ce5dd35 | 255 | # Name "regex - Win32 Release Unicode" |
f83b65f5 | 256 | # Name "regex - Win32 Debug Unicode" |
34cbe514 | 257 | # Name "regex - Win32 Release With Debug Info" |
78313c33 JS |
258 | # Name "regex - Win32 Debug Unicode DLL" |
259 | # Name "regex - Win32 Release Unicode DLL" | |
e9799102 JS |
260 | # Begin Group "Source Files" |
261 | ||
262 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
263 | # Begin Source File | |
264 | ||
265 | SOURCE=.\regcomp.c | |
266 | # End Source File | |
267 | # Begin Source File | |
268 | ||
269 | SOURCE=.\regerror.c | |
270 | # End Source File | |
271 | # Begin Source File | |
272 | ||
273 | SOURCE=.\regexec.c | |
274 | # End Source File | |
275 | # Begin Source File | |
276 | ||
277 | SOURCE=.\regfree.c | |
278 | # End Source File | |
279 | # End Group | |
280 | # Begin Group "Header Files" | |
281 | ||
282 | # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
1ce5dd35 RN |
283 | # Begin Source File |
284 | ||
285 | SOURCE=.\regcustom.h | |
286 | # End Source File | |
f83b65f5 RN |
287 | # Begin Source File |
288 | ||
289 | SOURCE=.\regerrs.h | |
290 | # End Source File | |
291 | # Begin Source File | |
292 | ||
293 | SOURCE=.\regex.h | |
294 | # End Source File | |
295 | # Begin Source File | |
296 | ||
297 | SOURCE=.\regguts.h | |
a060c2ab RN |
298 | # End Source File |
299 | # Begin Source File | |
300 | ||
301 | SOURCE=..\..\include\wx\msw\setup.h | |
302 | ||
4cc33fd8 | 303 | !IF "$(CFG)" == "regex - Win32 Release" |
a060c2ab | 304 | |
6efbb55b | 305 | # Begin Custom Build - Creating ..\..\lib\msw\wx\setup.h from $(InputPath) |
4cc33fd8 | 306 | InputPath=..\..\include\wx\msw\setup.h |
a060c2ab | 307 | |
6efbb55b DS |
308 | "../../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
309 | copy "$(InputPath)" ..\..\lib\msw\wx\setup.h | |
a060c2ab RN |
310 | |
311 | # End Custom Build | |
312 | ||
4cc33fd8 | 313 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" |
a060c2ab | 314 | |
6efbb55b | 315 | # Begin Custom Build - Creating ..\..\lib\mswd\wx\setup.h from $(InputPath) |
4cc33fd8 | 316 | InputPath=..\..\include\wx\msw\setup.h |
a060c2ab | 317 | |
6efbb55b DS |
318 | "../../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
319 | copy "$(InputPath)" ..\..\lib\mswd\wx\setup.h | |
a060c2ab RN |
320 | |
321 | # End Custom Build | |
322 | ||
323 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" | |
324 | ||
6efbb55b | 325 | # Begin Custom Build - Creating ..\..\lib\mswu\wx\setup.h from $(InputPath) |
4cc33fd8 | 326 | InputPath=..\..\include\wx\msw\setup.h |
a060c2ab | 327 | |
6efbb55b DS |
328 | "../../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
329 | copy "$(InputPath)" ..\..\lib\mswu\wx\setup.h | |
a060c2ab RN |
330 | |
331 | # End Custom Build | |
332 | ||
333 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" | |
334 | ||
6efbb55b | 335 | # Begin Custom Build - Creating ..\..\lib\mswud\wx\setup.h from $(InputPath) |
78313c33 | 336 | InputPath=..\..\include\wx\msw\setup.h |
3bde165c | 337 | |
6efbb55b DS |
338 | "../../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
339 | copy "$(InputPath)" ..\..\lib\mswud\wx\setup.h | |
3bde165c RN |
340 | |
341 | # End Custom Build | |
342 | ||
a060c2ab RN |
343 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" |
344 | ||
6efbb55b | 345 | # Begin Custom Build - Creating ..\..\lib\msw\wx\setup.h from $(InputPath) |
4cc33fd8 | 346 | InputPath=..\..\include\wx\msw\setup.h |
a060c2ab | 347 | |
6efbb55b DS |
348 | "../../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
349 | copy "$(InputPath)" ..\..\lib\msw\wx\setup.h | |
a060c2ab RN |
350 | |
351 | # End Custom Build | |
352 | ||
78313c33 JS |
353 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode DLL" |
354 | ||
6efbb55b | 355 | # Begin Custom Build - Creating ..\..\lib\mswud\wx\setup.h from $(InputPath) |
78313c33 JS |
356 | InputPath=..\..\include\wx\msw\setup.h |
357 | ||
6efbb55b DS |
358 | "../../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
359 | copy "$(InputPath)" ..\..\lib\mswud\wx\setup.h | |
78313c33 JS |
360 | |
361 | # End Custom Build | |
362 | ||
363 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode DLL" | |
364 | ||
6efbb55b | 365 | # Begin Custom Build - Creating ..\..\lib\mswu\wx\setup.h from $(InputPath) |
78313c33 JS |
366 | InputPath=..\..\include\wx\msw\setup.h |
367 | ||
6efbb55b DS |
368 | "../../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
369 | copy "$(InputPath)" ..\..\lib\mswu\wx\setup.h | |
78313c33 JS |
370 | |
371 | # End Custom Build | |
372 | ||
a060c2ab RN |
373 | !ENDIF |
374 | ||
f83b65f5 | 375 | # End Source File |
e9799102 JS |
376 | # End Group |
377 | # End Target | |
378 | # End Project |