HACK: Add PLATFORM_MACOS as an option

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-11-01 04:57:21 +00:00
parent 6b1a8b64f1
commit c8c1b0bfb1

View File

@@ -11,6 +11,11 @@
<!-- 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"/>