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