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
This commit is contained in:
Václav Slavík 2005-01-19 13:53:29 +00:00
parent b480f61be3
commit 60b4fc9e8a

View File

@ -477,7 +477,13 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
$(WXTOPDIR)src/msw/dummy.cpp
</precomp-headers-gen>
</if>
<!-- FIXME: temporary fix for bkl-0.1.5 bug, remove <if> when
bkl-0.1.6 is released -->
<if cond="FORMAT in ['dmars','dmars_smake']">
<precomp-headers-location>$(WXTOPDIR)include</precomp-headers-location>
</if>
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
<precomp-headers>on</precomp-headers>
<precomp-headers-file>wxprec_$(id)</precomp-headers-file>