]> git.saurik.com Git - wxWidgets.git/commitdiff
reverting change, for precompiled headers, unfortunately this means that WXROOT must...
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 15 Sep 2011 19:05:06 +0000 (19:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 15 Sep 2011 19:05:06 +0000 (19:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/osx/wx.xcconfig

index 17559f8999b366ccf117c947b62e8d5857dd10af..bb1872dabc6cdffe6c012224d9aa03224b9247a4 100644 (file)
@@ -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"