From 60b4fc9e8a911d8bfe8ac0d1b9ce658d3cb4e08f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 19 Jan 2005 13:53:29 +0000 Subject: [PATCH] hotfix for bakefile-0.1.5 bug: rpmspec format doesn't work because of missing precomp-headers-location git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index b73377af03..99b0bd578b 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -477,7 +477,13 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h $(WXTOPDIR)src/msw/dummy.cpp - $(WXTOPDIR)include + + + + $(WXTOPDIR)include + + wx/wxprec.h on wxprec_$(id) -- 2.50.0