Annotation of parser3/src/targets/cgi/parser3.dsp, revision 1.65
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.62 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.62 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.62 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.65 ! 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\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FR /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.62 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.65 ! 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\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\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.54 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.64 paf 80: # SUBTRACT LINK32 /pdb:none
1.46 paf 81:
1.62 paf 82: !ELSEIF "$(CFG)" == "parser3 - Win32 Profile Release"
1.46 paf 83:
84: # PROP BASE Use_MFC 0
1.61 paf 85: # PROP BASE Use_Debug_Libraries 0
1.62 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.61 paf 91: # PROP Use_Debug_Libraries 0
1.62 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.65 ! 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\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\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\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /c
1.61 paf 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.61 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
1.64 paf 105: # SUBTRACT BASE LINK32 /debug
1.61 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 /machine:I386
1.64 paf 107: # SUBTRACT LINK32 /debug
1.1 paf 108:
1.62 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 ""
1.65 ! paf 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\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\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\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /FR /FD /TP /GZ /c
1.62 paf 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.62 paf 141: # Name "parser3 - Win32 Profile Release"
142: # Name "parser3 - Win32 Profile Debug"
1.15 paf 143: # Begin Source File
144:
1.51 paf 145: SOURCE=.\getopt.c
146: # End Source File
147: # Begin Source File
148:
149: SOURCE=.\getopt.h
150: # End Source File
151: # Begin Source File
152:
1.18 parser 153: SOURCE=.\pa_threads.C
154: # End Source File
155: # Begin Source File
156:
1.1 paf 157: SOURCE=.\parser3.C
1.35 parser 158: # End Source File
1.1 paf 159: # End Target
160: # End Project
E-mail: