Annotation of parser3/src/targets/cgi/parser3.dsp, revision 1.60.10.2.2.8
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.8! (paf 7:: CFG=parser3 - Win32 Profile Debug
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.8! (paf 16:: !MESSAGE NMAKE /f "parser3.mak" CFG="parser3 - Win32 Profile Debug"
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.60.10.2.2.8! (paf 22:: !MESSAGE "parser3 - Win32 Profile Release" (based on "Win32 (x86) Console Application")
! 23:: !MESSAGE "parser3 - Win32 Profile Debug" (based on "Win32 (x86) Console Application")
1.1 paf 24: !MESSAGE
25:
26: # Begin Project
27: # PROP AllowPerConfigDependencies 0
1.20 parser 28: # PROP Scc_ProjName "parser3"
29: # PROP Scc_LocalPath "."
1.1 paf 30: CPP=cl.exe
31: RSC=rc.exe
32:
33: !IF "$(CFG)" == "parser3 - Win32 Release"
34:
35: # PROP BASE Use_MFC 0
36: # PROP BASE Use_Debug_Libraries 0
37: # PROP BASE Output_Dir "Release"
38: # PROP BASE Intermediate_Dir "Release"
39: # PROP BASE Target_Dir ""
40: # PROP Use_MFC 0
41: # PROP Use_Debug_Libraries 0
42: # PROP Output_Dir "Release"
43: # PROP Intermediate_Dir "Release"
1.14 paf 44: # PROP Ignore_Export_Lib 0
1.1 paf 45: # PROP Target_Dir ""
46: # 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 47:: # 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 48: # ADD BASE RSC /l 0x419 /d "NDEBUG"
49: # ADD RSC /l 0x419 /d "NDEBUG"
50: BSC32=bscmake.exe
51: # ADD BASE BSC32 /nologo
52: # ADD BSC32 /nologo
53: LINK32=link.exe
54: # 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 55:: # 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 56:
57: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
58:
59: # PROP BASE Use_MFC 0
60: # PROP BASE Use_Debug_Libraries 1
61: # PROP BASE Output_Dir "Debug"
62: # PROP BASE Intermediate_Dir "Debug"
63: # PROP BASE Target_Dir ""
64: # PROP Use_MFC 0
65: # PROP Use_Debug_Libraries 1
66: # PROP Output_Dir "Debug"
67: # PROP Intermediate_Dir "Debug"
68: # PROP Ignore_Export_Lib 0
69: # PROP Target_Dir ""
70: # 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 71:: # 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 72: # ADD BASE RSC /l 0x419 /d "_DEBUG"
73: # ADD RSC /l 0x419 /d "_DEBUG"
74: BSC32=bscmake.exe
75: # ADD BASE BSC32 /nologo
76: # ADD BSC32 /nologo
77: LINK32=link.exe
78: # 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 79:: # 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 80: # SUBTRACT LINK32 /profile /pdb:none
1.46 paf 81:
1.60.10.2.2.8! (paf 82:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Release"
1.46 paf 83:
84: # PROP BASE Use_MFC 0
1.60.10.2.2.7 (paf 85:: # PROP BASE Use_Debug_Libraries 0
1.60.10.2.2.8! (paf 86:: # PROP BASE Output_Dir "parser3___Win32_Profile Release"
! 87:: # PROP BASE Intermediate_Dir "parser3___Win32_Profile Release"
1.46 paf 88: # PROP BASE Ignore_Export_Lib 0
89: # PROP BASE Target_Dir ""
90: # PROP Use_MFC 0
1.60.10.2.2.7 (paf 91:: # PROP Use_Debug_Libraries 0
1.60.10.2.2.8! (paf 92:: # PROP Output_Dir "ProfileRelease"
! 93:: # PROP Intermediate_Dir "ProfileRelease"
1.46 paf 94: # PROP Ignore_Export_Lib 0
95: # PROP Target_Dir ""
1.60.10.2.2.7 (paf 96:: # 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
97:: # 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
98:: # ADD BASE RSC /l 0x419 /d "NDEBUG"
99:: # ADD RSC /l 0x419 /d "NDEBUG"
1.46 paf 100: BSC32=bscmake.exe
101: # ADD BASE BSC32 /nologo
102: # ADD BSC32 /nologo
103: LINK32=link.exe
1.60.10.2.2.7 (paf 104:: # 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
105:: # SUBTRACT BASE LINK32 /debug
106:: # 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
107:: # SUBTRACT LINK32 /debug
1.1 paf 108:
1.60.10.2.2.8! (paf 109:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Debug"
! 110::
! 111:: # PROP BASE Use_MFC 0
! 112:: # PROP BASE Use_Debug_Libraries 1
! 113:: # PROP BASE Output_Dir "parser3___Win32_Profile_Debug"
! 114:: # PROP BASE Intermediate_Dir "parser3___Win32_Profile_Debug"
! 115:: # PROP BASE Ignore_Export_Lib 0
! 116:: # PROP BASE Target_Dir ""
! 117:: # PROP Use_MFC 0
! 118:: # PROP Use_Debug_Libraries 1
! 119:: # PROP Output_Dir "ProfileDebug"
! 120:: # PROP Intermediate_Dir "ProfileDebug"
! 121:: # PROP Ignore_Export_Lib 0
! 122:: # PROP Target_Dir ""
! 123:: # ADD BASE 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
! 124:: # 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
! 125:: # ADD BASE RSC /l 0x419 /d "_DEBUG"
! 126:: # ADD RSC /l 0x419 /d "_DEBUG"
! 127:: BSC32=bscmake.exe
! 128:: # ADD BASE BSC32 /nologo
! 129:: # ADD BSC32 /nologo
! 130:: LINK32=link.exe
! 131:: # 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 /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"Debug/parser3.exe "
! 132:: # SUBTRACT BASE LINK32 /profile /pdb:none
! 133:: # 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 /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"ProfileDebug/parser3.exe "
! 134::
1.1 paf 135: !ENDIF
136:
137: # Begin Target
138:
139: # Name "parser3 - Win32 Release"
140: # Name "parser3 - Win32 Debug"
1.60.10.2.2.8! (paf 141:: # Name "parser3 - Win32 Profile Release"
! 142:: # Name "parser3 - Win32 Profile Debug"
1.60.10.2.2.3 (paf 143:: # Begin Group "gc"
144::
145:: # PROP Default_Filter ""
146:: # Begin Group "debug"
147::
148:: # PROP Default_Filter ""
149:: # Begin Source File
150::
151:: SOURCE=..\..\..\..\win32\gc\Debug\gc.lib
152::
153:: !IF "$(CFG)" == "parser3 - Win32 Release"
154::
155:: # PROP Exclude_From_Build 1
156::
157:: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
158::
1.60.10.2.2.8! (paf 159:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Release"
1.60.10.2.2.7 (paf 160::
161:: # PROP BASE Exclude_From_Build 1
162:: # PROP Exclude_From_Build 1
1.60.10.2.2.3 (paf 163::
1.60.10.2.2.8! (paf 164:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Debug"
! 165::
1.60.10.2.2.3 (paf 166:: !ENDIF
167::
168:: # End Source File
169:: # End Group
170:: # Begin Group "release"
171::
172:: # PROP Default_Filter ""
173:: # Begin Source File
174::
175:: SOURCE=..\..\..\..\win32\gc\Release\gc.lib
176::
177:: !IF "$(CFG)" == "parser3 - Win32 Release"
178::
179:: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
180::
181:: # PROP Exclude_From_Build 1
182::
1.60.10.2.2.8! (paf 183:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Release"
! 184::
! 185:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Debug"
! 186::
! 187:: # PROP BASE Exclude_From_Build 1
! 188:: # PROP Exclude_From_Build 1
1.60.10.2.2.3 (paf 189::
190:: !ENDIF
191::
192:: # End Source File
193:: # End Group
194:: # End Group
1.15 paf 195: # Begin Source File
196:
1.51 paf 197: SOURCE=.\getopt.c
198: # End Source File
199: # Begin Source File
200:
201: SOURCE=.\getopt.h
202: # End Source File
203: # Begin Source File
204:
1.18 parser 205: SOURCE=.\pa_threads.C
206: # End Source File
207: # Begin Source File
208:
1.1 paf 209: SOURCE=.\parser3.C
1.35 parser 210: # End Source File
1.1 paf 211: # End Target
212: # End Project
E-mail: