Annotation of parser3/src/main/main.dsp, revision 1.146
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
1.108 parser 26: # PROP Scc_ProjName "main"
27: # PROP Scc_LocalPath ".."
1.1 paf 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.146 ! paf 44: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32db\include" /I "\parser3project\win32xml\glib\include" /I "\parser3project\win32xml\glib\include\glib" /I "\parser3project\win32xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\libxml2-x.x.x\include" /I "\parser3project\win32xml\libxslt-x.x.x" /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.146 ! paf 67: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32db\include" /I "\parser3project\win32xml\glib\include" /I "\parser3project\win32xml\glib\include\glib" /I "\parser3project\win32xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\libxml2-x.x.x\include" /I "\parser3project\win32xml\libxslt-x.x.x" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c
1.1 paf 68: # ADD BASE RSC /l 0x419 /d "_DEBUG"
69: # ADD RSC /l 0x419 /d "_DEBUG"
70: BSC32=bscmake.exe
71: # ADD BASE BSC32 /nologo
72: # ADD BSC32 /nologo
73: LIB32=link.exe -lib
74: # ADD BASE LIB32 /nologo
75: # ADD LIB32 /nologo
76:
77: !ENDIF
78:
79: # Begin Target
80:
81: # Name "main - Win32 Release"
82: # Name "main - Win32 Debug"
1.135 parser 83: # Begin Group "ident"
84:
85: # PROP Default_Filter ""
86: # Begin Source File
87:
88: SOURCE=..\ident.awk
89:
90: !IF "$(CFG)" == "main - Win32 Release"
91:
92: # Begin Custom Build - Up-to-dating ident.C...
93: InputPath=..\ident.awk
94:
95: BuildCmds= \
96: SET tools=\parser3project\win32tools \
97: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
98: REN ident.C ident.C.old >nul 2>&1 \
99: %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \
100: REN ident.C.old ident.C >nul 2>&1 \
101: %tools%\diff ident.C ident.C.new >nul 2>&1 \
102: IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
103: %tools%\touch 0101000001 ident.C.new \
104:
105:
106: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
107: $(BuildCmds)
108:
109: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
110: $(BuildCmds)
111: # End Custom Build
112:
113: !ELSEIF "$(CFG)" == "main - Win32 Debug"
114:
115: # Begin Custom Build - Up-to-dating ident.C...
116: InputPath=..\ident.awk
117:
118: BuildCmds= \
119: SET tools=\parser3project\win32tools \
120: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
121: REN ident.C ident.C.old >nul 2>&1 \
122: %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \
123: REN ident.C.old ident.C >nul 2>&1 \
124: %tools%\diff ident.C ident.C.new >nul 2>&1 \
125: IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
126: %tools%\touch 0101000001 ident.C.new \
127:
128:
129: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
130: $(BuildCmds)
131:
132: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
133: $(BuildCmds)
134: # End Custom Build
135:
136: !ENDIF
137:
138: # End Source File
139: # Begin Source File
140:
141: SOURCE=.\ident.C
142: # End Source File
143: # Begin Source File
144:
145: SOURCE=.\ident.C.new
146: # End Source File
147: # End Group
148: # Begin Group "sql"
1.45 paf 149:
1.135 parser 150: # PROP Default_Filter ""
151: # Begin Source File
152:
153: SOURCE=..\sql\pa_sql_driver.h
154: # End Source File
155: # End Group
1.45 paf 156: # Begin Source File
157:
1.134 parser 158: SOURCE=.\compile.C
1.45 paf 159: # End Source File
160: # Begin Source File
161:
1.134 parser 162: SOURCE=.\compile.tab.C
1.127 parser 163: # End Source File
164: # Begin Source File
165:
1.134 parser 166: SOURCE=.\compile.y
167:
168: !IF "$(CFG)" == "main - Win32 Release"
169:
170: # Begin Custom Build - Compiling grammar...
171: InputDir=.
172: InputPath=.\compile.y
173: InputName=compile
174:
175: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
176: cd $(InputDir)
177: ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C
178:
179: # End Custom Build
180:
181: !ELSEIF "$(CFG)" == "main - Win32 Debug"
182:
183: # Begin Custom Build - Compiling grammar...
184: InputDir=.
185: InputPath=.\compile.y
186: InputName=compile
187:
188: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
189: cd $(InputDir)
190: ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C
191:
192: # End Custom Build
1.127 parser 193:
1.134 parser 194: !ENDIF
1.45 paf 195:
1.68 paf 196: # End Source File
197: # Begin Source File
198:
1.134 parser 199: SOURCE=.\compile_tools.C
1.68 paf 200: # End Source File
201: # Begin Source File
202:
1.135 parser 203: SOURCE=.\compile_tools.h
204: # End Source File
205: # Begin Source File
206:
1.134 parser 207: SOURCE=.\execute.C
1.140 paf 208:
209: !IF "$(CFG)" == "main - Win32 Release"
210:
211: !ELSEIF "$(CFG)" == "main - Win32 Debug"
212:
213: # ADD CPP /Od
214:
215: !ENDIF
216:
1.143 paf 217: # End Source File
218: # Begin Source File
219:
220: SOURCE=..\..\..\win32xml\glib\include\glib\glib.h
1.107 parser 221: # End Source File
222: # Begin Source File
223:
1.134 parser 224: SOURCE=.\pa_array.C
1.78 paf 225: # End Source File
226: # Begin Source File
227:
1.135 parser 228: SOURCE=..\include\pa_array.h
1.45 paf 229: # End Source File
230: # Begin Source File
231:
1.139 paf 232: SOURCE=.\pa_cache_managers.C
233: # End Source File
234: # Begin Source File
235:
236: SOURCE=..\include\pa_cache_managers.h
237: # End Source File
238: # Begin Source File
239:
1.142 paf 240: SOURCE=.\pa_charset.C
1.85 paf 241: # End Source File
242: # Begin Source File
243:
1.142 paf 244: SOURCE=..\include\pa_charset.h
1.45 paf 245: # End Source File
246: # Begin Source File
247:
1.142 paf 248: SOURCE=.\pa_charsets.C
1.97 paf 249: # End Source File
250: # Begin Source File
251:
1.142 paf 252: SOURCE=..\include\pa_charsets.h
1.45 paf 253: # End Source File
254: # Begin Source File
255:
1.135 parser 256: SOURCE=.\pa_common.C
1.45 paf 257: # End Source File
258: # Begin Source File
259:
1.135 parser 260: SOURCE=..\include\pa_common.h
1.45 paf 261: # End Source File
262: # Begin Source File
263:
1.135 parser 264: SOURCE=..\include\pa_config_fixed.h
1.45 paf 265: # End Source File
266: # Begin Source File
267:
1.135 parser 268: SOURCE=..\include\pa_config_includes.h
1.113 parser 269: # End Source File
270: # Begin Source File
271:
1.135 parser 272: SOURCE=.\pa_db_connection.C
1.45 paf 273: # End Source File
274: # Begin Source File
275:
1.135 parser 276: SOURCE=..\include\pa_db_connection.h
1.45 paf 277: # End Source File
278: # Begin Source File
279:
1.135 parser 280: SOURCE=.\pa_db_manager.C
1.45 paf 281: # End Source File
1.113 parser 282: # Begin Source File
283:
1.135 parser 284: SOURCE=..\include\pa_db_manager.h
1.113 parser 285: # End Source File
1.1 paf 286: # Begin Source File
287:
1.136 paf 288: SOURCE=.\pa_db_table.C
289: # End Source File
290: # Begin Source File
291:
292: SOURCE=..\include\pa_db_table.h
293: # End Source File
294: # Begin Source File
295:
1.135 parser 296: SOURCE=.\pa_dictionary.C
1.14 paf 297: # End Source File
298: # Begin Source File
299:
1.135 parser 300: SOURCE=..\include\pa_dictionary.h
1.14 paf 301: # End Source File
302: # Begin Source File
303:
1.135 parser 304: SOURCE=.\pa_dir.C
1.14 paf 305: # End Source File
306: # Begin Source File
307:
1.135 parser 308: SOURCE=..\include\pa_dir.h
1.14 paf 309: # End Source File
310: # Begin Source File
311:
1.135 parser 312: SOURCE=.\pa_exception.C
1.14 paf 313: # End Source File
314: # Begin Source File
315:
1.135 parser 316: SOURCE=..\include\pa_exception.h
1.127 parser 317: # End Source File
318: # Begin Source File
319:
1.135 parser 320: SOURCE=.\pa_exec.C
1.5 paf 321: # End Source File
322: # Begin Source File
323:
1.135 parser 324: SOURCE=..\include\pa_exec.h
1.128 parser 325: # End Source File
326: # Begin Source File
327:
1.135 parser 328: SOURCE=.\pa_globals.C
329:
330: !IF "$(CFG)" == "main - Win32 Release"
331:
332: !ELSEIF "$(CFG)" == "main - Win32 Debug"
333:
334: # ADD CPP /GX
335:
336: !ENDIF
1.107 parser 337:
1.78 paf 338: # End Source File
339: # Begin Source File
340:
1.135 parser 341: SOURCE=..\include\pa_globals.h
1.9 paf 342: # End Source File
343: # Begin Source File
344:
1.135 parser 345: SOURCE=.\pa_hash.C
1.9 paf 346: # End Source File
347: # Begin Source File
348:
1.135 parser 349: SOURCE=..\include\pa_hash.h
1.84 paf 350: # End Source File
351: # Begin Source File
352:
1.135 parser 353: SOURCE=..\include\pa_opcode.h
1.134 parser 354: # End Source File
355: # Begin Source File
1.116 parser 356:
1.135 parser 357: SOURCE=.\pa_pool.C
1.134 parser 358: # End Source File
359: # Begin Source File
1.116 parser 360:
1.135 parser 361: SOURCE=..\include\pa_pool.h
1.134 parser 362: # End Source File
363: # Begin Source File
1.116 parser 364:
1.135 parser 365: SOURCE=.\pa_request.C
1.134 parser 366: # End Source File
367: # Begin Source File
1.116 parser 368:
1.135 parser 369: SOURCE=..\include\pa_request.h
1.134 parser 370: # End Source File
371: # Begin Source File
1.116 parser 372:
1.135 parser 373: SOURCE=..\include\pa_sapi.h
1.54 paf 374: # End Source File
375: # Begin Source File
376:
1.135 parser 377: SOURCE=.\pa_socks.C
1.13 paf 378: # End Source File
379: # Begin Source File
380:
1.135 parser 381: SOURCE=..\include\pa_socks.h
1.3 paf 382: # End Source File
383: # Begin Source File
384:
1.135 parser 385: SOURCE=..\include\pa_sql_connection.h
1.81 paf 386: # End Source File
387: # Begin Source File
388:
1.135 parser 389: SOURCE=.\pa_sql_driver_manager.C
1.74 paf 390: # End Source File
391: # Begin Source File
392:
1.135 parser 393: SOURCE=..\include\pa_sql_driver_manager.h
1.43 paf 394: # End Source File
395: # Begin Source File
396:
1.135 parser 397: SOURCE=..\include\pa_stack.h
1.138 paf 398: # End Source File
399: # Begin Source File
400:
1.135 parser 401: SOURCE=.\pa_string.C
1.6 paf 402: # End Source File
1.46 paf 403: # Begin Source File
404:
1.134 parser 405: SOURCE=..\include\pa_string.h
406: # End Source File
407: # Begin Source File
1.113 parser 408:
1.134 parser 409: SOURCE=..\include\pa_stylesheet_connection.h
1.144 paf 410:
411: !IF "$(CFG)" == "main - Win32 Release"
412:
413: !ELSEIF "$(CFG)" == "main - Win32 Debug"
414:
415: !ENDIF
416:
1.134 parser 417: # End Source File
418: # Begin Source File
1.113 parser 419:
1.135 parser 420: SOURCE=.\pa_stylesheet_manager.C
1.144 paf 421:
422: !IF "$(CFG)" == "main - Win32 Release"
423:
424: !ELSEIF "$(CFG)" == "main - Win32 Debug"
425:
426: !ENDIF
427:
1.113 parser 428: # End Source File
429: # Begin Source File
430:
1.135 parser 431: SOURCE=..\include\pa_stylesheet_manager.h
1.144 paf 432:
433: !IF "$(CFG)" == "main - Win32 Release"
434:
435: !ELSEIF "$(CFG)" == "main - Win32 Debug"
436:
437: !ENDIF
438:
1.46 paf 439: # End Source File
1.14 paf 440: # Begin Source File
441:
1.135 parser 442: SOURCE=.\pa_table.C
1.64 paf 443: # End Source File
1.43 paf 444: # Begin Source File
445:
1.135 parser 446: SOURCE=..\include\pa_table.h
1.28 paf 447: # End Source File
448: # Begin Source File
449:
1.135 parser 450: SOURCE=..\include\pa_threads.h
1.141 paf 451: # End Source File
452: # Begin Source File
453:
1.135 parser 454: SOURCE=..\include\pa_types.h
1.126 parser 455: # End Source File
456: # Begin Source File
457:
1.135 parser 458: SOURCE=.\untaint.C
1.36 paf 459: # End Source File
1.1 paf 460: # End Target
461: # End Project
E-mail: