2010-01-03 18:20:28 +00:00
|
|
|
// must be included from the proper toolkit xcconfig
|
|
|
|
|
|
|
|
#include "wxvers.xcconfig"
|
|
|
|
|
|
|
|
WXPLATFORM = __WXOSX_$(WXTOOLKITUPPER)__
|
|
|
|
PRODUCT_NAME = wx_osx_$(WXTOOLKIT)
|
|
|
|
|
2011-06-22 17:40:41 +00:00
|
|
|
OTHER_CFLAGS = -Wall -Wundef -fno-strict-aliasing -fno-common -fvisibility=hidden
|
|
|
|
OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -fvisibility-inlines-hidden
|
2010-01-03 18:20:28 +00:00
|
|
|
|
2011-09-15 19:05:06 +00:00
|
|
|
GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h
|
2010-01-03 18:20:28 +00:00
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES
|
2011-09-12 07:12:27 +00:00
|
|
|
HEADER_SEARCH_PATHS = "$(WXROOT)/src/tiff/libtiff"
|
|
|
|
USER_HEADER_SEARCH_PATHS = "$(WXROOT)/include" "$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include" "$(WXROOT)/src/jpeg" "$(WXROOT)/src/png" "$(WXROOT)/src/regex" "$(WXROOT)/src/expat/lib" "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/src/stc/scintilla/include"
|
2010-01-03 18:20:28 +00:00
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO
|
2011-06-22 17:40:41 +00:00
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS) $(WXPLATFORM) __WX__ wxUSE_BASE=1 _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 SCI_LEXER WX_PRECOMP=1 wxUSE_UNICODE_UTF8=1
|
2010-01-03 18:20:28 +00:00
|
|
|
GCC_PFE_FILE_C_DIALECTS = c++ objective-c++
|
2011-06-22 17:40:41 +00:00
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu99
|