--- parser3/src/targets/apache13/os/win32/Attic/ApacheModuleParser3.dsp 2001/09/24 14:34:25 1.32 +++ parser3/src/targets/apache13/os/win32/Attic/ApacheModuleParser3.dsp 2001/09/26 15:43:59 1.37 @@ -44,7 +44,6 @@ RSC=rc.exe # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /c # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\sql" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c -# SUBTRACT CPP /Z # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "NDEBUG" @@ -61,7 +60,7 @@ SOURCE="$(InputPath)" PreLink_Desc=Stopping apache... PreLink_Cmds=rem net stop apache_release PostBuild_Desc=Starting apache... -PostBuild_Cmds=rem net start apache_release +PostBuild_Cmds=net start apache_release # End Special Build Tool !ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug" @@ -78,7 +77,8 @@ PostBuild_Cmds=rem net start apache_rele # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\sql" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /YX /FD /TP /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\sql" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c +# SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "_DEBUG" @@ -93,7 +93,7 @@ LINK32=link.exe # Begin Special Build Tool SOURCE="$(InputPath)" PreLink_Desc=Stopping apache... -PreLink_Cmds=net stop apache_debug +PreLink_Cmds=rem net stop apache_debug PostBuild_Desc=Starting apache... PostBuild_Cmds=net start apache_debug # End Special Build Tool @@ -104,6 +104,51 @@ PostBuild_Cmds=net start apache_debug # Name "ApacheModuleParser3 - Win32 Release" # Name "ApacheModuleParser3 - Win32 Debug" +# Begin Group "ident" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\..\..\ident.awk + +!IF "$(CFG)" == "ApacheModuleParser3 - Win32 Release" + +# Begin Custom Build - Collecting $Id: ApacheModuleParser3.dsp,v 1.37 2001/09/26 15:43:59 parser Exp $, creating ident.C... +InputPath=..\..\..\..\ident.awk + +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + SET tools=\parser3project\win32tools + DEL ident.C + ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new + %tools%\cat ../../*/*/*.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> ident.C.new + %tools%\touch 0101000001 ident.C.new + REN ident.C.new ident.C + +# End Custom Build + +!ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug" + +# Begin Custom Build - Collecting $Id: ApacheModuleParser3.dsp,v 1.37 2001/09/26 15:43:59 parser Exp $, creating ident.C... +InputPath=..\..\..\..\ident.awk + +"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + SET tools=\parser3project\win32tools + DEL ident.C + ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new + %tools%\cat ../../*/*/*.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> ident.C.new + %tools%\touch 0101000001 ident.C.new + REN ident.C.new ident.C + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\ident.C +# End Source File +# End Group # Begin Source File SOURCE=..\..\modules\extra\mod_parser3.C