Author: jfrederic.clere(a)jboss.com
Date: 2011-04-26 05:57:37 -0400 (Tue, 26 Apr 2011)
New Revision: 2751
Modified:
trunk/build/daemon/buildnat.bat
Log:
Only build the static libraries.
Modified: trunk/build/daemon/buildnat.bat
===================================================================
--- trunk/build/daemon/buildnat.bat 2011-04-21 15:46:09 UTC (rev 2750)
+++ trunk/build/daemon/buildnat.bat 2011-04-26 09:57:37 UTC (rev 2751)
@@ -47,9 +47,9 @@
pushd %BUILD_HOME%\windows
# dynamic dll (lib*.dll).
-call build.bat sdk x86 jboss-native -ssl -cache
-call build.bat sdk x64 jboss-native -ssl -cache
-call build.bat sdk i64 jboss-native -ssl -cache
+#call build.bat sdk x86 jboss-native -ssl -cache
+#call build.bat sdk x64 jboss-native -ssl -cache
+#call build.bat sdk i64 jboss-native -ssl -cache
# static dll tcnative-1.dll
call build.bat sdk x86 jboss-native -ssl -cache -static
Show replies by date