]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Updates Makefile.win
authorBill Stoddard <stoddard@apache.org>
Mon, 17 Apr 2000 13:45:42 +0000 (13:45 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 17 Apr 2000 13:45:42 +0000 (13:45 +0000)
commit8989a002e30074d76e6c43039dce95770ca89f74
tree8e8b8fff7a20b734d4e92d25615f8e6a4c1d0fc2
parent1b8894d367c7652569dc13fb03f179fcdc2a8a66
Updates Makefile.win
1) offers a single execution list, regardless of the CTARGET.
   Sans CTARGET, it builds the default (the .exe or .dll).
   With CTARGET=CLEAN, it cleans back up.

2) To eliminate the _clean block needed to move the delete
   generated headers out of that block.  They now get wiped only
   on a full NMAKE -f makefile.win clean

3) Also threw in the _installdll cleanup with the full
   NMAKE -f makefile.win clean.

4) Added RECURSE=0, the REAL reason this patch is absolutely
   necessary.  As we start tweaking individual .dsp project files,
   we will need to prevent the makefile.win from going nuts.

5) Added a commented-out logresolve make item.

Submitted by: William Rowe
Reviewed by: Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84981 13f79535-47bb-0310-9956-ffa450edef68
Makefile.win