randyk 2004/06/10 19:36:30
Modified: win32 Configure.pl
Log:
Create env/t/cgi-bin on Win32 if it doesn't exist.
Revision Changes Path
1.30 +1 -0 httpd-apreq-2/win32/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/cvs/httpd-apreq-2/win32/Configure.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Configure.pl 4 Dec 2003 06:48:18 -0000 1.29
+++ Configure.pl 11 Jun 2004 02:36:30 -0000 1.30
@@ -77,6 +77,7 @@
cd $(LIBDIR) && $(TESTALL).exe -v
cd $(APREQ_HOME)
$(MAKE) /nologo /f $(CFG_HOME)\$(CGITEST).mak CFG="$(CGITEST) - Win32
$(CFG)" APACHE="$(APACHE)" APREQ_HOME="$(APREQ_HOME)" APR_LIB="$(APR_LIB)"
APU_LIB="$(APU_LIB)"
+ if not exist "$(APREQ_ENV)\t\cgi-bin" mkdir "$(APREQ_ENV)\t\cgi-bin"
copy $(LIBDIR)\test_cgi.exe $(APREQ_ENV)\t\cgi-bin\test_cgi.exe
cd $(APREQ_HOME)
END