From: William A. Rowe Jr Date: Fri, 28 Dec 2007 19:48:55 +0000 (+0000) Subject: Add a placeholder to remind us that fcgistarter.exe, once X-Git-Tag: 2.3.0~1092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0ac1401dc1100d8da40ad8f44958e9b4412c2e7;p=apache Add a placeholder to remind us that fcgistarter.exe, once an implemention exists for apr_proc_create, needs to be added to the build/install schema. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607316 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index df916833a2..8b3724112e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -369,6 +369,7 @@ _build: !ENDIF cd support $(MAKE) $(MAKEOPT) -f ab.mak CFG="ab - Win32 $(LONG)" RECURSE=0 $(CTARGET) + # $(MAKE) $(MAKEOPT) -f fcgistarter.mak CFG="fcgistarter - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f htcacheclean.mak CFG="htcacheclean - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f htdbm.mak CFG="htdbm - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f htdigest.mak CFG="htdigest - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -540,6 +541,7 @@ _copybin: copy support\$(LONG)\abs.$(src_exe) "$(inst_exe)" <.y !ENDIF copy support\$(LONG)\ab.$(src_exe) "$(inst_exe)" <.y + # copy support\$(LONG)\fcgistarter.$(src_exe) "$(inst_exe)" <.y copy support\$(LONG)\htcacheclean.$(src_exe) "$(inst_exe)" <.y copy support\$(LONG)\htdbm.$(src_exe) "$(inst_exe)" <.y copy support\$(LONG)\htdigest.$(src_exe) "$(inst_exe)" <.y