don't use precompiled headers with wxSTC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -276,19 +276,23 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
<set var="WX_DISABLE_PRECOMP_HEADERS" overwrite="0">0</set>
|
||||||
|
|
||||||
<template id="wx_lib_b" template="wx,anylib">
|
<template id="wx_lib_b" template="wx,anylib">
|
||||||
<set var="WXLIBNAME">$(wxwin.mkLibName(wxid))</set>
|
<set var="WXLIBNAME">$(wxwin.mkLibName(wxid))</set>
|
||||||
<libname>$(WXLIBNAME)</libname>
|
<libname>$(WXLIBNAME)</libname>
|
||||||
|
|
||||||
<if cond="FORMAT!='autoconf'">
|
<if cond="WX_DISABLE_PRECOMP_HEADERS=='0'">
|
||||||
<sources>$(WXTOPDIR)src/msw/dummy.cpp</sources>
|
<if cond="FORMAT!='autoconf'">
|
||||||
<precomp-headers-gen>
|
<sources>$(WXTOPDIR)src/msw/dummy.cpp</sources>
|
||||||
$(WXTOPDIR)src/msw/dummy.cpp
|
<precomp-headers-gen>
|
||||||
</precomp-headers-gen>
|
$(WXTOPDIR)src/msw/dummy.cpp
|
||||||
|
</precomp-headers-gen>
|
||||||
|
</if>
|
||||||
|
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
|
||||||
|
<precomp-headers>on</precomp-headers>
|
||||||
|
<precomp-headers-file>wxprec_$(id)</precomp-headers-file>
|
||||||
</if>
|
</if>
|
||||||
<precomp-headers-header>wx/wxprec.h</precomp-headers-header>
|
|
||||||
<precomp-headers>on</precomp-headers>
|
|
||||||
<precomp-headers-file>wxprec_$(id)</precomp-headers-file>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="wx_dll_b" template="wx_lib_b">
|
<template id="wx_dll_b" template="wx_lib_b">
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
<makefile>
|
<makefile>
|
||||||
|
|
||||||
|
<set var="WX_DISABLE_PRECOMP_HEADERS">1</set>
|
||||||
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
||||||
|
|
||||||
<set var="STC_SRC">
|
<set var="STC_SRC">
|
||||||
|
Reference in New Issue
Block a user