]>
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") |
e9799102 JS |
24 | !MESSAGE |
25 | ||
26 | # Begin Project | |
27 | # PROP AllowPerConfigDependencies 0 | |
d11cd571 JS |
28 | # PROP Scc_ProjName "" |
29 | # PROP Scc_LocalPath "" | |
e9799102 JS |
30 | CPP=cl.exe |
31 | RSC=rc.exe | |
32 | ||
33 | !IF "$(CFG)" == "regex - Win32 Release" | |
34 | ||
35 | # PROP BASE Use_MFC 0 | |
36 | # PROP BASE Use_Debug_Libraries 0 | |
37 | # PROP BASE Output_Dir "Release" | |
38 | # PROP BASE Intermediate_Dir "Release" | |
39 | # PROP BASE Target_Dir "" | |
40 | # PROP Use_MFC 0 | |
41 | # PROP Use_Debug_Libraries 0 | |
42 | # PROP Output_Dir "Release" | |
43 | # PROP Intermediate_Dir "Release" | |
44 | # PROP Target_Dir "" | |
45 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | |
1ce5dd35 | 46 | # ADD CPP /nologo /MD /O1 /I "." /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c |
e9799102 JS |
47 | # SUBTRACT CPP /YX |
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 | |
1ce5dd35 | 70 | # ADD 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 |
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 | |
f83b65f5 | 94 | # ADD 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 |
1ce5dd35 RN |
95 | # SUBTRACT CPP /YX |
96 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
97 | # ADD RSC /l 0x809 /d "NDEBUG" | |
98 | BSC32=bscmake.exe | |
99 | # ADD BASE BSC32 /nologo | |
100 | # ADD BSC32 /nologo | |
101 | LIB32=link.exe -lib | |
102 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib" | |
439d344b | 103 | # ADD LIB32 /nologo /out:"..\..\lib\regexu.lib" |
1ce5dd35 | 104 | |
f83b65f5 RN |
105 | !ELSEIF "$(CFG)" == "regex - Win32 Debug Unicode" |
106 | ||
107 | # PROP BASE Use_MFC 0 | |
108 | # PROP BASE Use_Debug_Libraries 1 | |
109 | # PROP BASE Output_Dir "regex___Win32_Debug_Unicode" | |
110 | # PROP BASE Intermediate_Dir "regex___Win32_Debug_Unicode" | |
111 | # PROP BASE Target_Dir "" | |
112 | # PROP Use_MFC 0 | |
113 | # PROP Use_Debug_Libraries 1 | |
114 | # PROP Output_Dir "regex___Win32_Debug_Unicode" | |
115 | # PROP Intermediate_Dir "regex___Win32_Debug_Unicode" | |
116 | # PROP Target_Dir "" | |
117 | # 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 | |
118 | # ADD CPP /nologo /MDd /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 | |
119 | # ADD BASE RSC /l 0x809 /d "_DEBUG" | |
120 | # ADD RSC /l 0x809 /d "_DEBUG" | |
121 | BSC32=bscmake.exe | |
122 | # ADD BASE BSC32 /nologo | |
123 | # ADD BSC32 /nologo | |
124 | LIB32=link.exe -lib | |
125 | # ADD BASE LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
439d344b | 126 | # ADD LIB32 /nologo /out:"..\..\lib\regexud.lib" |
f83b65f5 | 127 | |
e9799102 JS |
128 | !ENDIF |
129 | ||
130 | # Begin Target | |
131 | ||
132 | # Name "regex - Win32 Release" | |
133 | # Name "regex - Win32 Debug" | |
1ce5dd35 | 134 | # Name "regex - Win32 Release Unicode" |
f83b65f5 | 135 | # Name "regex - Win32 Debug Unicode" |
e9799102 JS |
136 | # Begin Group "Source Files" |
137 | ||
138 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
139 | # Begin Source File | |
140 | ||
141 | SOURCE=.\regcomp.c | |
142 | # End Source File | |
143 | # Begin Source File | |
144 | ||
145 | SOURCE=.\regerror.c | |
146 | # End Source File | |
147 | # Begin Source File | |
148 | ||
149 | SOURCE=.\regexec.c | |
150 | # End Source File | |
151 | # Begin Source File | |
152 | ||
153 | SOURCE=.\regfree.c | |
154 | # End Source File | |
155 | # End Group | |
156 | # Begin Group "Header Files" | |
157 | ||
158 | # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
1ce5dd35 RN |
159 | # Begin Source File |
160 | ||
161 | SOURCE=.\regcustom.h | |
162 | # End Source File | |
f83b65f5 RN |
163 | # Begin Source File |
164 | ||
165 | SOURCE=.\regerrs.h | |
166 | # End Source File | |
167 | # Begin Source File | |
168 | ||
169 | SOURCE=.\regex.h | |
170 | # End Source File | |
171 | # Begin Source File | |
172 | ||
173 | SOURCE=.\regguts.h | |
174 | # End Source File | |
e9799102 JS |
175 | # End Group |
176 | # End Target | |
177 | # End Project |