]> git.saurik.com Git - wxWidgets.git/commitdiff
HACK: Add PLATFORM_MACOS as an option
authorDavid Elliott <dfe@tgwbd.org>
Mon, 1 Nov 2004 04:57:21 +0000 (04:57 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 1 Nov 2004 04:57:21 +0000 (04:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index a4bf274f6da76f6d88a8ffe21c81cb7585e81e15..e0537fc224939c1a161fc2fe7e89353ea7fa99cd 100644 (file)
     <!-- load python module with wxwindows helpers: -->
     <using module="wxwin"/>
 
+    <!-- DFE: Add a platform meaning regular MacOS (not OS X) -->
+    <!-- FIXME: This will be handled in Bakefile but for now I wanted to
+         get my changes to the wx bakefiles in the tree -->
+    <option name="PLATFORM_MACOS"/>
+
     <include file="config.bkl"/>
 
     <include file="plugins_deps.bkl"/>