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

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.50    ! 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\win32\xml\glib\include" /I "\parser3project\win32\xml\glib\include\glib" /I "\parser3project\win32\xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32\xml\libxml2-x.x.x\include" /I "\parser3project\win32\xml\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.41      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 /out:"Y:\parser3project\parser3\www\cgi-bin\parser3.exe"
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.50    ! 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\win32\xml\glib\include" /I "\parser3project\win32\xml\glib\include\glib" /I "\parser3project\win32\xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32\xml\libxml2-x.x.x\include" /I "\parser3project\win32\xml\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.47      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:"Y:\parser3project\parser3\www\cgi-bin\parser3.exe "
                     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.50    ! 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\win32\xml\glib\include" /I "\parser3project\win32\xml\glib\include\glib" /I "\parser3project\win32\xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32\xml\libxml2-x.x.x\include" /I "\parser3project\win32\xml\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\win32\xml\glib\include" /I "\parser3project\win32\xml\glib\include\glib" /I "\parser3project\win32\xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32\xml\libxml2-x.x.x\include" /I "\parser3project\win32\xml\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
                    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:"Y:\parser3project\parser3\www\cgi-bin\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.29      parser    114: # Begin Group "ident"
                    115: 
                    116: # PROP Default_Filter ""
1.28      parser    117: # Begin Source File
                    118: 
                    119: SOURCE=..\..\ident.awk
                    120: 
                    121: !IF  "$(CFG)" == "parser3 - Win32 Release"
                    122: 
1.30      parser    123: # Begin Custom Build - Up-to-dating ident.C...
1.29      parser    124: InputPath=..\..\ident.awk
                    125: 
1.30      parser    126: BuildCmds= \
1.48      paf       127:        SET tools=\parser3project\win32\tools \
1.30      parser    128:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
1.32      parser    129:        REN ident.C ident.C.old  >nul 2>&1 \
1.30      parser    130:        %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new \
1.32      parser    131:        REN ident.C.old ident.C  >nul 2>&1 \
                    132:        %tools%\diff ident.C ident.C.new  >nul 2>&1 \
                    133:        IF ERRORLEVEL 1 COPY ident.C.new ident.C  >nul 2>&1 \
1.30      parser    134:        %tools%\touch 0101000001 ident.C.new \
                    135:        
                    136: 
                    137: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    138:    $(BuildCmds)
                    139: 
1.29      parser    140: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.30      parser    141:    $(BuildCmds)
1.29      parser    142: # End Custom Build
                    143: 
1.28      parser    144: !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
                    145: 
1.30      parser    146: # Begin Custom Build - Up-to-dating ident.C...
1.28      parser    147: InputPath=..\..\ident.awk
                    148: 
1.30      parser    149: BuildCmds= \
1.48      paf       150:        SET tools=\parser3project\win32\tools \
1.30      parser    151:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
1.32      parser    152:        REN ident.C ident.C.old  >nul 2>&1 \
1.30      parser    153:        %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new \
1.32      parser    154:        REN ident.C.old ident.C  >nul 2>&1 \
                    155:        %tools%\diff ident.C ident.C.new  >nul 2>&1 \
                    156:        IF ERRORLEVEL 1 COPY ident.C.new ident.C  >nul 2>&1 \
1.30      parser    157:        %tools%\touch 0101000001 ident.C.new \
                    158:        
                    159: 
                    160: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    161:    $(BuildCmds)
                    162: 
1.29      parser    163: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.30      parser    164:    $(BuildCmds)
1.28      parser    165: # End Custom Build
                    166: 
1.46      paf       167: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile"
                    168: 
                    169: # PROP Exclude_From_Build 1
                    170: 
1.28      parser    171: !ENDIF 
                    172: 
                    173: # End Source File
                    174: # Begin Source File
                    175: 
1.29      parser    176: SOURCE=.\ident.C
1.46      paf       177: 
                    178: !IF  "$(CFG)" == "parser3 - Win32 Release"
                    179: 
                    180: !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
                    181: 
                    182: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile"
                    183: 
                    184: # PROP Exclude_From_Build 1
                    185: 
                    186: !ENDIF 
                    187: 
1.30      parser    188: # End Source File
                    189: # Begin Source File
                    190: 
                    191: SOURCE=.\ident.C.new
1.46      paf       192: 
                    193: !IF  "$(CFG)" == "parser3 - Win32 Release"
                    194: 
                    195: !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
                    196: 
                    197: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile"
                    198: 
                    199: # PROP Exclude_From_Build 1
                    200: 
                    201: !ENDIF 
                    202: 
1.28      parser    203: # End Source File
1.29      parser    204: # End Group
1.15      paf       205: # Begin Source File
                    206: 
1.1       paf       207: SOURCE=.\pa_pool.C
1.46      paf       208: 
                    209: !IF  "$(CFG)" == "parser3 - Win32 Release"
                    210: 
                    211: !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
                    212: 
                    213: # ADD CPP /GR
                    214: 
                    215: !ELSEIF  "$(CFG)" == "parser3 - Win32 Profile"
                    216: 
                    217: !ENDIF 
                    218: 
1.1       paf       219: # End Source File
                    220: # Begin Source File
                    221: 
1.18      parser    222: SOURCE=.\pa_threads.C
                    223: # End Source File
                    224: # Begin Source File
                    225: 
1.1       paf       226: SOURCE=.\parser3.C
                    227: # End Source File
1.35      parser    228: # Begin Source File
                    229: 
                    230: SOURCE=.\pool_storage.h
                    231: # End Source File
1.1       paf       232: # End Target
                    233: # End Project

E-mail: