Annotation of parser3/src/targets/cgi/parser3.dsp, revision 1.60.10.2.2.6
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.46 paf 7: CFG=parser3 - Win32 Profile
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.46 paf 16: !MESSAGE NMAKE /f "parser3.mak" CFG="parser3 - Win32 Profile"
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.5 (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 /machine:I386
55:: # SUBTRACT LINK32 /debug
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:
82: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile"
83:
84: # PROP BASE Use_MFC 0
85: # PROP BASE Use_Debug_Libraries 1
86: # PROP BASE Output_Dir "parser3___Win32_Profile"
87: # PROP BASE Intermediate_Dir "parser3___Win32_Profile"
88: # PROP BASE Ignore_Export_Lib 0
89: # PROP BASE Target_Dir ""
90: # PROP Use_MFC 0
91: # PROP Use_Debug_Libraries 1
92: # PROP Output_Dir "Profile"
93: # PROP Intermediate_Dir "Profile"
94: # PROP Ignore_Export_Lib 0
95: # PROP Target_Dir ""
1.52 paf 96: # ADD BASE CPP /nologo /MDd /W3 /Gm /Gi /vmg /GR /GX /Zi /Od /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /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.60.10.2.2.6! (paf 97:: # 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" /D "_PROFILE" /FR /FD /TP /GZ /c
1.46 paf 98: # ADD BASE RSC /l 0x419 /d "_DEBUG"
99: # ADD RSC /l 0x419 /d "_DEBUG"
100: BSC32=bscmake.exe
101: # ADD BASE BSC32 /nologo
102: # ADD BSC32 /nologo
103: LINK32=link.exe
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 /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"Y:\parser3project\parser3\www\cgi-bin\parser3.exe " /pdbtype:sept
105: # SUBTRACT BASE LINK32 /profile /pdb:none
1.54 paf 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 /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"Profile/parser3.exe "
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"
132::
133:: !ENDIF
134::
135:: # End Source File
136:: # End Group
137:: # Begin Group "release"
138::
139:: # PROP Default_Filter ""
140:: # Begin Source File
141::
142:: SOURCE=..\..\..\..\win32\gc\Release\gc.lib
143::
144:: !IF "$(CFG)" == "parser3 - Win32 Release"
145::
146:: !ELSEIF "$(CFG)" == "parser3 - Win32 Debug"
147::
148:: # PROP Exclude_From_Build 1
149::
150:: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile"
151::
152:: !ENDIF
153::
154:: # End Source File
155:: # End Group
156:: # End Group
1.15 paf 157: # Begin Source File
158:
1.51 paf 159: SOURCE=.\getopt.c
160: # End Source File
161: # Begin Source File
162:
163: SOURCE=.\getopt.h
164: # End Source File
165: # Begin Source File
166:
1.18 parser 167: SOURCE=.\pa_threads.C
168: # End Source File
169: # Begin Source File
170:
1.1 paf 171: SOURCE=.\parser3.C
1.35 parser 172: # End Source File
1.1 paf 173: # End Target
174: # End Project
E-mail: