samples must use same settings as the libraries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
96b9e9b39c
commit
5e3746dc75
@ -157,23 +157,23 @@
|
|||||||
<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="anylib">
|
<template id="anything">
|
||||||
<depends cond="FORMAT!='autoconf' and BUILDING_LIB=='1'">setup.h</depends>
|
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
|
||||||
<install-to>$(LIBDIR)</install-to>
|
|
||||||
|
|
||||||
<debug-info>$(DEBUGFLAG)</debug-info>
|
<debug-info>$(DEBUGFLAG)</debug-info>
|
||||||
<optimize>$(OPTIMIZEFLAG)</optimize>
|
<optimize>$(OPTIMIZEFLAG)</optimize>
|
||||||
<threading>multi</threading>
|
<threading>multi</threading>
|
||||||
<runtime-libs>dynamic</runtime-libs>
|
<runtime-libs>dynamic</runtime-libs>
|
||||||
|
|
||||||
<if cond="FORMAT!='autoconf'">
|
<if cond="FORMAT!='autoconf'">
|
||||||
<define>WINVER=0x0400</define>
|
|
||||||
<define>_WIN32_IE=0x0400</define>
|
|
||||||
<define>STRICT</define>
|
|
||||||
<cppflags>$(EXTRACFLAGS)</cppflags>
|
<cppflags>$(EXTRACFLAGS)</cppflags>
|
||||||
</if>
|
</if>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<template id="anylib">
|
||||||
|
<depends cond="FORMAT!='autoconf' and BUILDING_LIB=='1'">setup.h</depends>
|
||||||
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
|
<install-to>$(LIBDIR)</install-to>
|
||||||
|
<if cond="FORMAT!='autoconf'">
|
||||||
|
<cppflags>$(EXTRACFLAGS)</cppflags>
|
||||||
|
</if>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="3rdparty_lib" template="anylib">
|
<template id="3rdparty_lib" template="anylib">
|
||||||
@ -198,7 +198,7 @@
|
|||||||
<!-- Templates for wxWindows libs: -->
|
<!-- Templates for wxWindows libs: -->
|
||||||
<!-- =============================================================== -->
|
<!-- =============================================================== -->
|
||||||
|
|
||||||
<template id="wx">
|
<template id="wx" template="anything">
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user