...and so must 3rd party libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
<if cond="FORMAT!='autoconf' and UNICODE=='1'">wxUSE_UNICODE=1</if>
|
<if cond="FORMAT!='autoconf' and UNICODE=='1'">wxUSE_UNICODE=1</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<template id="anything">
|
<template id="common_settings">
|
||||||
<debug-info>$(DEBUGFLAG)</debug-info>
|
<debug-info>$(DEBUGFLAG)</debug-info>
|
||||||
<optimize>$(OPTIMIZEFLAG)</optimize>
|
<optimize>$(OPTIMIZEFLAG)</optimize>
|
||||||
<threading>multi</threading>
|
<threading>multi</threading>
|
||||||
@@ -176,7 +176,7 @@
|
|||||||
</if>
|
</if>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="3rdparty_lib" template="anylib">
|
<template id="3rdparty_lib" template="common_settings,anylib">
|
||||||
<libname>$(id)$(WXDEBUGFLAG)</libname>
|
<libname>$(id)$(WXDEBUGFLAG)</libname>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
<!-- Templates for wxWindows libs: -->
|
<!-- Templates for wxWindows libs: -->
|
||||||
<!-- =============================================================== -->
|
<!-- =============================================================== -->
|
||||||
|
|
||||||
<template id="wx" template="anything">
|
<template id="wx" template="common_settings">
|
||||||
<set var="wxid">$(wxwin.mk_wxid(id))</set>
|
<set var="wxid">$(wxwin.mk_wxid(id))</set>
|
||||||
<define>__WX$(TOOLKIT)__</define>
|
<define>__WX$(TOOLKIT)__</define>
|
||||||
<define>$(WXUNIV_DEFINE)</define>
|
<define>$(WXUNIV_DEFINE)</define>
|
||||||
|
Reference in New Issue
Block a user