Annotation of parser3/src/targets/cgi/parser3.dsp, revision 1.60

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.52      paf        46: # ADD CPP /nologo /MD /W3 /vmg /GX /Zi /O2 /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 "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.53      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
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.52      paf        70: # ADD CPP /nologo /MDd /W3 /Gm /Gi /vmg /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.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.54      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
                     84: # PROP BASE Use_Debug_Libraries 1
                     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
                     90: # PROP Use_Debug_Libraries 1
                     91: # PROP Output_Dir "Profile"
                     92: # PROP Intermediate_Dir "Profile"
                     93: # PROP Ignore_Export_Lib 0
                     94: # PROP Target_Dir ""
1.52      paf        95: # 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
                     96: # ADD CPP /nologo /MDd /W3 /Gm /Gi /vmg /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" /D "_PROFILE" /FR /FD /TP /GZ /c
1.46      paf        97: # ADD BASE RSC /l 0x419 /d "_DEBUG"
                     98: # ADD RSC /l 0x419 /d "_DEBUG"
                     99: BSC32=bscmake.exe
                    100: # ADD BASE BSC32 /nologo
                    101: # ADD BSC32 /nologo
                    102: LINK32=link.exe
                    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 /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"Y:\parser3project\parser3\www\cgi-bin\parser3.exe " /pdbtype:sept
                    104: # SUBTRACT BASE LINK32 /profile /pdb:none
1.54      paf       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 /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"Profile/parser3.exe "
1.1       paf       106: 
                    107: !ENDIF 
                    108: 
                    109: # Begin Target
                    110: 
                    111: # Name "parser3 - Win32 Release"
                    112: # Name "parser3 - Win32 Debug"
1.46      paf       113: # Name "parser3 - Win32 Profile"
1.15      paf       114: # Begin Source File
                    115: 
1.51      paf       116: SOURCE=.\getopt.c
                    117: # End Source File
                    118: # Begin Source File
                    119: 
                    120: SOURCE=.\getopt.h
                    121: # End Source File
                    122: # Begin Source File
                    123: 
1.1       paf       124: SOURCE=.\pa_pool.C
1.46      paf       125: 
                    126: !IF  "$(CFG)" == "parser3 - Win32 Release"
                    127: 
                    128: !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
                    129: 
                    130: # ADD CPP /GR
                    131: 
                    132: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile"
                    133: 
                    134: !ENDIF 
                    135: 
1.1       paf       136: # End Source File
                    137: # Begin Source File
                    138: 
1.18      parser    139: SOURCE=.\pa_threads.C
                    140: # End Source File
                    141: # Begin Source File
                    142: 
1.1       paf       143: SOURCE=.\parser3.C
                    144: # End Source File
1.35      parser    145: # Begin Source File
                    146: 
                    147: SOURCE=.\pool_storage.h
                    148: # End Source File
1.1       paf       149: # End Target
                    150: # End Project

E-mail: