]>
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 | ||
8 | // USER_HEADER_SEARCH_PATHS = ${SYMROOT}/include ../include osx/carbon/morefilex common jpeg png regex expat/lib tiff/libtiff stc stc/scintilla/include stc/scintilla/src | |
9 | ||
1fb05ae5 | 10 | OTHER_CFLAGS = -fno-strict-aliasing -fno-common |
cf7b67ae SC |
11 | |
12 | GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h | |
13 | GCC_PRECOMPILE_PREFIX_HEADER = YES | |
14 | HEADER_SEARCH_PATHS = $(WXROOT)/src/tiff/libtiff | |
2367603e | 15 | 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 |
cf7b67ae | 16 | ALWAYS_SEARCH_USER_PATHS = NO |
95647df7 | 17 | GCC_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 |
cf7b67ae SC |
18 | GCC_PFE_FILE_C_DIALECTS = c++ objective-c++ |
19 | // USE_HEADERMAP = NO | |
20 | // USE_SEPARATE_HEADERMAPS = YES |