You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/07/18 17:55:43 UTC

svn commit: r557303 - /incubator/tuscany/cpp/sca/platform-properties.xml

Author: robbinspg
Date: Wed Jul 18 08:55:39 2007
New Revision: 557303

URL: http://svn.apache.org/viewvc?view=rev&rev=557303
Log:
TUSCANY-1438 fix object.ext setting

Modified:
    incubator/tuscany/cpp/sca/platform-properties.xml

Modified: incubator/tuscany/cpp/sca/platform-properties.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/platform-properties.xml?view=diff&rev=557303&r1=557302&r2=557303
==============================================================================
--- incubator/tuscany/cpp/sca/platform-properties.xml (original)
+++ incubator/tuscany/cpp/sca/platform-properties.xml Wed Jul 18 08:55:39 2007
@@ -41,7 +41,10 @@
     <os family='windows'/>
   </condition>
 
-  <property name='objext.ext' value='.o'/>
+  <condition property='object.ext' value='.obj'>
+    <os family='windows'/>
+  </condition>
+  <property name='object.ext' value='.o'/>
 
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org