You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/06/20 11:44:18 UTC

svn commit: r415586 - /incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmi.xml

Author: hindessm
Date: Tue Jun 20 02:44:18 2006
New Revision: 415586

URL: http://svn.apache.org/viewvc?rev=415586&view=rev
Log:
Fix order of library dependencies.  As suggested by Marina on -dev list.

Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmi.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmi.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmi.xml?rev=415586&r1=415585&r2=415586&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmi.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmi.xml Tue Jun 20 02:44:18 2006
@@ -90,8 +90,8 @@
                 <syslibset libs="msvcrt" />
             </select>
 
-            <libset libs="hypool"  dir="${external.dep.CLASSLIB.libdir}" />
             <libset libs="hyzip"  dir="${external.dep.CLASSLIB.libdir}" />
+            <libset libs="hypool"  dir="${external.dep.CLASSLIB.libdir}" />
             <libset libs="hyprt" dir="${external.dep.CLASSLIB.libdir}" />
 
         </linker>