multi-lib configs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2014-08-11 09:30:50 +00:00
parent 53fc25b609
commit 10740f2f67
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#include "wxcocoa.xcconfig"
// make symbols visible by default
OTHER_CFLAGS = -Wall -Wundef -fno-strict-aliasing -fno-common

View File

@ -0,0 +1,4 @@
#include "wxcocoa.xcconfig"
PRODUCT_NAME = wx_osx_$(WXTOOLKIT)_$(TARGET_NAME)
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS) WXMAKINGDLL_$(TARGET_NAME:upper) wxUSE_BASE=1 wxUSE_GUI=0

View File

@ -0,0 +1,4 @@
#include "wxcocoa.xcconfig"
PRODUCT_NAME = wx_osx_$(WXTOOLKIT)_$(TARGET_NAME)
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS) WXUSINGDLL WXMAKINGDLL_$(TARGET_NAME:upper)