Annotation of parser3/src/main/main.dsp, revision 1.45
1.1 paf 1: # Microsoft Developer Studio Project File - Name="main" - 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=main - 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 "main.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 "main.mak" CFG="main - Win32 Debug"
17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Static Library")
21: !MESSAGE "main - 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)" == "main - 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.45 ! paf 44: # ADD CPP /nologo /Za /W3 /O2 /I ".." /I "..\include" /I "..\types" /I "..\classes" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c
1.1 paf 45: # ADD BASE RSC /l 0x419 /d "NDEBUG"
46: # ADD RSC /l 0x419 /d "NDEBUG"
47: BSC32=bscmake.exe
48: # ADD BASE BSC32 /nologo
49: # ADD BSC32 /nologo
50: LIB32=link.exe -lib
51: # ADD BASE LIB32 /nologo
52: # ADD LIB32 /nologo
53:
54: !ELSEIF "$(CFG)" == "main - Win32 Debug"
55:
56: # PROP BASE Use_MFC 0
57: # PROP BASE Use_Debug_Libraries 1
58: # PROP BASE Output_Dir "Debug"
59: # PROP BASE Intermediate_Dir "Debug"
60: # PROP BASE Target_Dir ""
61: # PROP Use_MFC 0
62: # PROP Use_Debug_Libraries 1
63: # PROP Output_Dir "Debug"
64: # PROP Intermediate_Dir "Debug"
65: # PROP Target_Dir ""
66: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
1.45 ! paf 67: # ADD CPP /nologo /Za /W3 /Gm /Zi /Od /I ".." /I "..\include" /I "..\types" /I "..\classes" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c
1.28 paf 68: # SUBTRACT CPP /Fr
1.1 paf 69: # ADD BASE RSC /l 0x419 /d "_DEBUG"
70: # ADD RSC /l 0x419 /d "_DEBUG"
71: BSC32=bscmake.exe
72: # ADD BASE BSC32 /nologo
73: # ADD BSC32 /nologo
74: LIB32=link.exe -lib
75: # ADD BASE LIB32 /nologo
76: # ADD LIB32 /nologo
77:
78: !ENDIF
79:
80: # Begin Target
81:
82: # Name "main - Win32 Release"
83: # Name "main - Win32 Debug"
1.45 ! paf 84: # Begin Group "include"
! 85:
! 86: # PROP Default_Filter "h;hpp;hxx;hm;inl"
! 87: # Begin Source File
! 88:
! 89: SOURCE=..\include\code.h
! 90: # End Source File
! 91: # Begin Source File
! 92:
! 93: SOURCE=..\include\core.h
! 94: # End Source File
! 95: # Begin Source File
! 96:
! 97: SOURCE=..\include\pa_array.h
! 98: # End Source File
! 99: # Begin Source File
! 100:
! 101: SOURCE=..\include\pa_common.h
! 102: # End Source File
! 103: # Begin Source File
! 104:
! 105: SOURCE=..\include\pa_exception.h
! 106: # End Source File
! 107: # Begin Source File
! 108:
! 109: SOURCE=..\include\pa_hash.h
! 110: # End Source File
! 111: # Begin Source File
! 112:
! 113: SOURCE=..\include\pa_pool.h
! 114: # End Source File
! 115: # Begin Source File
! 116:
! 117: SOURCE=..\include\pa_request.h
! 118: # End Source File
! 119: # Begin Source File
! 120:
! 121: SOURCE=..\include\pa_stack.h
! 122: # End Source File
! 123: # Begin Source File
! 124:
! 125: SOURCE=..\include\pa_string.h
! 126: # End Source File
! 127: # Begin Source File
! 128:
! 129: SOURCE=..\include\pa_table.h
! 130: # End Source File
! 131: # Begin Source File
! 132:
! 133: SOURCE=..\include\pa_threads.h
! 134: # End Source File
! 135: # Begin Source File
! 136:
! 137: SOURCE=..\include\pa_types.h
! 138: # End Source File
! 139: # End Group
1.10 paf 140: # Begin Group "main"
1.1 paf 141:
1.10 paf 142: # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1.1 paf 143: # Begin Source File
144:
1.14 paf 145: SOURCE=.\compile.C
146: # End Source File
147: # Begin Source File
148:
1.16 paf 149: SOURCE=.\compile.tab.C
1.14 paf 150: # End Source File
151: # Begin Source File
152:
153: SOURCE=.\compile.y
154:
155: !IF "$(CFG)" == "main - Win32 Release"
156:
1.45 ! paf 157: # Begin Custom Build
! 158: InputPath=.\compile.y
! 159: InputName=compile
! 160:
! 161: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
! 162: call VCVARS32
! 163: d:\cygwin\bin\bison -v $(InputName).y
! 164: ren compile.tab.c compile.tab.C
! 165:
! 166: # End Custom Build
! 167:
1.14 paf 168: !ELSEIF "$(CFG)" == "main - Win32 Debug"
169:
170: # Begin Custom Build
171: InputPath=.\compile.y
172: InputName=compile
173:
1.16 paf 174: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.14 paf 175: call VCVARS32
1.29 paf 176: d:\cygwin\bin\bison -v $(InputName).y
1.16 paf 177: ren compile.tab.c compile.tab.C
1.14 paf 178:
179: # End Custom Build
180:
181: !ENDIF
182:
183: # End Source File
184: # Begin Source File
185:
186: SOURCE=.\compile_tools.C
187: # End Source File
188: # Begin Source File
189:
190: SOURCE=.\compile_tools.h
191: # End Source File
192: # Begin Source File
193:
1.13 paf 194: SOURCE=.\core.C
195: # End Source File
196: # Begin Source File
197:
1.14 paf 198: SOURCE=.\execute.C
199: # End Source File
200: # Begin Source File
201:
1.5 paf 202: SOURCE=.\pa_array.C
203: # End Source File
204: # Begin Source File
205:
1.9 paf 206: SOURCE=.\pa_common.C
207: # End Source File
208: # Begin Source File
209:
1.10 paf 210: SOURCE=.\pa_exception.C
1.9 paf 211: # End Source File
212: # Begin Source File
213:
1.3 paf 214: SOURCE=.\pa_hash.C
1.13 paf 215: # End Source File
216: # Begin Source File
217:
218: SOURCE=.\pa_pool.C
1.3 paf 219: # End Source File
220: # Begin Source File
221:
1.43 paf 222: SOURCE=.\pa_request.C
223: # End Source File
224: # Begin Source File
225:
1.1 paf 226: SOURCE=.\pa_string.C
227: # End Source File
1.6 paf 228: # Begin Source File
229:
1.7 paf 230: SOURCE=.\pa_table.C
1.6 paf 231: # End Source File
1.1 paf 232: # End Group
1.45 ! paf 233: # Begin Group "types"
1.1 paf 234:
1.45 ! paf 235: # PROP Default_Filter ""
1.14 paf 236: # Begin Source File
237:
1.45 ! paf 238: SOURCE=..\types\pa_valiased.h
1.43 paf 239: # End Source File
240: # Begin Source File
241:
1.45 ! paf 242: SOURCE=..\types\pa_value.h
1.14 paf 243: # End Source File
244: # Begin Source File
245:
1.45 ! paf 246: SOURCE=..\types\pa_vbool.h
1.5 paf 247: # End Source File
1.1 paf 248: # Begin Source File
249:
1.45 ! paf 250: SOURCE=..\types\pa_vcframe.h
1.9 paf 251: # End Source File
252: # Begin Source File
253:
1.45 ! paf 254: SOURCE=..\types\pa_vclass.C
1.9 paf 255: # End Source File
256: # Begin Source File
257:
1.45 ! paf 258: SOURCE=..\types\pa_vclass.h
1.3 paf 259: # End Source File
260: # Begin Source File
261:
1.45 ! paf 262: SOURCE=..\types\pa_vdouble.h
1.9 paf 263: # End Source File
264: # Begin Source File
265:
1.45 ! paf 266: SOURCE=..\types\pa_vhash.h
1.19 paf 267: # End Source File
268: # Begin Source File
269:
1.45 ! paf 270: SOURCE=..\types\pa_vint.h
1.3 paf 271: # End Source File
272: # Begin Source File
273:
1.45 ! paf 274: SOURCE=..\types\pa_vjunction.h
1.7 paf 275: # End Source File
276: # Begin Source File
277:
1.45 ! paf 278: SOURCE=..\types\pa_vmframe.h
1.6 paf 279: # End Source File
280: # Begin Source File
281:
1.45 ! paf 282: SOURCE=..\types\pa_vobject.h
1.1 paf 283: # End Source File
1.4 paf 284: # Begin Source File
285:
1.45 ! paf 286: SOURCE=..\types\pa_vstring.h
1.12 paf 287: # End Source File
288: # Begin Source File
289:
1.45 ! paf 290: SOURCE=..\types\pa_vunknown.h
1.33 paf 291: # End Source File
292: # Begin Source File
293:
1.45 ! paf 294: SOURCE=..\types\pa_wcontext.C
1.17 paf 295: # End Source File
296: # Begin Source File
297:
1.45 ! paf 298: SOURCE=..\types\pa_wcontext.h
1.35 paf 299: # End Source File
300: # Begin Source File
301:
1.45 ! paf 302: SOURCE=..\types\pa_wwrapper.h
1.28 paf 303: # End Source File
1.44 paf 304: # End Group
1.45 ! paf 305: # Begin Group "classes"
1.44 paf 306:
307: # PROP Default_Filter ""
1.28 paf 308: # Begin Source File
309:
1.45 ! paf 310: SOURCE=..\classes\_double.h
1.26 paf 311: # End Source File
312: # Begin Source File
313:
1.45 ! paf 314: SOURCE=..\classes\_env.h
1.20 paf 315: # End Source File
316: # Begin Source File
317:
1.45 ! paf 318: SOURCE=..\classes\_int.h
1.22 paf 319: # End Source File
320: # Begin Source File
321:
1.45 ! paf 322: SOURCE=..\classes\_root.h
1.24 paf 323: # End Source File
324: # Begin Source File
325:
1.45 ! paf 326: SOURCE=..\classes\_string.h
1.4 paf 327: # End Source File
1.36 paf 328: # Begin Source File
329:
1.45 ! paf 330: SOURCE=..\classes\double.C
1.40 paf 331: # End Source File
332: # Begin Source File
333:
1.45 ! paf 334: SOURCE=..\classes\env.C
1.42 paf 335: # End Source File
336: # Begin Source File
337:
1.45 ! paf 338: SOURCE=..\classes\int.C
1.40 paf 339: # End Source File
340: # Begin Source File
341:
1.45 ! paf 342: SOURCE=..\classes\root.C
1.41 paf 343: # End Source File
344: # Begin Source File
345:
1.45 ! paf 346: SOURCE=..\classes\string.C
1.36 paf 347: # End Source File
348: # End Group
1.1 paf 349: # End Target
350: # End Project
E-mail: