]>
Commit | Line | Data |
---|---|---|
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 | OTHER_CFLAGS = -Wall -Wundef -fno-strict-aliasing -fno-common -fvisibility=hidden | |
9 | OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -fvisibility-inlines-hidden | |
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" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/src/stc/scintilla/include" "$(WXROOT)/src/stc/scintilla/lexlib" | |
15 | ALWAYS_SEARCH_USER_PATHS = NO | |
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 | |
17 | GCC_PFE_FILE_C_DIALECTS = c++ objective-c++ | |
18 | GCC_C_LANGUAGE_STANDARD = gnu99 |