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:
parent
53fc25b609
commit
10740f2f67
5
build/osx/wxcocoa_ml3rd.xcconfig
Normal file
5
build/osx/wxcocoa_ml3rd.xcconfig
Normal file
@ -0,0 +1,5 @@
|
||||
#include "wxcocoa.xcconfig"
|
||||
|
||||
// make symbols visible by default
|
||||
|
||||
OTHER_CFLAGS = -Wall -Wundef -fno-strict-aliasing -fno-common
|
4
build/osx/wxcocoa_mlbase.xcconfig
Normal file
4
build/osx/wxcocoa_mlbase.xcconfig
Normal 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
|
4
build/osx/wxcocoa_mlgui.xcconfig
Normal file
4
build/osx/wxcocoa_mlgui.xcconfig
Normal 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)
|
Loading…
Reference in New Issue
Block a user