]>
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 | ||
10 | ||
11 | GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h | |
12 | GCC_PRECOMPILE_PREFIX_HEADER = YES | |
13 | HEADER_SEARCH_PATHS = $(WXROOT)/src/tiff/libtiff | |
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 | |
15 | ALWAYS_SEARCH_USER_PATHS = NO | |
16 | GCC_PREPROCESSOR_DEFINITIONS = $(WXPLATFORM) NO_GCC_PRAGMA __WX__ wxUSE_BASE=1 _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 SCI_LEXER WX_PRECOMP=1 | |
17 | GCC_PFE_FILE_C_DIALECTS = c++ objective-c++ | |
18 | // USE_HEADERMAP = NO | |
19 | // USE_SEPARATE_HEADERMAPS = YES |