]>
Commit | Line | Data |
---|---|---|
cf7b67ae SC |
1 | // must be included from the proper toolkit xcconfig |
2 | ||
3 | #include "wxvers.xcconfig" | |
4 | ||
5 | WXPLATFORM = __WXOSX_$(WXTOOLKITUPPER)__ | |
6 | PRODUCT_NAME = wx_osx_$(WXTOOLKIT) | |
7 | ||
3470df08 SC |
8 | OTHER_CFLAGS = -Wall -Wundef -fno-strict-aliasing -fno-common -fvisibility=hidden |
9 | OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -fvisibility-inlines-hidden | |
cf7b67ae | 10 | |
7aab7c77 | 11 | GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h |
cf7b67ae | 12 | GCC_PRECOMPILE_PREFIX_HEADER = YES |
b5f035b3 | 13 | HEADER_SEARCH_PATHS = "$(WXROOT)/src/tiff/libtiff" |
ded960e3 | 14 | 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" "$(WXROOT)/src/stc/scintilla/lexlib" |
cf7b67ae | 15 | ALWAYS_SEARCH_USER_PATHS = NO |
661698e5 | 16 | GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS) WXBUILDING $(WXPLATFORM) __WX__ wxUSE_BASE=1 _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 SCI_LEXER WX_PRECOMP=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1 |
cf7b67ae | 17 | GCC_PFE_FILE_C_DIALECTS = c++ objective-c++ |
3470df08 | 18 | GCC_C_LANGUAGE_STANDARD = gnu99 |