Annotation of parser3/src/targets/cgi/parser3.dsp, revision 1.60.10.2.2.7
1.1 paf 1: # Microsoft Developer Studio Project File - Name="parser3" - Package Owner=<4>
2: # Microsoft Developer Studio Generated Build File, Format Version 6.00
3: # ** DO NOT EDIT **
4:
5: # TARGTYPE "Win32 (x86) Console Application" 0x0103
6:
1.60.10.2.2.7! (paf 7:: CFG=parser3 - Win32 Release
1.1 paf 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
1.2 paf 11: !MESSAGE NMAKE /f "parser3.mak".
1.1 paf 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
1.60.10.2.2.7! (paf 16:: !MESSAGE NMAKE /f "parser3.mak" CFG="parser3 - Win32 Release"
1.1 paf 17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "parser3 - Win32 Release" (based on "Win32 (x86) Console Application")
21: !MESSAGE "parser3 - Win32 Debug" (based on "Win32 (x86) Console Application")
1.46 paf 22: !MESSAGE "parser3 - Win32 Profile" (based on "Win32 (x86) Console Application")
1.1 paf 23: !MESSAGE
24:
25: # Begin Project
26: # PROP AllowPerConfigDependencies 0
1.20 parser 27: # PROP Scc_ProjName "parser3"
28: # PROP Scc_LocalPath "."
1.1 paf 29: CPP=cl.exe
30: RSC=rc.exe
31:
32: !IF "$(CFG)" == "parser3 - Win32 Release"
33:
34: # PROP BASE Use_MFC 0
35: # PROP BASE Use_Debug_Libraries 0
36: # PROP BASE Output_Dir "Release"
37: # PROP BASE Intermediate_Dir "Release"
38: # PROP BASE Target_Dir ""
39: # PROP Use_MFC 0
40: # PROP Use_Debug_Libraries 0
41: # PROP Output_Dir "Release"
42: # PROP Intermediate_Dir "Release"
1.14 paf 43: # PROP Ignore_Export_Lib 0
1.1 paf 44: # PROP Target_Dir ""
45: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
1.60.10.2.2.5 (paf 46:: # ADD CPP /nologo /MD /W3 /vmg /GX /Zi /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "..\..\lib\pcre" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\libxml2-x.x.x\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /c
1.1 paf 47: # ADD BASE RSC /l 0x419 /d "NDEBUG"
48: # ADD RSC /l 0x419 /d "NDEBUG"
49: BSC32=bscmake.exe
50: # ADD BASE BSC32 /nologo
51: # ADD BSC32 /nologo
52: LINK32=link.exe
53: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
1.60.10.2.2.7! (paf 54:: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /map /debug /machine:I386
1.1 paf 55:
56: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
57:
58: # PROP BASE Use_MFC 0
59: # PROP BASE Use_Debug_Libraries 1
60: # PROP BASE Output_Dir "Debug"
61: # PROP BASE Intermediate_Dir "Debug"
62: # PROP BASE Target_Dir ""
63: # PROP Use_MFC 0
64: # PROP Use_Debug_Libraries 1
65: # PROP Output_Dir "Debug"
66: # PROP Intermediate_Dir "Debug"
67: # PROP Ignore_Export_Lib 0
68: # PROP Target_Dir ""
69: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
1.60.10.2.2.5 (paf 70:: # ADD CPP /nologo /MDd /W3 /Gm /Gi /vmg /GX /Zi /Od /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "..\..\lib\pcre" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\libxml2-x.x.x\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /FR /FD /TP /GZ /c
1.1 paf 71: # ADD BASE RSC /l 0x419 /d "_DEBUG"
72: # ADD RSC /l 0x419 /d "_DEBUG"
73: BSC32=bscmake.exe
74: # ADD BASE BSC32 /nologo
75: # ADD BSC32 /nologo
76: LINK32=link.exe
77: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
1.60.10.2.2.1 (paf 78:: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"Debug/parser3.exe "
1.47 paf 79: # SUBTRACT LINK32 /profile /pdb:none
1.46 paf 80:
81: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile"
82:
83: # PROP BASE Use_MFC 0
1.60.10.2.2.7! (paf 84:: # PROP BASE Use_Debug_Libraries 0
1.46 paf 85: # PROP BASE Output_Dir "parser3___Win32_Profile"
86: # PROP BASE Intermediate_Dir "parser3___Win32_Profile"
87: # PROP BASE Ignore_Export_Lib 0
88: # PROP BASE Target_Dir ""
89: # PROP Use_MFC 0
1.60.10.2.2.7! (paf 90:: # PROP Use_Debug_Libraries 0
1.46 paf 91: # PROP Output_Dir "Profile"
92: # PROP Intermediate_Dir "Profile"
93: # PROP Ignore_Export_Lib 0
94: # PROP Target_Dir ""
1.60.10.2.2.7! (paf 95:: # ADD BASE CPP /nologo /MD /W3 /vmg /GX /Zi /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "..\..\lib\pcre" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\libxml2-x.x.x\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /c
! 96:: # ADD CPP /nologo /MD /W3 /vmg /GX /Zi /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\gc\include" /I "..\..\lib\cord\include" /I "..\..\lib\pcre" /I "\parser3project\win32xml\win32\gnome\glib\include" /I "\parser3project\win32xml\win32\gnome\glib\include\glib" /I "\parser3project\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\win32\gnome\libxml2-x.x.x\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /c
! 97:: # ADD BASE RSC /l 0x419 /d "NDEBUG"
! 98:: # ADD RSC /l 0x419 /d "NDEBUG"
1.46 paf 99: BSC32=bscmake.exe
100: # ADD BASE BSC32 /nologo
101: # ADD BSC32 /nologo
102: LINK32=link.exe
1.60.10.2.2.7! (paf 103:: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /machine:I386
! 104:: # SUBTRACT BASE LINK32 /debug
! 105:: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /profile /machine:I386
! 106:: # SUBTRACT LINK32 /debug
1.1 paf 107:
108: !ENDIF
109:
110: # Begin Target
111:
112: # Name "parser3 - Win32 Release"
113: # Name "parser3 - Win32 Debug"
1.46 paf 114: # Name "parser3 - Win32 Profile"
1.60.10.2.2.3 (paf 115:: # Begin Group "gc"
116::
117:: # PROP Default_Filter ""
118:: # Begin Group "debug"
119::
120:: # PROP Default_Filter ""
121:: # Begin Source File
122::
123:: SOURCE=..\..\..\..\win32\gc\Debug\gc.lib
124::
125:: !IF "$(CFG)" == "parser3 - Win32 Release"
126::
127:: # PROP Exclude_From_Build 1
128::
129:: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
130::
131:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile"
1.60.10.2.2.7! (paf 132::
! 133:: # PROP BASE Exclude_From_Build 1
! 134:: # PROP Exclude_From_Build 1
1.60.10.2.2.3 (paf 135::
136:: !ENDIF
137::
138:: # End Source File
139:: # End Group
140:: # Begin Group "release"
141::
142:: # PROP Default_Filter ""
143:: # Begin Source File
144::
145:: SOURCE=..\..\..\..\win32\gc\Release\gc.lib
146::
147:: !IF "$(CFG)" == "parser3 - Win32 Release"
148::
149:: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
150::
151:: # PROP Exclude_From_Build 1
152::
153:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile"
154::
155:: !ENDIF
156::
157:: # End Source File
158:: # End Group
159:: # End Group
1.15 paf 160: # Begin Source File
161:
1.51 paf 162: SOURCE=.\getopt.c
163: # End Source File
164: # Begin Source File
165:
166: SOURCE=.\getopt.h
167: # End Source File
168: # Begin Source File
169:
1.18 parser 170: SOURCE=.\pa_threads.C
171: # End Source File
172: # Begin Source File
173:
1.1 paf 174: SOURCE=.\parser3.C
1.35 parser 175: # End Source File
1.1 paf 176: # End Target
177: # End Project
E-mail: