mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
15
Apache.dsw
15
Apache.dsw
@ -9,6 +9,21 @@ Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
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
|
||||
|
97
BuildBin.dsp
Normal file
97
BuildBin.dsp
Normal file
@ -0,0 +1,97 @@
|
||||
# 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
|
Reference in New Issue
Block a user