Annotation of parser3/src/lib/pcre/pcre.dsp, revision 1.3
1.1 paf 1: # Microsoft Developer Studio Project File - Name="pcre" - 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:
1.3 ! paf 7: CFG=pcre - Win32 Profile Debug
1.1 paf 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 "pcre.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
1.3 ! paf 16: !MESSAGE NMAKE /f "pcre.mak" CFG="pcre - Win32 Profile Debug"
1.1 paf 17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "pcre - Win32 Release" (based on "Win32 (x86) Static Library")
21: !MESSAGE "pcre - Win32 Debug" (based on "Win32 (x86) Static Library")
1.3 ! paf 22: !MESSAGE "pcre - Win32 Profile Release" (based on "Win32 (x86) Static Library")
! 23: !MESSAGE "pcre - Win32 Profile Debug" (based on "Win32 (x86) Static Library")
1.1 paf 24: !MESSAGE
25:
26: # Begin Project
27: # PROP AllowPerConfigDependencies 0
28: # PROP Scc_ProjName "pcre"
29: # PROP Scc_LocalPath "."
30: CPP=cl.exe
31: RSC=rc.exe
32:
33: !IF "$(CFG)" == "pcre - 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
46: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
47: # SUBTRACT CPP /YX
48: # ADD BASE RSC /l 0x419 /d "NDEBUG"
49: # ADD RSC /l 0x419 /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
56:
57: !ELSEIF "$(CFG)" == "pcre - 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 2
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 /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /c
71: # SUBTRACT CPP /YX
72: # ADD BASE RSC /l 0x419 /d "_DEBUG"
73: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
74: BSC32=bscmake.exe
75: # ADD BASE BSC32 /nologo
76: # ADD BSC32 /nologo
77: LIB32=link.exe -lib
78: # ADD BASE LIB32 /nologo
79: # ADD LIB32 /nologo
80:
1.3 ! paf 81: !ELSEIF "$(CFG)" == "pcre - Win32 Profile Release"
1.1 paf 82:
83: # PROP BASE Use_MFC 0
1.2 paf 84: # PROP BASE Use_Debug_Libraries 0
1.3 ! paf 85: # PROP BASE Output_Dir "pcre___Win32_Profile Release"
! 86: # PROP BASE Intermediate_Dir "pcre___Win32_Profile Release"
1.1 paf 87: # PROP BASE Target_Dir ""
88: # PROP Use_MFC 0
1.2 paf 89: # PROP Use_Debug_Libraries 0
1.3 ! paf 90: # PROP Output_Dir "ProfileRelease"
! 91: # PROP Intermediate_Dir "ProfileRelease"
1.1 paf 92: # PROP Target_Dir ""
1.2 paf 93: # ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
1.1 paf 94: # SUBTRACT BASE CPP /YX
1.2 paf 95: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
1.1 paf 96: # SUBTRACT CPP /YX
1.2 paf 97: # ADD BASE RSC /l 0x419 /d "NDEBUG"
98: # ADD RSC /l 0x419 /d "NDEBUG"
1.1 paf 99: BSC32=bscmake.exe
100: # ADD BASE BSC32 /nologo
101: # ADD BSC32 /nologo
102: LIB32=link.exe -lib
103: # ADD BASE LIB32 /nologo
104: # ADD LIB32 /nologo
105:
1.3 ! paf 106: !ELSEIF "$(CFG)" == "pcre - Win32 Profile Debug"
! 107:
! 108: # PROP BASE Use_MFC 2
! 109: # PROP BASE Use_Debug_Libraries 1
! 110: # PROP BASE Output_Dir "pcre___Win32_Profile_Debug"
! 111: # PROP BASE Intermediate_Dir "pcre___Win32_Profile_Debug"
! 112: # PROP BASE Target_Dir ""
! 113: # PROP Use_MFC 2
! 114: # PROP Use_Debug_Libraries 1
! 115: # PROP Output_Dir "ProfileDebug"
! 116: # PROP Intermediate_Dir "ProfileDebug"
! 117: # PROP Target_Dir ""
! 118: # ADD BASE CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /c
! 119: # SUBTRACT BASE CPP /YX
! 120: # ADD CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /c
! 121: # SUBTRACT CPP /YX
! 122: # ADD BASE RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
! 123: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
! 124: BSC32=bscmake.exe
! 125: # ADD BASE BSC32 /nologo
! 126: # ADD BSC32 /nologo
! 127: LIB32=link.exe -lib
! 128: # ADD BASE LIB32 /nologo
! 129: # ADD LIB32 /nologo
! 130:
1.1 paf 131: !ENDIF
132:
133: # Begin Target
134:
135: # Name "pcre - Win32 Release"
136: # Name "pcre - Win32 Debug"
1.3 ! paf 137: # Name "pcre - Win32 Profile Release"
! 138: # Name "pcre - Win32 Profile Debug"
1.1 paf 139: # Begin Group "Source Files"
140:
141: # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
142: # Begin Source File
143:
144: SOURCE=.\get.c
145: # End Source File
146: # Begin Source File
147:
148: SOURCE=.\pcre.c
149: # End Source File
150: # Begin Source File
151:
152: SOURCE=.\study.c
153: # End Source File
154: # End Group
155: # Begin Group "Header Files"
156:
157: # PROP Default_Filter "h;hpp;hxx;hm;inl"
158: # Begin Source File
159:
160: SOURCE=.\internal.h
161: # End Source File
162: # Begin Source File
163:
164: SOURCE=.\pcre.h
165: # End Source File
166: # End Group
167: # Begin Group "Text files"
168:
169: # PROP Default_Filter ""
170: # Begin Source File
171:
172: SOURCE=.\pcre.3.txt
173: # End Source File
174: # End Group
175: # Begin Group "Helper programs"
176:
177: # PROP Default_Filter ""
178: # Begin Source File
179:
180: SOURCE=.\dftables.c
181:
182: !IF "$(CFG)" == "pcre - Win32 Release"
183:
184: # PROP Ignore_Default_Tool 1
185: # Begin Custom Build - Creating chartables.c...
186: OutDir=.\Release
187: InputPath=.\dftables.c
188:
189: "chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
190: $(OutDir)\pcre_dftables>chartables.c
191:
192: # End Custom Build
193:
194: !ELSEIF "$(CFG)" == "pcre - Win32 Debug"
195:
196: # PROP Ignore_Default_Tool 1
197: # Begin Custom Build - Creating chartables.c...
198: OutDir=.\Debug
199: InputPath=.\dftables.c
200:
201: "chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
202: $(OutDir)\pcre_dftables>chartables.c
203:
204: # End Custom Build
205:
1.3 ! paf 206: !ELSEIF "$(CFG)" == "pcre - Win32 Profile Release"
! 207:
! 208: # PROP BASE Ignore_Default_Tool 1
! 209: # PROP Ignore_Default_Tool 1
! 210:
! 211: !ELSEIF "$(CFG)" == "pcre - Win32 Profile Debug"
1.1 paf 212:
213: # PROP BASE Ignore_Default_Tool 1
214: # PROP Ignore_Default_Tool 1
215:
216: !ENDIF
217:
218: # End Source File
219: # End Group
220: # End Target
221: # End Project
E-mail: