Loading InstallBin.dsp +4 −4 Original line number Diff line number Diff line Loading @@ -39,9 +39,9 @@ CFG=InstallBin - Win32 Debug # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2.0" SHORT=R LONG=Release _install" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2.0\bin\Apache.exe" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "" # PROP Target_Dir "" Loading @@ -58,9 +58,9 @@ CFG=InstallBin - Win32 Debug # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2.0" SHORT=D LONG=Debug _install" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2.0\bin\Apache.exe" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "" # PROP Target_Dir "" Loading Makefile.win +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ # preferably with the drive designation! !IF "$(INSTDIR)" == "" INSTDIR=\Apache2.0 !MESSAGE Using default install directory \Apache2.0 INSTDIR=\Apache2 !MESSAGE Using default install directory $(INSTDIR) !ENDIF !IFNDEF MAKEOPT Loading Loading
InstallBin.dsp +4 −4 Original line number Diff line number Diff line Loading @@ -39,9 +39,9 @@ CFG=InstallBin - Win32 Debug # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2.0" SHORT=R LONG=Release _install" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2.0\bin\Apache.exe" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "" # PROP Target_Dir "" Loading @@ -58,9 +58,9 @@ CFG=InstallBin - Win32 Debug # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2.0" SHORT=D LONG=Debug _install" # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install" # PROP Rebuild_Opt "" # PROP Target_File "\Apache2.0\bin\Apache.exe" # PROP Target_File "\Apache2\bin\Apache.exe" # PROP Bsc_Name "" # PROP Target_Dir "" Loading
Makefile.win +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ # preferably with the drive designation! !IF "$(INSTDIR)" == "" INSTDIR=\Apache2.0 !MESSAGE Using default install directory \Apache2.0 INSTDIR=\Apache2 !MESSAGE Using default install directory $(INSTDIR) !ENDIF !IFNDEF MAKEOPT Loading