From 7aab7c77f4a6649aaa2252976f845325350b8bc0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 15 Sep 2011 19:05:06 +0000 Subject: [PATCH] reverting change, for precompiled headers, unfortunately this means that WXROOT must not contain spaces unless properly escaped git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wx.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/osx/wx.xcconfig b/build/osx/wx.xcconfig index 17559f8999..bb1872dabc 100644 --- a/build/osx/wx.xcconfig +++ b/build/osx/wx.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = wx_osx_$(WXTOOLKIT) OTHER_CFLAGS = -Wall -Wundef -fno-strict-aliasing -fno-common -fvisibility=hidden OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -fvisibility-inlines-hidden -GCC_PREFIX_HEADER = ../../include/wx/wxprec.h +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" "$(WXROOT)/src/stc/scintilla/src" "$(WXROOT)/src/stc/scintilla/include" -- 2.45.2