You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/04/12 15:10:16 UTC

cvs commit: httpd-2.0 InstallBin.dsp Makefile.win

wrowe       01/04/12 06:10:15

  Modified:    .        InstallBin.dsp Makefile.win
  Log:
    Make default install target more consistent with unix.
  
  Revision  Changes    Path
  1.14      +4 -4      httpd-2.0/InstallBin.dsp
  
  Index: InstallBin.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/InstallBin.dsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- InstallBin.dsp	2001/01/19 13:50:33	1.13
  +++ InstallBin.dsp	2001/04/12 13:10:15	1.14
  @@ -39,9 +39,9 @@
   # 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 ""
   
  @@ -58,9 +58,9 @@
   # 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 ""
   
  
  
  
  1.56      +2 -2      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- Makefile.win	2001/03/16 04:18:41	1.55
  +++ Makefile.win	2001/04/12 13:10:15	1.56
  @@ -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