Annotation of parser3/src/types/types.dsp, revision 1.12
1.1 parser 1: # Microsoft Developer Studio Project File - Name="types" - 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=types - 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 "types.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 "types.mak" CFG="types - Win32 Debug"
17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "types - Win32 Release" (based on "Win32 (x86) Static Library")
21: !MESSAGE "types - 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)" == "types - 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.11 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 "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\classes\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)" == "types - Win32 Debug"
56:
57: # PROP BASE Use_MFC 0
58: # PROP BASE Use_Debug_Libraries 1
59: # PROP BASE Output_Dir "types___Win32_Debug"
60: # PROP BASE Intermediate_Dir "types___Win32_Debug"
61: # PROP BASE Target_Dir ""
62: # PROP Use_MFC 0
63: # PROP Use_Debug_Libraries 1
64: # PROP Output_Dir "types___Win32_Debug"
65: # PROP Intermediate_Dir "types___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.11 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 "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\classes\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 "types - Win32 Release"
84: # Name "types - Win32 Debug"
1.12 ! parser 85: # Begin Group "ident"
1.1 parser 86:
1.12 ! parser 87: # PROP Default_Filter ""
1.1 parser 88: # Begin Source File
89:
1.12 ! parser 90: SOURCE=..\ident.awk
! 91:
! 92: !IF "$(CFG)" == "types - 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 *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=types >> 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:
1.1 parser 107:
1.12 ! parser 108: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 109: $(BuildCmds)
1.1 parser 110:
1.12 ! parser 111: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 112: $(BuildCmds)
! 113: # End Custom Build
1.1 parser 114:
1.12 ! parser 115: !ELSEIF "$(CFG)" == "types - Win32 Debug"
1.1 parser 116:
1.12 ! parser 117: # Begin Custom Build - Up-to-dating ident.C...
! 118: InputPath=..\ident.awk
1.9 parser 119:
1.12 ! parser 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 *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=types >> 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)
1.1 parser 133:
1.12 ! parser 134: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 135: $(BuildCmds)
! 136: # End Custom Build
1.1 parser 137:
1.12 ! parser 138: !ENDIF
1.1 parser 139:
140: # End Source File
141: # Begin Source File
142:
1.12 ! parser 143: SOURCE=.\ident.C
1.2 parser 144: # End Source File
145: # Begin Source File
146:
1.12 ! parser 147: SOURCE=.\ident.C.new
1.2 parser 148: # End Source File
1.12 ! parser 149: # End Group
1.2 parser 150: # Begin Source File
151:
1.12 ! parser 152: SOURCE=.\pa_valiased.C
1.1 parser 153: # End Source File
154: # Begin Source File
155:
156: SOURCE=.\pa_valiased.h
157: # End Source File
158: # Begin Source File
159:
160: SOURCE=.\pa_value.h
161: # End Source File
162: # Begin Source File
163:
164: SOURCE=.\pa_vbool.h
165: # End Source File
166: # Begin Source File
167:
168: SOURCE=.\pa_vclass.h
169: # End Source File
170: # Begin Source File
171:
172: SOURCE=.\pa_vcode_frame.h
173: # End Source File
174: # Begin Source File
175:
1.12 ! parser 176: SOURCE=.\pa_vcookie.C
! 177: # End Source File
! 178: # Begin Source File
! 179:
1.1 parser 180: SOURCE=.\pa_vcookie.h
181: # End Source File
182: # Begin Source File
183:
184: SOURCE=.\pa_vdate.h
185: # End Source File
186: # Begin Source File
187:
188: SOURCE=.\pa_vdouble.h
189: # End Source File
190: # Begin Source File
191:
192: SOURCE=.\pa_venv.h
193: # End Source File
194: # Begin Source File
195:
1.12 ! parser 196: SOURCE=.\pa_vfile.C
! 197: # End Source File
! 198: # Begin Source File
! 199:
1.1 parser 200: SOURCE=.\pa_vfile.h
201: # End Source File
202: # Begin Source File
203:
1.12 ! parser 204: SOURCE=.\pa_vform.C
! 205: # End Source File
! 206: # Begin Source File
! 207:
1.1 parser 208: SOURCE=.\pa_vform.h
209: # End Source File
210: # Begin Source File
211:
212: SOURCE=.\pa_vhash.h
1.9 parser 213: # End Source File
214: # Begin Source File
215:
1.12 ! parser 216: SOURCE=.\pa_vhashfile.C
! 217: # End Source File
! 218: # Begin Source File
! 219:
1.9 parser 220: SOURCE=.\pa_vhashfile.h
1.1 parser 221: # End Source File
222: # Begin Source File
223:
1.12 ! parser 224: SOURCE=.\pa_vimage.C
! 225: # End Source File
! 226: # Begin Source File
! 227:
1.1 parser 228: SOURCE=.\pa_vimage.h
229: # End Source File
230: # Begin Source File
231:
232: SOURCE=.\pa_vint.h
233: # End Source File
234: # Begin Source File
235:
236: SOURCE=.\pa_vjunction.h
237: # End Source File
238: # Begin Source File
239:
240: SOURCE=.\pa_vmath.h
241: # End Source File
242: # Begin Source File
243:
244: SOURCE=.\pa_vmethod_frame.h
245: # End Source File
246: # Begin Source File
247:
248: SOURCE=.\pa_vobject.h
249: # End Source File
250: # Begin Source File
251:
1.12 ! parser 252: SOURCE=.\pa_vrequest.C
! 253: # End Source File
! 254: # Begin Source File
! 255:
1.1 parser 256: SOURCE=.\pa_vrequest.h
257: # End Source File
258: # Begin Source File
259:
260: SOURCE=.\pa_vresponse.h
261: # End Source File
262: # Begin Source File
263:
1.12 ! parser 264: SOURCE=.\pa_vstateless_class.C
! 265: # End Source File
! 266: # Begin Source File
! 267:
1.1 parser 268: SOURCE=.\pa_vstateless_class.h
269: # End Source File
270: # Begin Source File
271:
272: SOURCE=.\pa_vstateless_object.h
273: # End Source File
274: # Begin Source File
275:
1.12 ! parser 276: SOURCE=.\pa_vstring.C
! 277: # End Source File
! 278: # Begin Source File
! 279:
1.1 parser 280: SOURCE=.\pa_vstring.h
281: # End Source File
282: # Begin Source File
283:
1.12 ! parser 284: SOURCE=.\pa_vtable.C
! 285: # End Source File
! 286: # Begin Source File
! 287:
1.1 parser 288: SOURCE=.\pa_vtable.h
289: # End Source File
290: # Begin Source File
291:
292: SOURCE=.\pa_vvoid.h
1.2 parser 293: # End Source File
294: # Begin Source File
295:
1.12 ! parser 296: SOURCE=.\pa_vxdoc.C
1.2 parser 297: # End Source File
298: # Begin Source File
299:
1.12 ! parser 300: SOURCE=.\pa_vxdoc.h
1.1 parser 301: # End Source File
302: # Begin Source File
303:
1.12 ! parser 304: SOURCE=.\pa_vxnode.C
1.1 parser 305: # End Source File
306: # Begin Source File
307:
1.12 ! parser 308: SOURCE=.\pa_vxnode.h
1.1 parser 309: # End Source File
310: # Begin Source File
311:
1.12 ! parser 312: SOURCE=.\pa_wcontext.C
1.1 parser 313: # End Source File
314: # Begin Source File
315:
1.12 ! parser 316: SOURCE=.\pa_wcontext.h
1.4 parser 317: # End Source File
318: # Begin Source File
319:
1.12 ! parser 320: SOURCE=.\pa_wwrapper.h
1.1 parser 321: # End Source File
322: # End Target
323: # End Project
E-mail: