Author: jfrederic.clere(a)jboss.com
Date: 2009-01-22 11:19:46 -0500 (Thu, 22 Jan 2009)
New Revision: 2201
Modified:
trunk/build/unix/buildbin.rhel-httpd.windows.sh
Log:
Try to create a make.bat to allow easy rebuild in the sources sources.
Modified: trunk/build/unix/buildbin.rhel-httpd.windows.sh
===================================================================
--- trunk/build/unix/buildbin.rhel-httpd.windows.sh 2009-01-22 11:34:18 UTC (rev 2200)
+++ trunk/build/unix/buildbin.rhel-httpd.windows.sh 2009-01-22 16:19:46 UTC (rev 2201)
@@ -68,6 +68,8 @@
(cd $native_sources
echo "Running nmake at `pwd`"
+ echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install"
+ echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install"
> make.bat
nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install
)
Show replies by date