initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
21
libs/wxWidgets-3.3.1/build/osx/wx.xcconfig
Normal file
21
libs/wxWidgets-3.3.1/build/osx/wx.xcconfig
Normal file
@@ -0,0 +1,21 @@
|
||||
// must be included from the proper toolkit xcconfig
|
||||
|
||||
#include "wxvers.xcconfig"
|
||||
|
||||
WXPLATFORM = __WXOSX_$(WXTOOLKITUPPER)__
|
||||
PRODUCT_NAME = wx_osx_$(WXTOOLKIT)
|
||||
|
||||
OTHER_CFLAGS = -Wall -Wno-undef -fno-strict-aliasing -fno-common -fvisibility=hidden
|
||||
OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -fvisibility-inlines-hidden -Wno-deprecated-declarations
|
||||
|
||||
GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES
|
||||
HEADER_SEARCH_PATHS = "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/3rdparty/pcre/src/wx" "$(WXROOT)/3rdparty/libwebp/wx" "$(WXROOT)/3rdparty/libwebp/wx/src"
|
||||
USER_HEADER_SEARCH_PATHS = "$(WXROOT)/include" "$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include" "$(WXROOT)/src/zlib" "$(WXROOT)/src/jpeg" "$(WXROOT)/src/png" "$(WXROOT)/3rdparty/libwebp" "$(WXROOT)/3rdparty/libwebp/src" "$(WXROOT)/src/expat/expat/lib" "$(WXROOT)/src/tiff/libtiff" "$(WXROOT)/src/stc/lexilla/access" "$(WXROOT)/src/stc/lexilla/include" "$(WXROOT)/src/stc/lexilla/lexlib" "$(WXROOT)/src/stc/scintilla/include" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/3rdparty/pcre/src/wx"
|
||||
ALWAYS_SEARCH_USER_PATHS = NO
|
||||
WX_PREPROCESSOR_DEFINITIONS = WXBUILDING $(WXPLATFORM) __WX__ _FILE_OFFSET_BITS=64 _LARGE_FILES MACOS_CLASSIC __WXMAC_XCODE__=1 WX_PRECOMP=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1 HAVE_CONFIG_H PNG_NO_CONFIG_H
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(WX_PREPROCESSOR_DEFINITIONS)
|
||||
GCC_PFE_FILE_C_DIALECTS = c++ objective-c++
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99
|
||||
CLANG_CXX_LANGUAGE_STANDARD = gnu++11
|
||||
CLANG_CXX_LIBRARY = libc++
|
||||
Reference in New Issue
Block a user