2010-01-03 13:20:28 -05:00
|
|
|
// must be included from the proper toolkit xcconfig
|
|
|
|
|
|
|
|
#include "wxvers.xcconfig"
|
|
|
|
|
|
|
|
WXPLATFORM = __WXOSX_$(WXTOOLKITUPPER)__
|
|
|
|
PRODUCT_NAME = wx_osx_$(WXTOOLKIT)
|
|
|
|
|
2022-04-16 12:15:07 -04:00
|
|
|
OTHER_CFLAGS = -Wall -Wno-undef -fno-strict-aliasing -fno-common -fvisibility=hidden
|
|
|
|
OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -fvisibility-inlines-hidden -Wno-deprecated-declarations
|
2010-01-03 13:20:28 -05:00
|
|
|
|
2011-09-15 15:05:06 -04:00
|
|
|
GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h
|
2010-01-03 13:20:28 -05:00
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES
|
2021-08-20 15:38:44 -04:00
|
|
|
HEADER_SEARCH_PATHS = "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/regex" "$(WXROOT)/3rdparty/pcre/src/wx"
|
2022-04-16 12:15:07 -04:00
|
|
|
USER_HEADER_SEARCH_PATHS = "$(WXROOT)/include" "$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include" "$(WXROOT)/src/zlib" "$(WXROOT)/src/jpeg" "$(WXROOT)/src/png" "$(WXROOT)/src/expat/expat/lib" "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/src/stc/scintilla/include" "$(WXROOT)/src/stc/scintilla/lexlib" "$(WXROOT)/3rdparty/pcre/src/wx"
|
2010-01-03 13:20:28 -05:00
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO
|
2021-08-12 08:17:39 -04:00
|
|
|
WX_PREPROCESSOR_DEFINITIONS = WXBUILDING $(WXPLATFORM) __WX__ _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 SCI_LEXER NO_CXX11_REGEX WX_PRECOMP=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1 HAVE_CONFIG_H PNG_NO_CONFIG_H
|
2014-08-11 11:03:54 -04:00
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS)
|
2010-01-03 13:20:28 -05:00
|
|
|
GCC_PFE_FILE_C_DIALECTS = c++ objective-c++
|
2011-06-22 13:40:41 -04:00
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu99
|
2018-08-08 02:04:02 -04:00
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = gnu++11
|
|
|
|
CLANG_CXX_LIBRARY = libc++
|