You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/14 11:11:12 UTC

svn commit: r627697 - /harmony/enhanced/drlvm/trunk/make/build-native.xml

Author: varlax
Date: Thu Feb 14 02:10:54 2008
New Revision: 627697

URL: http://svn.apache.org/viewvc?rev=627697&view=rev
Log:
Applied HARMONY-5509 [build] pdb files are missed

Modified:
    harmony/enhanced/drlvm/trunk/make/build-native.xml

Modified: harmony/enhanced/drlvm/trunk/make/build-native.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/build-native.xml?rev=627697&r1=627696&r2=627697&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/make/build-native.xml (original)
+++ harmony/enhanced/drlvm/trunk/make/build-native.xml Thu Feb 14 02:10:54 2008
@@ -178,7 +178,7 @@
                 <condition property="component.need.pdb">
                     <and>
                         <isset property="is.windows"/>
-                        <equals arg1="@{type}" arg2="dynamic"/>
+                        <equals arg1="@{type}" arg2="shared"/>
                     </and>
                 </condition>