Annotation of parser3/src/main/main.dsp, revision 1.72
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.66 paf 44: # ADD CPP /nologo /MD /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.66 paf 67: # ADD CPP /nologo /MDd /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:
1.54 paf 93: SOURCE=..\include\pa_array.h
1.45 paf 94: # End Source File
95: # Begin Source File
96:
1.54 paf 97: SOURCE=..\include\pa_common.h
1.45 paf 98: # End Source File
99: # Begin Source File
100:
1.68 paf 101: SOURCE=..\include\pa_config_fixed.h
102: # End Source File
103: # Begin Source File
104:
105: SOURCE=..\include\pa_config_includes.h
106: # End Source File
107: # Begin Source File
108:
1.54 paf 109: SOURCE=..\include\pa_exception.h
1.45 paf 110: # End Source File
111: # Begin Source File
112:
1.54 paf 113: SOURCE=..\include\pa_globals.h
1.45 paf 114: # End Source File
115: # Begin Source File
116:
117: SOURCE=..\include\pa_hash.h
118: # End Source File
119: # Begin Source File
120:
121: SOURCE=..\include\pa_pool.h
122: # End Source File
123: # Begin Source File
124:
125: SOURCE=..\include\pa_request.h
126: # End Source File
127: # Begin Source File
128:
1.67 paf 129: SOURCE=..\include\pa_sapi.h
130: # End Source File
131: # Begin Source File
132:
1.45 paf 133: SOURCE=..\include\pa_stack.h
134: # End Source File
135: # Begin Source File
136:
137: SOURCE=..\include\pa_string.h
138: # End Source File
139: # Begin Source File
140:
141: SOURCE=..\include\pa_table.h
142: # End Source File
143: # Begin Source File
144:
145: SOURCE=..\include\pa_threads.h
146: # End Source File
147: # Begin Source File
148:
149: SOURCE=..\include\pa_types.h
150: # End Source File
151: # End Group
1.10 paf 152: # Begin Group "main"
1.1 paf 153:
1.10 paf 154: # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1.1 paf 155: # Begin Source File
156:
1.14 paf 157: SOURCE=.\compile.C
158: # End Source File
159: # Begin Source File
160:
1.16 paf 161: SOURCE=.\compile.tab.C
1.14 paf 162: # End Source File
163: # Begin Source File
164:
165: SOURCE=.\compile.y
166:
167: !IF "$(CFG)" == "main - Win32 Release"
168:
1.45 paf 169: # Begin Custom Build
170: InputPath=.\compile.y
171: InputName=compile
172:
173: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
174: call VCVARS32
1.70 paf 175: d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C
1.45 paf 176:
177: # End Custom Build
178:
1.14 paf 179: !ELSEIF "$(CFG)" == "main - Win32 Debug"
180:
181: # Begin Custom Build
182: InputPath=.\compile.y
183: InputName=compile
184:
1.16 paf 185: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.14 paf 186: call VCVARS32
1.70 paf 187: d:\cygwin\bin\bison -v $(InputName).y -o compile.tab.C
1.14 paf 188:
189: # End Custom Build
190:
191: !ENDIF
192:
193: # End Source File
194: # Begin Source File
195:
196: SOURCE=.\compile_tools.C
197: # End Source File
198: # Begin Source File
199:
200: SOURCE=.\compile_tools.h
201: # End Source File
202: # Begin Source File
203:
204: SOURCE=.\execute.C
205: # End Source File
206: # Begin Source File
207:
1.5 paf 208: SOURCE=.\pa_array.C
209: # End Source File
210: # Begin Source File
211:
1.9 paf 212: SOURCE=.\pa_common.C
213: # End Source File
214: # Begin Source File
215:
1.10 paf 216: SOURCE=.\pa_exception.C
1.9 paf 217: # End Source File
218: # Begin Source File
219:
1.54 paf 220: SOURCE=.\pa_globals.C
221: # End Source File
222: # Begin Source File
223:
1.3 paf 224: SOURCE=.\pa_hash.C
1.13 paf 225: # End Source File
226: # Begin Source File
227:
228: SOURCE=.\pa_pool.C
1.3 paf 229: # End Source File
230: # Begin Source File
231:
1.43 paf 232: SOURCE=.\pa_request.C
233: # End Source File
234: # Begin Source File
235:
1.1 paf 236: SOURCE=.\pa_string.C
237: # End Source File
1.6 paf 238: # Begin Source File
239:
1.7 paf 240: SOURCE=.\pa_table.C
1.6 paf 241: # End Source File
1.46 paf 242: # Begin Source File
243:
244: SOURCE=.\untaint.C
245: # End Source File
1.1 paf 246: # End Group
1.45 paf 247: # Begin Group "types"
1.1 paf 248:
1.45 paf 249: # PROP Default_Filter ""
1.14 paf 250: # Begin Source File
251:
1.64 paf 252: SOURCE=..\types\pa_valiased.C
253: # End Source File
254: # Begin Source File
255:
1.45 paf 256: SOURCE=..\types\pa_valiased.h
1.43 paf 257: # End Source File
258: # Begin Source File
259:
1.45 paf 260: SOURCE=..\types\pa_value.h
1.14 paf 261: # End Source File
262: # Begin Source File
263:
1.45 paf 264: SOURCE=..\types\pa_vbool.h
1.5 paf 265: # End Source File
1.1 paf 266: # Begin Source File
267:
1.45 paf 268: SOURCE=..\types\pa_vcframe.h
1.9 paf 269: # End Source File
270: # Begin Source File
271:
1.45 paf 272: SOURCE=..\types\pa_vclass.h
1.3 paf 273: # End Source File
274: # Begin Source File
275:
1.59 paf 276: SOURCE=..\types\pa_vcookie.C
277: # End Source File
278: # Begin Source File
279:
280: SOURCE=..\types\pa_vcookie.h
281: # End Source File
282: # Begin Source File
283:
1.45 paf 284: SOURCE=..\types\pa_vdouble.h
1.9 paf 285: # End Source File
286: # Begin Source File
287:
1.51 paf 288: SOURCE=..\types\pa_venv.h
289: # End Source File
290: # Begin Source File
291:
1.61 paf 292: SOURCE=..\types\pa_vfile.C
293: # End Source File
294: # Begin Source File
295:
1.60 paf 296: SOURCE=..\types\pa_vfile.h
297: # End Source File
298: # Begin Source File
299:
1.55 paf 300: SOURCE=..\types\pa_vform.C
301: # End Source File
302: # Begin Source File
303:
1.52 paf 304: SOURCE=..\types\pa_vform.h
305: # End Source File
306: # Begin Source File
307:
1.45 paf 308: SOURCE=..\types\pa_vhash.h
1.19 paf 309: # End Source File
310: # Begin Source File
311:
1.45 paf 312: SOURCE=..\types\pa_vint.h
1.3 paf 313: # End Source File
314: # Begin Source File
315:
1.45 paf 316: SOURCE=..\types\pa_vjunction.h
1.7 paf 317: # End Source File
318: # Begin Source File
319:
1.45 paf 320: SOURCE=..\types\pa_vmframe.h
1.6 paf 321: # End Source File
322: # Begin Source File
323:
1.45 paf 324: SOURCE=..\types\pa_vobject.h
1.51 paf 325: # End Source File
326: # Begin Source File
327:
1.57 paf 328: SOURCE=..\types\pa_vrequest.C
329: # End Source File
330: # Begin Source File
331:
1.56 paf 332: SOURCE=..\types\pa_vrequest.h
333: # End Source File
334: # Begin Source File
335:
1.58 paf 336: SOURCE=..\types\pa_vresponse.h
337: # End Source File
338: # Begin Source File
339:
1.51 paf 340: SOURCE=..\types\pa_vstateless_class.C
341: # End Source File
342: # Begin Source File
343:
344: SOURCE=..\types\pa_vstateless_class.h
1.1 paf 345: # End Source File
1.4 paf 346: # Begin Source File
347:
1.48 paf 348: SOURCE=..\types\pa_vstateless_object.h
1.47 paf 349: # End Source File
350: # Begin Source File
351:
1.72 ! paf 352: SOURCE=..\types\pa_vstring.C
! 353: # End Source File
! 354: # Begin Source File
! 355:
1.45 paf 356: SOURCE=..\types\pa_vstring.h
1.12 paf 357: # End Source File
358: # Begin Source File
359:
1.49 paf 360: SOURCE=..\types\pa_vtable.h
361: # End Source File
362: # Begin Source File
363:
1.45 paf 364: SOURCE=..\types\pa_vunknown.h
1.33 paf 365: # End Source File
366: # Begin Source File
367:
1.45 paf 368: SOURCE=..\types\pa_wcontext.C
1.17 paf 369: # End Source File
370: # Begin Source File
371:
1.45 paf 372: SOURCE=..\types\pa_wcontext.h
1.35 paf 373: # End Source File
374: # Begin Source File
375:
1.45 paf 376: SOURCE=..\types\pa_wwrapper.h
1.28 paf 377: # End Source File
1.44 paf 378: # End Group
1.45 paf 379: # Begin Group "classes"
1.44 paf 380:
381: # PROP Default_Filter ""
1.28 paf 382: # Begin Source File
383:
1.45 paf 384: SOURCE=..\classes\_double.h
1.26 paf 385: # End Source File
386: # Begin Source File
387:
1.60 paf 388: SOURCE=..\classes\_file.h
389: # End Source File
390: # Begin Source File
391:
1.52 paf 392: SOURCE=..\classes\_form.h
393: # End Source File
394: # Begin Source File
395:
1.45 paf 396: SOURCE=..\classes\_int.h
1.22 paf 397: # End Source File
398: # Begin Source File
399:
1.71 paf 400: SOURCE=..\classes\_random.h
401: # End Source File
402: # Begin Source File
403:
1.58 paf 404: SOURCE=..\classes\_response.h
405: # End Source File
406: # Begin Source File
407:
1.45 paf 408: SOURCE=..\classes\_root.h
1.24 paf 409: # End Source File
410: # Begin Source File
411:
1.45 paf 412: SOURCE=..\classes\_string.h
1.4 paf 413: # End Source File
1.36 paf 414: # Begin Source File
415:
1.50 paf 416: SOURCE=..\classes\_table.h
417: # End Source File
418: # Begin Source File
419:
1.45 paf 420: SOURCE=..\classes\double.C
1.60 paf 421: # End Source File
422: # Begin Source File
423:
424: SOURCE=..\classes\file.C
1.52 paf 425: # End Source File
426: # Begin Source File
427:
428: SOURCE=..\classes\form.C
1.42 paf 429: # End Source File
430: # Begin Source File
431:
1.45 paf 432: SOURCE=..\classes\int.C
1.71 paf 433: # End Source File
434: # Begin Source File
435:
436: SOURCE=..\classes\random.C
1.58 paf 437: # End Source File
438: # Begin Source File
439:
440: SOURCE=..\classes\response.C
1.40 paf 441: # End Source File
442: # Begin Source File
443:
1.45 paf 444: SOURCE=..\classes\root.C
1.41 paf 445: # End Source File
446: # Begin Source File
447:
1.45 paf 448: SOURCE=..\classes\string.C
1.49 paf 449: # End Source File
450: # Begin Source File
451:
452: SOURCE=..\classes\table.C
1.36 paf 453: # End Source File
454: # End Group
1.1 paf 455: # End Target
456: # End Project
E-mail: