]>
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 | ||
f83b65f5 | 7 | CFG=regex - Win32 Debug Unicode |
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 | |
f83b65f5 | 16 | !MESSAGE NMAKE /f "regex.mak" CFG="regex - Win32 Debug Unicode" |
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") | |
1ce5dd35 | 22 | !MESSAGE "regex - Win32 Release Unicode" (based on "Win32 (x86) Static Library") |
f83b65f5 | 23 | !MESSAGE "regex - Win32 Debug Unicode" (based on "Win32 (x86) Static Library") |
34cbe514 | 24 | !MESSAGE "regex - Win32 Release With Debug Info" (based on "Win32 (x86) Static Library") |
e9799102 JS |
25 | !MESSAGE |
26 | ||
27 | # Begin Project | |
28 | # PROP AllowPerConfigDependencies 0 | |
d11cd571 JS |
29 | # PROP Scc_ProjName "" |
30 | # PROP Scc_LocalPath "" | |
e9799102 JS |
31 | CPP=cl.exe |
32 | RSC=rc.exe | |
33 | ||
34 | !IF "$(CFG)" == "regex - Win32 Release" | |
35 | ||
36 | # PROP BASE Use_MFC 0 | |
37 | # PROP BASE Use_Debug_Libraries 0 | |
38 | # PROP BASE Output_Dir "Release" | |
39 | # PROP BASE Intermediate_Dir "Release" | |
40 | # PROP BASE Target_Dir "" | |
41 | # PROP Use_MFC 0 | |
42 | # PROP Use_Debug_Libraries 0 | |
43 | # PROP Output_Dir "Release" | |
44 | # PROP Intermediate_Dir "Release" | |
45 | # PROP Target_Dir "" | |
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | |
d8d21537 | 47 | # 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 |
48 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
49 | # ADD RSC /l 0x809 /d "NDEBUG" | |
50 | BSC32=bscmake.exe | |
51 | # ADD BASE BSC32 /nologo | |
52 | # ADD BSC32 /nologo | |
53 | LIB32=link.exe -lib | |
54 | # ADD BASE LIB32 /nologo | |
55 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
56 | ||
57 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" | |
58 | ||
59 | # PROP BASE Use_MFC 0 | |
60 | # PROP BASE Use_Debug_Libraries 1 | |
61 | # PROP BASE Output_Dir "Debug" | |
62 | # PROP BASE Intermediate_Dir "Debug" | |
63 | # PROP BASE Target_Dir "" | |
64 | # PROP Use_MFC 0 | |
65 | # PROP Use_Debug_Libraries 1 | |
66 | # PROP Output_Dir "Debug" | |
67 | # PROP Intermediate_Dir "Debug" | |
68 | # PROP Target_Dir "" | |
69 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c | |
d8d21537 | 70 | # 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 JS |
71 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
72 | # ADD RSC /l 0x809 /d "_DEBUG" | |
73 | BSC32=bscmake.exe | |
74 | # ADD BASE BSC32 /nologo | |
75 | # ADD BSC32 /nologo | |
76 | LIB32=link.exe -lib | |
77 | # ADD BASE LIB32 /nologo | |
78 | # ADD LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
79 | ||
1ce5dd35 RN |
80 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" |
81 | ||
82 | # PROP BASE Use_MFC 0 | |
83 | # PROP BASE Use_Debug_Libraries 0 | |
84 | # PROP BASE Output_Dir "regex___Win32_Release_Unicode" | |
85 | # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode" | |
86 | # PROP BASE Target_Dir "" | |
87 | # PROP Use_MFC 0 | |
88 | # PROP Use_Debug_Libraries 0 | |
89 | # PROP Output_Dir "regex___Win32_Release_Unicode" | |
90 | # PROP Intermediate_Dir "regex___Win32_Release_Unicode" | |
91 | # PROP Target_Dir "" | |
92 | # 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 | |
93 | # SUBTRACT BASE CPP /YX | |
d8d21537 | 94 | # 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 |
95 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
96 | # ADD RSC /l 0x809 /d "NDEBUG" | |
97 | BSC32=bscmake.exe | |
98 | # ADD BASE BSC32 /nologo | |
99 | # ADD BSC32 /nologo | |
100 | LIB32=link.exe -lib | |
101 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib" | |
439d344b | 102 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" |
1ce5dd35 | 103 | |
f83b65f5 RN |
104 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" |
105 | ||
106 | # PROP BASE Use_MFC 0 | |
107 | # PROP BASE Use_Debug_Libraries 1 | |
108 | # PROP BASE Output_Dir "regex___Win32_Debug_Unicode" | |
109 | # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode" | |
110 | # PROP BASE Target_Dir "" | |
111 | # PROP Use_MFC 0 | |
112 | # PROP Use_Debug_Libraries 1 | |
113 | # PROP Output_Dir "regex___Win32_Debug_Unicode" | |
114 | # PROP Intermediate_Dir "regex___Win32_Debug_Unicode" | |
115 | # PROP Target_Dir "" | |
116 | # 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 | |
d8d21537 | 117 | # 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 |
118 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
119 | # ADD RSC /l 0x809 /d "_DEBUG" | |
120 | BSC32=bscmake.exe | |
121 | # ADD BASE BSC32 /nologo | |
122 | # ADD BSC32 /nologo | |
123 | LIB32=link.exe -lib | |
124 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
439d344b | 125 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" |
f83b65f5 | 126 | |
34cbe514 RN |
127 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" |
128 | ||
129 | # PROP BASE Use_MFC 0 | |
130 | # PROP BASE Use_Debug_Libraries 0 | |
131 | # PROP BASE Output_Dir "regex___Win32_Release_With_Debug_Info" | |
132 | # PROP BASE Intermediate_Dir "regex___Win32_Release_With_Debug_Info" | |
133 | # PROP BASE Target_Dir "" | |
134 | # PROP Use_MFC 0 | |
135 | # PROP Use_Debug_Libraries 0 | |
136 | # PROP Output_Dir "regex___Win32_Release_With_Debug_Info" | |
137 | # PROP Intermediate_Dir "regex___Win32_Release_With_Debug_Info" | |
138 | # PROP Target_Dir "" | |
139 | # 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 | |
140 | # SUBTRACT BASE CPP /YX | |
d8d21537 | 141 | # 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 |
142 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
143 | # ADD RSC /l 0x809 /d "NDEBUG" | |
144 | BSC32=bscmake.exe | |
145 | # ADD BASE BSC32 /nologo | |
146 | # ADD BSC32 /nologo | |
147 | LIB32=link.exe -lib | |
148 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib" | |
149 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
150 | ||
e9799102 JS |
151 | !ENDIF |
152 | ||
153 | # Begin Target | |
154 | ||
155 | # Name "regex - Win32 Release" | |
156 | # Name "regex - Win32 Debug" | |
1ce5dd35 | 157 | # Name "regex - Win32 Release Unicode" |
f83b65f5 | 158 | # Name "regex - Win32 Debug Unicode" |
34cbe514 | 159 | # Name "regex - Win32 Release With Debug Info" |
e9799102 JS |
160 | # Begin Group "Source Files" |
161 | ||
162 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
163 | # Begin Source File | |
164 | ||
165 | SOURCE=.\regcomp.c | |
166 | # End Source File | |
167 | # Begin Source File | |
168 | ||
169 | SOURCE=.\regerror.c | |
170 | # End Source File | |
171 | # Begin Source File | |
172 | ||
173 | SOURCE=.\regexec.c | |
174 | # End Source File | |
175 | # Begin Source File | |
176 | ||
177 | SOURCE=.\regfree.c | |
178 | # End Source File | |
179 | # End Group | |
180 | # Begin Group "Header Files" | |
181 | ||
182 | # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
1ce5dd35 RN |
183 | # Begin Source File |
184 | ||
185 | SOURCE=.\regcustom.h | |
186 | # End Source File | |
f83b65f5 RN |
187 | # Begin Source File |
188 | ||
189 | SOURCE=.\regerrs.h | |
190 | # End Source File | |
191 | # Begin Source File | |
192 | ||
193 | SOURCE=.\regex.h | |
194 | # End Source File | |
195 | # Begin Source File | |
196 | ||
197 | SOURCE=.\regguts.h | |
a060c2ab RN |
198 | # End Source File |
199 | # Begin Source File | |
200 | ||
201 | SOURCE=..\..\include\wx\msw\setup.h | |
202 | ||
4cc33fd8 | 203 | !IF "$(CFG)" == "regex - Win32 Release" |
a060c2ab | 204 | |
4cc33fd8 RN |
205 | # Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath) |
206 | InputPath=..\..\include\wx\msw\setup.h | |
a060c2ab | 207 | |
4cc33fd8 RN |
208 | "../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
209 | copy "$(InputPath)" ..\lib\msw\wx\setup.h | |
a060c2ab RN |
210 | |
211 | # End Custom Build | |
212 | ||
4cc33fd8 | 213 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" |
a060c2ab | 214 | |
4cc33fd8 RN |
215 | # Begin Custom Build - Creating ..\lib\mswd\wx\setup.h from $(InputPath) |
216 | InputPath=..\..\include\wx\msw\setup.h | |
a060c2ab | 217 | |
4cc33fd8 RN |
218 | "../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
219 | copy "$(InputPath)" ..\lib\mswd\wx\setup.h | |
a060c2ab RN |
220 | |
221 | # End Custom Build | |
222 | ||
223 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" | |
224 | ||
225 | # Begin Custom Build - Creating ..\lib\mswu\wx\setup.h from $(InputPath) | |
4cc33fd8 | 226 | InputPath=..\..\include\wx\msw\setup.h |
a060c2ab RN |
227 | |
228 | "../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
229 | copy "$(InputPath)" ..\lib\mswu\wx\setup.h | |
230 | ||
231 | # End Custom Build | |
232 | ||
233 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" | |
234 | ||
3bde165c RN |
235 | # Begin Custom Build - Creating ..\lib\mswud\wx\setup.h from $(InputPath) |
236 | InputPath=..\..\include\wx\mswud\setup.h | |
237 | ||
238 | "../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
239 | copy "$(InputPath)" ..\lib\mswud\wx\setup.h | |
240 | ||
241 | # End Custom Build | |
242 | ||
a060c2ab RN |
243 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" |
244 | ||
245 | # Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath) | |
4cc33fd8 | 246 | InputPath=..\..\include\wx\msw\setup.h |
a060c2ab RN |
247 | |
248 | "../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
249 | copy "$(InputPath)" ..\lib\msw\wx\setup.h | |
250 | ||
251 | # End Custom Build | |
252 | ||
253 | !ENDIF | |
254 | ||
f83b65f5 | 255 | # End Source File |
e9799102 JS |
256 | # End Group |
257 | # End Target | |
258 | # End Project |