You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2008/05/27 07:54:10 UTC

svn commit: r660394 - /webservices/axis2/trunk/c/build/win32/build.bat

Author: nandika
Date: Mon May 26 22:54:07 2008
New Revision: 660394

URL: http://svn.apache.org/viewvc?rev=660394&view=rev
Log:
build.bat file updated

Modified:
    webservices/axis2/trunk/c/build/win32/build.bat

Modified: webservices/axis2/trunk/c/build/win32/build.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build/win32/build.bat?rev=660394&r1=660393&r2=660394&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/build.bat (original)
+++ webservices/axis2/trunk/c/build/win32/build.bat Mon May 26 22:54:07 2008
@@ -1,3 +1,13 @@
+@if "%VV32CALLED%"=="" goto call_vv32
+
+:call_nmake
+@nmake /NOLOGO install
+@goto end
+
+:call_vv32
 @call vcvars32.bat > vc.tmp
 @del vc.tmp
-@nmake /NOLOGO install
+@set VV32CALLED="YES"
+@goto call_nmake
+
+:end