Author: jfrederic.clere(a)jboss.com
Date: 2008-12-11 08:59:41 -0500 (Thu, 11 Dec 2008)
New Revision: 2127
Modified:
trunk/build/unix/build.sh
Log:
Ooops that the other file is used :-(
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2008-12-11 13:33:04 UTC (rev 2126)
+++ trunk/build/unix/build.sh 2008-12-11 13:59:41 UTC (rev 2127)
@@ -632,6 +632,8 @@
# fix the ml to ml64...
sed "s:^ml :ml64 :" ms/nt.mak > $$.mak
mv $$.mak ms/nt.mak
+ sed "s:^ml :ml64 :" ms/ntdll.mak > $$.mak
+ mv $$.mak ms/ntdll.mak
;;
windows-i64)
./Configure ${ssl_target} VC-WIN64I
Show replies by date