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 2002/01/29 19:13:33 UTC

cvs commit: httpd-2.0 BuildBin.dsp Apache.dsw

wrowe       02/01/29 10:13:33

  Modified:    .        Apache.dsw
  Added:       .        BuildBin.dsp
  Log:
    By popular demand and some of my own observations - here is a build
    target one can use as a dummy, without 'installing binaries'.  Now
    Win32's makefile.win will simply kick off BuildBin and let it fire
    off all the targets from a command line build.  This will help to
    resolve some of the misses on incremental builds.
  
  Revision  Changes    Path
  1.72      +15 -0     httpd-2.0/Apache.dsw
  
  Index: Apache.dsw
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Apache.dsw,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- Apache.dsw	17 Jan 2002 01:05:23 -0000	1.71
  +++ Apache.dsw	29 Jan 2002 18:13:33 -0000	1.72
  @@ -12,6 +12,21 @@
   Package=<4>
   {{{
       Begin Project Dependency
  +    Project_Dep_Name BuildBin
  +    End Project Dependency
  +}}}
  +
  +###############################################################################
  +
  +Project: "BuildBin"=".\build\BuildBin.dsp" - Package Owner=<4>
  +
  +Package=<5>
  +{{{
  +}}}
  +
  +Package=<4>
  +{{{
  +    Begin Project Dependency
       Project_Dep_Name Apache
       End Project Dependency
       Begin Project Dependency
  
  
  
  1.1                  httpd-2.0/BuildBin.dsp
  
  Index: BuildBin.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="BuildBin" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) External Target" 0x0106
  
  CFG=BuildBin - Win32 Debug
  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  !MESSAGE use the Export Makefile command and run
  !MESSAGE 
  !MESSAGE NMAKE /f "BuildBin.mak".
  !MESSAGE 
  !MESSAGE You can specify a configuration when running NMAKE
  !MESSAGE by defining the macro CFG on the command line. For example:
  !MESSAGE 
  !MESSAGE NMAKE /f "BuildBin.mak" CFG="BuildBin - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "BuildBin - Win32 Release" (based on "Win32 (x86) External Target")
  !MESSAGE "BuildBin - Win32 Debug" (based on "Win32 (x86) External Target")
  !MESSAGE 
  
  # Begin Project
  # PROP AllowPerConfigDependencies 0
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  
  !IF  "$(CFG)" == "BuildBin - Win32 Release"
  
  # PROP BASE Use_Debug_Libraries 0
  # PROP BASE Output_Dir ""
  # PROP BASE Intermediate_Dir ""
  # PROP BASE Cmd_Line "NMAKE /f makefile.win"
  # PROP BASE Rebuild_Opt "/a"
  # PROP BASE Target_File "\Apache2.0\bin\Apache.exe"
  # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
  # PROP BASE Target_Dir ""
  # PROP Use_Debug_Libraries 0
  # PROP Output_Dir ""
  # PROP Intermediate_Dir ""
  # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" _dummy"
  # PROP Rebuild_Opt ""
  # PROP Target_File "\Apache2\bin\Apache.exe"
  # PROP Bsc_Name ".\Browse\Apache.bsc"
  # PROP Target_Dir ""
  
  !ELSEIF  "$(CFG)" == "BuildBin - Win32 Debug"
  
  # PROP BASE Use_Debug_Libraries 1
  # PROP BASE Output_Dir ""
  # PROP BASE Intermediate_Dir ""
  # PROP BASE Cmd_Line "NMAKE /f makefile.win"
  # PROP BASE Rebuild_Opt "/a"
  # PROP BASE Target_File "\Apache2.0\bin\Apache.exe"
  # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
  # PROP BASE Target_Dir ""
  # PROP Use_Debug_Libraries 1
  # PROP Output_Dir ""
  # PROP Intermediate_Dir ""
  # PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" _dummy"
  # PROP Rebuild_Opt ""
  # PROP Target_File "\Apache2\bin\Apache.exe"
  # PROP Bsc_Name ".\Browse\Apache.bsc"
  # PROP Target_Dir ""
  
  !ENDIF 
  
  # Begin Target
  
  # Name "BuildBin - Win32 Release"
  # Name "BuildBin - Win32 Debug"
  
  !IF  "$(CFG)" == "BuildBin - Win32 Release"
  
  !ELSEIF  "$(CFG)" == "BuildBin - Win32 Debug"
  
  !ENDIF 
  
  # Begin Source File
  
  SOURCE=.\os\win32\BaseAddr.ref
  # End Source File
  # Begin Source File
  
  SOURCE=.\CHANGES
  # End Source File
  # Begin Source File
  
  SOURCE=.\Makefile.win
  # End Source File
  # Begin Source File
  
  SOURCE=.\STATUS
  # End Source File
  # End Target
  # End Project