From: Stefan Csomor Date: Mon, 4 Jan 2010 07:53:45 +0000 (+0000) Subject: adding stc support X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2367603eb21acb2c13042cbac3f5901906cfa97f adding stc support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/osx/wx.xcconfig b/build/osx/wx.xcconfig index 940c31b74e..feec39be09 100644 --- a/build/osx/wx.xcconfig +++ b/build/osx/wx.xcconfig @@ -11,7 +11,7 @@ PRODUCT_NAME = wx_osx_$(WXTOOLKIT) GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h GCC_PRECOMPILE_PREFIX_HEADER = YES HEADER_SEARCH_PATHS = $(WXROOT)/src/tiff/libtiff -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 +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 ALWAYS_SEARCH_USER_PATHS = NO 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 GCC_PFE_FILE_C_DIALECTS = c++ objective-c++