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:55:50 UTC

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

Author: nandika
Date: Mon May 26 22:55:47 2008
New Revision: 660396

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

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

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