git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22110
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
</template>
<!-- for both GUI and wxBase libs/samples: -->
</template>
<!-- for both GUI and wxBase libs/samples: -->
- <template id="wx_append_base">
+ <template id="wx_append_base_nomono">
<!-- link against builtin 3rd party libs, if needed: -->
<sys-lib>$(LIB_TIFF)</sys-lib>
<sys-lib>$(LIB_JPEG)</sys-lib>
<!-- link against builtin 3rd party libs, if needed: -->
<sys-lib>$(LIB_TIFF)</sys-lib>
<sys-lib>$(LIB_JPEG)</sys-lib>
</template>
<!-- for GUI libs/samples: -->
</template>
<!-- for GUI libs/samples: -->
- <template id="wx_append" template="wx_append_base">
+ <template id="wx_append_nomono" template="wx_append_base_nomono">
<ldlibs>$(EXTRALIBS_GUI)</ldlibs>
</template>
<ldlibs>$(EXTRALIBS_GUI)</ldlibs>
</template>
+
+ <template id="wx_append_base" template_append="wx_append_base_nomono">
+ <!-- Always link against the wxWin library in monolithic build: -->
+ <sys-lib>$(WXLIB_MONO)</sys-lib>
+ </template>
+ <template id="wx_append" template_append="wx_append_nomono">
+ <!-- Always link against the wxWin library in monolithic build: -->
+ <sys-lib>$(WXLIB_MONO)</sys-lib>
+ </template>
+
+
<template id="wx_lib_b" template="wx,anylib">
<set var="WXLIBNAME">$(wxwin.mkLibName(wxid))</set>
<libname>$(WXLIBNAME)</libname>
<template id="wx_lib_b" template="wx,anylib">
<set var="WXLIBNAME">$(wxwin.mkLibName(wxid))</set>
<libname>$(WXLIBNAME)</libname>
<template id="wx_lib" template="wx_lib_b"/>
<template id="wx_base_lib" template="wx_lib_b"/>
<template id="wx_lib" template="wx_lib_b"/>
<template id="wx_base_lib" template="wx_lib_b"/>
- <template id="wx_dll" template="wx_dll_b" template_append="wx_append">
+ <template id="wx_dll" template="wx_dll_b"
+ template_append="wx_append_nomono">
<depends>wxtiff</depends>
<depends>wxjpeg</depends>
<depends>wxpng</depends>
<depends>wxtiff</depends>
<depends>wxjpeg</depends>
<depends>wxpng</depends>
<depends>wxregex</depends>
</template>
<template id="wx_base_dll" template="wx_dll_b"
<depends>wxregex</depends>
</template>
<template id="wx_base_dll" template="wx_dll_b"
- template_append="wx_append_base">
+ template_append="wx_append_base_nomono">
<depends>wxzlib</depends>
<depends>wxregex</depends>
</template>
<depends>wxzlib</depends>
<depends>wxregex</depends>
</template>
<template id="wx_contrib_dll"
template="wx_dll_b" template_append="wx_append">
<include>$(CONTRIB_HDR_DIR)</include>
<template id="wx_contrib_dll"
template="wx_dll_b" template_append="wx_append">
<include>$(CONTRIB_HDR_DIR)</include>
- <!-- Always link against the wxWin library in monolithic build: -->
- <sys-lib>$(WXLIB_MONO)</sys-lib>
<template id="wx_sample_b" template="wx">
<include>$(SRCDIR)</include>
<template id="wx_sample_b" template="wx">
<include>$(SRCDIR)</include>
- <!-- Always link against the wxWin library in monolithic build: -->
- <sys-lib>$(WXLIB_MONO)</sys-lib>
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
<define>$(DLLFLAG)</define>
</template>
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
<define>$(DLLFLAG)</define>
</template>