1.
[wxWidgets.git] / src / regex / regex.dsp
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 "regex - Win32 Release Unicode With Debug Info" (based on "Win32 (x86) Static Library")
26 !MESSAGE 
27
28 # Begin Project
29 # PROP AllowPerConfigDependencies 0
30 # PROP Scc_ProjName ""
31 # PROP Scc_LocalPath ""
32 CPP=cl.exe
33 RSC=rc.exe
34
35 !IF  "$(CFG)" == "regex - Win32 Release"
36
37 # PROP BASE Use_MFC 0
38 # PROP BASE Use_Debug_Libraries 0
39 # PROP BASE Output_Dir "Release"
40 # PROP BASE Intermediate_Dir "Release"
41 # PROP BASE Target_Dir ""
42 # PROP Use_MFC 0
43 # PROP Use_Debug_Libraries 0
44 # PROP Output_Dir "Release"
45 # PROP Intermediate_Dir "Release"
46 # PROP Target_Dir ""
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
48 # ADD CPP /nologo /MD /W4 /O1 /I "." /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
49 # SUBTRACT CPP /YX
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 "." /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 "." /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 # SUBTRACT CPP /YX
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 /out:"..\..\lib\regex.lib"
105 # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib"
106
107 !ELSEIF  "$(CFG)" == "regex - Win32 Debug Unicode"
108
109 # PROP BASE Use_MFC 0
110 # PROP BASE Use_Debug_Libraries 1
111 # PROP BASE Output_Dir "regex___Win32_Debug_Unicode"
112 # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode"
113 # PROP BASE Target_Dir ""
114 # PROP Use_MFC 0
115 # PROP Use_Debug_Libraries 1
116 # PROP Output_Dir "regex___Win32_Debug_Unicode"
117 # PROP Intermediate_Dir "regex___Win32_Debug_Unicode"
118 # PROP Target_Dir ""
119 # 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
120 # ADD CPP /nologo /MDd /W4 /Gm /Zi /Od /I "." /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
121 # ADD BASE RSC /l 0x809 /d "_DEBUG"
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 /out:"..\..\lib\regexd.lib"
128 # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib"
129
130 !ELSEIF  "$(CFG)" == "regex - Win32 Release With Debug Info"
131
132 # PROP BASE Use_MFC 0
133 # PROP BASE Use_Debug_Libraries 0
134 # PROP BASE Output_Dir "regex___Win32_Release_With_Debug_Info"
135 # PROP BASE Intermediate_Dir "regex___Win32_Release_With_Debug_Info"
136 # PROP BASE Target_Dir ""
137 # PROP Use_MFC 0
138 # PROP Use_Debug_Libraries 0
139 # PROP Output_Dir "regex___Win32_Release_With_Debug_Info"
140 # PROP Intermediate_Dir "regex___Win32_Release_With_Debug_Info"
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
144 # ADD CPP /nologo /MD /W4 /Zi /O1 /I "." /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
145 # SUBTRACT CPP /YX
146 # ADD BASE RSC /l 0x809 /d "NDEBUG"
147 # ADD RSC /l 0x809 /d "NDEBUG"
148 BSC32=bscmake.exe
149 # ADD BASE BSC32 /nologo
150 # ADD BSC32 /nologo
151 LIB32=link.exe -lib
152 # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib"
153 # ADD LIB32 /nologo /out:"..\..\lib\regex.lib"
154
155 !ELSEIF  "$(CFG)" == "regex - Win32 Release Unicode With Debug Info"
156
157 # PROP BASE Use_MFC 0
158 # PROP BASE Use_Debug_Libraries 0
159 # PROP BASE Output_Dir "regex___Win32_Release_Unicode_With_Debug_Info"
160 # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode_With_Debug_Info"
161 # PROP BASE Target_Dir ""
162 # PROP Use_MFC 0
163 # PROP Use_Debug_Libraries 0
164 # PROP Output_Dir "regex___Win32_Release_Unicode_With_Debug_Info"
165 # PROP Intermediate_Dir "regex___Win32_Release_Unicode_With_Debug_Info"
166 # PROP Target_Dir ""
167 # ADD BASE CPP /nologo /MD /O1 /I "." /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
168 # SUBTRACT BASE CPP /YX
169 # ADD CPP /nologo /MD /W4 /Zi /O1 /I "." /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
170 # SUBTRACT CPP /YX
171 # ADD BASE RSC /l 0x809 /d "NDEBUG"
172 # ADD RSC /l 0x809 /d "NDEBUG"
173 BSC32=bscmake.exe
174 # ADD BASE BSC32 /nologo
175 # ADD BSC32 /nologo
176 LIB32=link.exe -lib
177 # ADD BASE LIB32 /nologo /out:"..\..\lib\regexu.lib"
178 # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib"
179
180 !ENDIF 
181
182 # Begin Target
183
184 # Name "regex - Win32 Release"
185 # Name "regex - Win32 Debug"
186 # Name "regex - Win32 Release Unicode"
187 # Name "regex - Win32 Debug Unicode"
188 # Name "regex - Win32 Release With Debug Info"
189 # Name "regex - Win32 Release Unicode With Debug Info"
190 # Begin Group "Source Files"
191
192 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
193 # Begin Source File
194
195 SOURCE=.\regcomp.c
196 # End Source File
197 # Begin Source File
198
199 SOURCE=.\regerror.c
200 # End Source File
201 # Begin Source File
202
203 SOURCE=.\regexec.c
204 # End Source File
205 # Begin Source File
206
207 SOURCE=.\regfree.c
208 # End Source File
209 # End Group
210 # Begin Group "Header Files"
211
212 # PROP Default_Filter "h;hpp;hxx;hm;inl"
213 # Begin Source File
214
215 SOURCE=.\regcustom.h
216 # End Source File
217 # Begin Source File
218
219 SOURCE=.\regerrs.h
220 # End Source File
221 # Begin Source File
222
223 SOURCE=.\regex.h
224 # End Source File
225 # Begin Source File
226
227 SOURCE=.\regguts.h
228 # End Source File
229 # End Group
230 # End Target
231 # End Project