You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/02/05 10:48:55 UTC

svn commit: r503608 - /harmony/enhanced/common_resources/build/depends.xml

Author: smishura
Date: Mon Feb  5 01:48:54 2007
New Revision: 503608

URL: http://svn.apache.org/viewvc?view=rev&rev=503608
Log:
msvcr71.dll now copied from %SystemRoot%\system32 directory (copied from classlib's make files)

Modified:
    harmony/enhanced/common_resources/build/depends.xml

Modified: harmony/enhanced/common_resources/build/depends.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/build/depends.xml?view=diff&rev=503608&r1=503607&r2=503608
==============================================================================
--- harmony/enhanced/common_resources/build/depends.xml (original)
+++ harmony/enhanced/common_resources/build/depends.xml Mon Feb  5 01:48:54 2007
@@ -54,6 +54,7 @@
     <target name="-check-win" if="is.windows" depends="-really-check-win" />
 
     <target name="-really-check-win" if="is.windows">
+        <property environment="hyenv" />
         <check-one-file src="${msvcr71.url}" dest="${msvcr71.dll}" />
         <check-one-file src="${awtdeps.url}" dest="${awtdeps.tar}" />
         <uptodate property="awtdeps.uptodate"
@@ -281,7 +282,9 @@
     </target>
 
     <target name="-download-win" if="is.windows">
-        
+    
+    <property environment="hyenv" />        
+    
     <mkdir dir="${msvcr71.dir}" />
     <download-one-file src="${msvcr71.url}" dest="${msvcr71.dll}"
                            md5="${msvcr71.md5}" />