From da934c9df4d1dddb6ac0443c170cd640176edd93 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 11 Aug 2014 15:50:11 +0000 Subject: [PATCH] new separate config file for base git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wxcocoa_ml.xcconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build/osx/wxcocoa_ml.xcconfig diff --git a/build/osx/wxcocoa_ml.xcconfig b/build/osx/wxcocoa_ml.xcconfig new file mode 100644 index 0000000000..8630590594 --- /dev/null +++ b/build/osx/wxcocoa_ml.xcconfig @@ -0,0 +1,4 @@ +#include "wxcocoa.xcconfig" + +PRODUCT_NAME = wx_baseu +GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS) WXMAKINGDLL_$(TARGET_NAME:upper) wxUSE_BASE=1 wxUSE_GUI=0