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/19 00:16:36 UTC

svn commit: r557417 - /incubator/tuscany/cpp/sca/antscripts/system.xml

Author: robbinspg
Date: Wed Jul 18 15:16:35 2007
New Revision: 557417

URL: http://svn.apache.org/viewvc?view=rev&rev=557417
Log:
TUSCANY-1438 Apply Brady's suggestion for handling mac
set IS_DARWIN

Modified:
    incubator/tuscany/cpp/sca/antscripts/system.xml

Modified: incubator/tuscany/cpp/sca/antscripts/system.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/antscripts/system.xml?view=diff&rev=557417&r1=557416&r2=557417
==============================================================================
--- incubator/tuscany/cpp/sca/antscripts/system.xml (original)
+++ incubator/tuscany/cpp/sca/antscripts/system.xml Wed Jul 18 15:16:35 2007
@@ -216,11 +216,16 @@
     <os family="windows"/>
   </condition>
 
+  <condition property="mac" value="true">
+    <os family="mac"/>
+  </condition>
+
   <!--
      Base compiler definition
     -->
   <compiler id="Tuscany-BaseCompiler" multithreaded="true" exceptions="true" rtti="true">
     <defineset if="windows" define="WIN32,_CRT_SECURE_NO_DEPRECATE,SCA_EXPORTS"/>
+    <defineset if="mac" define="IS_DARWIN"/>
     <includepath path="${sdo.include.dir}"/>
     <includepath path="${tuscanySCA.root.dir}"/> <!-- tuscany_sca_config.h -->
     <includepath path="${tuscanySCA.root.src.dir}"/>



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