]>
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 | ||
7 | CFG=regex - Win32 Debug | |
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 | |
c4f48f14 | 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") | |
1ce5dd35 | 22 | !MESSAGE "regex - Win32 Release Unicode" (based on "Win32 (x86) Static Library") |
e9799102 JS |
23 | !MESSAGE |
24 | ||
25 | # Begin Project | |
26 | # PROP AllowPerConfigDependencies 0 | |
d11cd571 JS |
27 | # PROP Scc_ProjName "" |
28 | # PROP Scc_LocalPath "" | |
e9799102 JS |
29 | CPP=cl.exe |
30 | RSC=rc.exe | |
31 | ||
32 | !IF "$(CFG)" == "regex - Win32 Release" | |
33 | ||
34 | # PROP BASE Use_MFC 0 | |
35 | # PROP BASE Use_Debug_Libraries 0 | |
36 | # PROP BASE Output_Dir "Release" | |
37 | # PROP BASE Intermediate_Dir "Release" | |
38 | # PROP BASE Target_Dir "" | |
39 | # PROP Use_MFC 0 | |
40 | # PROP Use_Debug_Libraries 0 | |
41 | # PROP Output_Dir "Release" | |
42 | # PROP Intermediate_Dir "Release" | |
43 | # PROP Target_Dir "" | |
44 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c | |
1ce5dd35 | 45 | # 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 |
46 | # SUBTRACT CPP /YX |
47 | # ADD BASE RSC /l 0x809 /d "NDEBUG" | |
48 | # ADD RSC /l 0x809 /d "NDEBUG" | |
49 | BSC32=bscmake.exe | |
50 | # ADD BASE BSC32 /nologo | |
51 | # ADD BSC32 /nologo | |
52 | LIB32=link.exe -lib | |
53 | # ADD BASE LIB32 /nologo | |
54 | # ADD LIB32 /nologo /out:"..\..\lib\regex.lib" | |
55 | ||
56 | !ELSEIF "$(CFG)" == "regex - Win32 Debug" | |
57 | ||
58 | # PROP BASE Use_MFC 0 | |
59 | # PROP BASE Use_Debug_Libraries 1 | |
60 | # PROP BASE Output_Dir "Debug" | |
61 | # PROP BASE Intermediate_Dir "Debug" | |
62 | # PROP BASE Target_Dir "" | |
63 | # PROP Use_MFC 0 | |
64 | # PROP Use_Debug_Libraries 1 | |
65 | # PROP Output_Dir "Debug" | |
66 | # PROP Intermediate_Dir "Debug" | |
67 | # PROP Target_Dir "" | |
68 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c | |
1ce5dd35 | 69 | # 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 |
70 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
71 | # ADD RSC /l 0x809 /d "_DEBUG" | |
72 | BSC32=bscmake.exe | |
73 | # ADD BASE BSC32 /nologo | |
74 | # ADD BSC32 /nologo | |
75 | LIB32=link.exe -lib | |
76 | # ADD BASE LIB32 /nologo | |
77 | # ADD LIB32 /nologo /out:"..\..\lib\regexd.lib" | |
78 | ||
1ce5dd35 RN |
79 | !ELSEIF "$(CFG)" == "regex - Win32 Release Unicode" |
80 | ||
81 | # PROP BASE Use_MFC 0 | |
82 | # PROP BASE Use_Debug_Libraries 0 | |
83 | # PROP BASE Output_Dir "regex___Win32_Release_Unicode" | |
84 | # PROP BASE Intermediate_Dir "regex___Win32_Release_Unicode" | |
85 | # PROP BASE Target_Dir "" | |
86 | # PROP Use_MFC 0 | |
87 | # PROP Use_Debug_Libraries 0 | |
88 | # PROP Output_Dir "regex___Win32_Release_Unicode" | |
89 | # PROP Intermediate_Dir "regex___Win32_Release_Unicode" | |
90 | # PROP Target_Dir "" | |
91 | # 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 | |
92 | # SUBTRACT BASE CPP /YX | |
93 | # ADD CPP /nologo /MD /O1 /I "." /D "WIN32" /D "_WINDOWS" /D "wxUSE_UNICODE" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c | |
94 | # SUBTRACT CPP /YX | |
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\regex.lib" | |
103 | ||
e9799102 JS |
104 | !ENDIF |
105 | ||
106 | # Begin Target | |
107 | ||
108 | # Name "regex - Win32 Release" | |
109 | # Name "regex - Win32 Debug" | |
1ce5dd35 | 110 | # Name "regex - Win32 Release Unicode" |
e9799102 JS |
111 | # Begin Group "Source Files" |
112 | ||
113 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
114 | # Begin Source File | |
115 | ||
116 | SOURCE=.\regcomp.c | |
117 | # End Source File | |
118 | # Begin Source File | |
119 | ||
120 | SOURCE=.\regerror.c | |
121 | # End Source File | |
122 | # Begin Source File | |
123 | ||
124 | SOURCE=.\regexec.c | |
125 | # End Source File | |
126 | # Begin Source File | |
127 | ||
128 | SOURCE=.\regfree.c | |
129 | # End Source File | |
130 | # End Group | |
131 | # Begin Group "Header Files" | |
132 | ||
133 | # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
1ce5dd35 RN |
134 | # Begin Source File |
135 | ||
136 | SOURCE=.\regcustom.h | |
137 | # End Source File | |
e9799102 JS |
138 | # End Group |
139 | # End Target | |
140 | # End Project |