]>
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 | |
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" | |
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 | |
26 | ||
27 | # Begin Project | |
28 | # PROP AllowPerConfigDependencies 0 | |
29 | # PROP Scc_ProjName "" | |
30 | # PROP Scc_LocalPath "" | |
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 | |
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 | |
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 | |
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 | |
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 | ||
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 | |
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 | |
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" | |
102 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" | |
103 | ||
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 | |
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 | |
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" | |
125 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" | |
126 | ||
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 | |
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 | |
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 | ||
151 | !ENDIF | |
152 | ||
153 | # Begin Target | |
154 | ||
155 | # Name "regex - Win32 Release" | |
156 | # Name "regex - Win32 Debug" | |
157 | # Name "regex - Win32 Release Unicode" | |
158 | # Name "regex - Win32 Debug Unicode" | |
159 | # Name "regex - Win32 Release With Debug Info" | |
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" | |
183 | # Begin Source File | |
184 | ||
185 | SOURCE=.\regcustom.h | |
186 | # End Source File | |
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 | |
198 | # End Source File | |
199 | # Begin Source File | |
200 | ||
201 | SOURCE=..\..\include\wx\msw\setup.h | |
202 | ||
203 | !IF "$(CFG)" == "regex - Win32 Release" | |
204 | ||
205 | # Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath) | |
206 | InputPath=..\..\include\wx\msw\setup.h | |
207 | ||
208 | "../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
209 | copy "$(InputPath)" ..\lib\msw\wx\setup.h | |
210 | ||
211 | # End Custom Build | |
212 | ||
213 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" | |
214 | ||
215 | # Begin Custom Build - Creating ..\lib\mswd\wx\setup.h from $(InputPath) | |
216 | InputPath=..\..\include\wx\msw\setup.h | |
217 | ||
218 | "../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
219 | copy "$(InputPath)" ..\lib\mswd\wx\setup.h | |
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) | |
226 | InputPath=..\..\include\wx\msw\setup.h | |
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 | ||
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 | ||
243 | !ELSEIF "$(CFG)" == "regex - Win32 Release With Debug Info" | |
244 | ||
245 | # Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath) | |
246 | InputPath=..\..\include\wx\msw\setup.h | |
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 | ||
255 | # End Source File | |
256 | # End Group | |
257 | # End Target | |
258 | # End Project |