Annotation of parser3/src/classes/classes.dsp, revision 1.12
1.1 parser 1: # Microsoft Developer Studio Project File - Name="classes" - 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=classes - 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
11: !MESSAGE NMAKE /f "classes.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 "classes.mak" CFG="classes - Win32 Debug"
17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "classes - Win32 Release" (based on "Win32 (x86) Static Library")
21: !MESSAGE "classes - Win32 Debug" (based on "Win32 (x86) Static Library")
22: !MESSAGE
23:
24: # Begin Project
25: # PROP AllowPerConfigDependencies 0
26: # PROP Scc_ProjName ""
27: # PROP Scc_LocalPath ""
28: CPP=cl.exe
29: RSC=rc.exe
30:
31: !IF "$(CFG)" == "classes - Win32 Release"
32:
33: # PROP BASE Use_MFC 0
34: # PROP BASE Use_Debug_Libraries 0
35: # PROP BASE Output_Dir "Release"
36: # PROP BASE Intermediate_Dir "Release"
37: # PROP BASE Target_Dir ""
38: # PROP Use_MFC 0
39: # PROP Use_Debug_Libraries 0
40: # PROP Output_Dir "Release"
41: # PROP Intermediate_Dir "Release"
42: # PROP Target_Dir ""
43: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
1.12 ! parser 44: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "gd" /I "..\include" /I "..\types" /I "..\pcre" /I "..\sql" /I "xalan-patched" /I "\parser3project\win32db\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.1 parser 45: # SUBTRACT CPP /YX
46: # ADD BASE RSC /l 0x419 /d "NDEBUG"
47: # ADD RSC /l 0x419 /d "NDEBUG"
48: BSC32=bscmake.exe
49: # ADD BASE BSC32 /nologo
50: # ADD BSC32 /nologo
51: LIB32=link.exe -lib
52: # ADD BASE LIB32 /nologo
53: # ADD LIB32 /nologo
54:
55: !ELSEIF "$(CFG)" == "classes - Win32 Debug"
56:
57: # PROP BASE Use_MFC 0
58: # PROP BASE Use_Debug_Libraries 1
59: # PROP BASE Output_Dir "classes___Win32_Debug"
60: # PROP BASE Intermediate_Dir "classes___Win32_Debug"
61: # PROP BASE Target_Dir ""
62: # PROP Use_MFC 0
63: # PROP Use_Debug_Libraries 1
64: # PROP Output_Dir "classes___Win32_Debug"
65: # PROP Intermediate_Dir "classes___Win32_Debug"
66: # PROP Target_Dir ""
1.5 parser 67: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
1.12 ! parser 68: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "gd" /I "..\include" /I "..\types" /I "..\pcre" /I "..\sql" /I "xalan-patched" /I "\parser3project\win32db\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /TP /c
1.1 parser 69: # SUBTRACT CPP /YX
70: # ADD BASE RSC /l 0x419 /d "_DEBUG"
71: # ADD RSC /l 0x419 /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
78:
79: !ENDIF
80:
81: # Begin Target
82:
83: # Name "classes - Win32 Release"
84: # Name "classes - Win32 Debug"
1.12 ! parser 85: # Begin Group "ident"
! 86:
! 87: # PROP Default_Filter ""
! 88: # Begin Source File
! 89:
! 90: SOURCE=..\ident.awk
! 91:
! 92: !IF "$(CFG)" == "classes - Win32 Release"
! 93:
! 94: # Begin Custom Build - Up-to-dating ident.C...
! 95: InputPath=..\ident.awk
! 96:
! 97: BuildCmds= \
! 98: SET tools=\parser3project\win32tools \
! 99: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
! 100: REN ident.C ident.C.old >nul 2>&1 \
! 101: %tools%\cat *.awk *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=classes >> ident.C.new \
! 102: REN ident.C.old ident.C >nul 2>&1 \
! 103: %tools%\diff ident.C ident.C.new >nul 2>&1 \
! 104: IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
! 105: %tools%\touch 0101000001 ident.C.new \
! 106:
! 107:
! 108: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 109: $(BuildCmds)
! 110:
! 111: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 112: $(BuildCmds)
! 113: # End Custom Build
! 114:
! 115: !ELSEIF "$(CFG)" == "classes - Win32 Debug"
! 116:
! 117: # Begin Custom Build - Up-to-dating ident.C...
! 118: InputPath=..\ident.awk
! 119:
! 120: BuildCmds= \
! 121: SET tools=\parser3project\win32tools \
! 122: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
! 123: REN ident.C ident.C.old >nul 2>&1 \
! 124: %tools%\cat *.awk *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=classes >> ident.C.new \
! 125: REN ident.C.old ident.C >nul 2>&1 \
! 126: %tools%\diff ident.C ident.C.new >nul 2>&1 \
! 127: IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
! 128: %tools%\touch 0101000001 ident.C.new \
! 129:
1.1 parser 130:
1.12 ! parser 131: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 132: $(BuildCmds)
! 133:
! 134: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 135: $(BuildCmds)
! 136: # End Custom Build
! 137:
! 138: !ENDIF
! 139:
! 140: # End Source File
! 141: # Begin Source File
! 142:
! 143: SOURCE=.\ident.C
! 144: # End Source File
! 145: # Begin Source File
! 146:
! 147: SOURCE=.\ident.C.new
! 148: # End Source File
! 149: # End Group
1.1 parser 150: # Begin Source File
151:
152: SOURCE=.\classes.awk
153:
154: !IF "$(CFG)" == "classes - Win32 Release"
155:
156: # Begin Custom Build - Scanning classes/, creating classes.inc...
157: InputPath=.\classes.awk
158:
159: "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
160: SET CLASSES_INC=..\classes\classes.inc
161: ECHO // do not edit. autogenerated by .dsp, see classes.awk settings > %CLASSES_INC%
162: \parser3project\win32tools\ls | \parser3project\win32tools\gawk -f $(InputPath) >> %CLASSES_INC%
163:
164: # End Custom Build
165:
166: !ELSEIF "$(CFG)" == "classes - Win32 Debug"
167:
168: # Begin Custom Build - Scanning classes/, creating classes.inc...
169: InputPath=.\classes.awk
170:
171: "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
172: SET CLASSES_INC=..\classes\classes.inc
173: ECHO // do not edit. autogenerated by .dsp, see classes.awk settings > %CLASSES_INC%
174: \parser3project\win32tools\ls | \parser3project\win32tools\gawk -f $(InputPath) >> %CLASSES_INC%
175:
176: # End Custom Build
177:
178: !ENDIF
179:
180: # End Source File
181: # Begin Source File
182:
183: SOURCE=.\classes.C
184: # End Source File
185: # Begin Source File
186:
1.12 ! parser 187: SOURCE=.\classes.h
! 188: # End Source File
! 189: # Begin Source File
! 190:
1.1 parser 191: SOURCE=.\date.C
192: # End Source File
193: # Begin Source File
194:
195: SOURCE=.\double.C
196: # End Source File
197: # Begin Source File
198:
199: SOURCE=.\file.C
200: # End Source File
201: # Begin Source File
202:
203: SOURCE=.\form.C
204: # End Source File
205: # Begin Source File
206:
207: SOURCE=.\hash.C
208: # End Source File
209: # Begin Source File
210:
1.9 parser 211: SOURCE=.\hashfile.C
212: # End Source File
213: # Begin Source File
214:
1.1 parser 215: SOURCE=.\image.C
216: # End Source File
217: # Begin Source File
218:
219: SOURCE=.\int.C
220: # End Source File
221: # Begin Source File
222:
223: SOURCE=.\mail.C
224: # End Source File
225: # Begin Source File
226:
227: SOURCE=.\math.C
228: # End Source File
229: # Begin Source File
230:
231: SOURCE=.\op.C
232: # End Source File
233: # Begin Source File
234:
235: SOURCE=.\response.C
236: # End Source File
237: # Begin Source File
238:
239: SOURCE=.\string.C
240: # End Source File
241: # Begin Source File
242:
243: SOURCE=.\table.C
244: # End Source File
245: # Begin Source File
246:
247: SOURCE=.\void.C
248: # End Source File
1.2 parser 249: # Begin Source File
250:
251: SOURCE=.\xdoc.C
252: # End Source File
253: # Begin Source File
254:
255: SOURCE=.\xnode.C
256: # End Source File
1.1 parser 257: # Begin Source File
258:
1.2 parser 259: SOURCE=.\xnode.h
1.1 parser 260: # End Source File
261: # End Target
262: # End Project
E-mail: