From: Stefan Csomor Date: Tue, 28 Dec 2010 16:44:15 +0000 (+0000) Subject: removing obsolete NO_PRAGMA X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/95647df73dda2acafc3e16398002839d0225927b?ds=inline removing obsolete NO_PRAGMA git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/osx/wx.xcconfig b/build/osx/wx.xcconfig index feec39be09..5931b52435 100644 --- a/build/osx/wx.xcconfig +++ b/build/osx/wx.xcconfig @@ -13,7 +13,7 @@ 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 $(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_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 GCC_PFE_FILE_C_DIALECTS = c++ objective-c++ // USE_HEADERMAP = NO // USE_SEPARATE_HEADERMAPS = YES