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 ha...@apache.org on 2005/10/18 13:53:36 UTC

svn commit: r326093 - /webservices/axis/trunk/c/build/buildInitialize.xml

Author: hawkeye
Date: Tue Oct 18 04:53:30 2005
New Revision: 326093

URL: http://svn.apache.org/viewcvs?rev=326093&view=rev
Log:
Added back in the condition property of msvc7

Modified:
    webservices/axis/trunk/c/build/buildInitialize.xml

Modified: webservices/axis/trunk/c/build/buildInitialize.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/buildInitialize.xml?rev=326093&r1=326092&r2=326093&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/buildInitialize.xml (original)
+++ webservices/axis/trunk/c/build/buildInitialize.xml Tue Oct 18 04:53:30 2005
@@ -26,6 +26,15 @@
 
 	<property environment="env"/>
 
+    <condition property="msvc7">
+        <and>
+            <isset property="windows" />
+            <not>
+                <isset property="env.MSDevDir" />
+            </not>
+        </and>
+    </condition>
+
 	<!--
 	  Compiler Definitions
 	  -->