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

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.63    ! paf        47: # ADD CPP /nologo /MD /W3 /vmg /GX /Zi /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\pcre" /I "..\..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\..\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /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.63    ! paf        71: # ADD CPP /nologo /MDd /W3 /Gm /Gi /vmg /GX /Zi /Od /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\pcre" /I "..\..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\..\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /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.47      paf        80: # SUBTRACT LINK32 /profile /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.61      paf        96: # ADD BASE 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.63    ! paf        97: # ADD CPP /nologo /MD /W3 /vmg /GX /Zi /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\pcre" /I "..\..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\..\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /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
                    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
1.1       paf       106: 
1.62      paf       107: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile Debug"
                    108: 
                    109: # PROP BASE Use_MFC 0
                    110: # PROP BASE Use_Debug_Libraries 1
                    111: # PROP BASE Output_Dir "parser3___Win32_Profile_Debug"
                    112: # PROP BASE Intermediate_Dir "parser3___Win32_Profile_Debug"
                    113: # PROP BASE Ignore_Export_Lib 0
                    114: # PROP BASE Target_Dir ""
                    115: # PROP Use_MFC 0
                    116: # PROP Use_Debug_Libraries 1
                    117: # PROP Output_Dir "ProfileDebug"
                    118: # PROP Intermediate_Dir "ProfileDebug"
                    119: # PROP Ignore_Export_Lib 0
                    120: # PROP Target_Dir ""
                    121: # ADD BASE 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.63    ! paf       122: # ADD CPP /nologo /MDd /W3 /Gm /Gi /vmg /GX /Zi /Od /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "..\..\lib\pcre" /I "..\..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\..\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /FR /FD /TP /GZ /c
1.62      paf       123: # ADD BASE RSC /l 0x419 /d "_DEBUG"
                    124: # ADD RSC /l 0x419 /d "_DEBUG"
                    125: BSC32=bscmake.exe
                    126: # ADD BASE BSC32 /nologo
                    127: # ADD BSC32 /nologo
                    128: LINK32=link.exe
                    129: # 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 "
                    130: # SUBTRACT BASE LINK32 /profile /pdb:none
                    131: # 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 "
                    132: 
1.1       paf       133: !ENDIF 
                    134: 
                    135: # Begin Target
                    136: 
                    137: # Name "parser3 - Win32 Release"
                    138: # Name "parser3 - Win32 Debug"
1.62      paf       139: # Name "parser3 - Win32 Profile Release"
                    140: # Name "parser3 - Win32 Profile Debug"
1.15      paf       141: # Begin Source File
                    142: 
1.51      paf       143: SOURCE=.\getopt.c
                    144: # End Source File
                    145: # Begin Source File
                    146: 
                    147: SOURCE=.\getopt.h
                    148: # End Source File
                    149: # Begin Source File
                    150: 
1.1       paf       151: SOURCE=.\pa_pool.C
1.46      paf       152: 
                    153: !IF  "$(CFG)" == "parser3 - Win32 Release"
                    154: 
                    155: !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
                    156: 
                    157: # ADD CPP /GR
                    158: 
1.62      paf       159: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile Release"
                    160: 
                    161: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile Debug"
                    162: 
                    163: # ADD BASE CPP /GR
                    164: # ADD CPP /GR
1.46      paf       165: 
                    166: !ENDIF 
                    167: 
1.1       paf       168: # End Source File
                    169: # Begin Source File
                    170: 
1.18      parser    171: SOURCE=.\pa_threads.C
                    172: # End Source File
                    173: # Begin Source File
                    174: 
1.1       paf       175: SOURCE=.\parser3.C
                    176: # End Source File
1.35      parser    177: # Begin Source File
                    178: 
                    179: SOURCE=.\pool_storage.h
                    180: # End Source File
1.1       paf       181: # End Target
                    182: # End Project

E-mail: