<if cond="PLATFORM_WIN32=='0'">$(WXVERSIONTAG)</if>
</set>
- <set var="TOOLCHAIN_NAME">
- $(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)-$(WXVER_MAJOR).$(WXVER_MINOR)
- </set>
-
<!-- =============================================================== -->
<!-- Names of component libraries: -->
<debug-info>$(DEBUGFLAG)</debug-info>
<optimize>$(OPTIMIZEFLAG)</optimize>
<threading>multi</threading>
- <runtime-libs>dynamic</runtime-libs>
+ <runtime-libs>$(RUNTIME_LIBS)</runtime-libs>
<if cond="FORMAT!='autoconf'">
<cppflags>$(EXTRACFLAGS)</cppflags>
</if>
</template>
<template id="3rdparty_lib" template="common_settings,anylib">
- <libname>$(id)$(WXDEBUGFLAG)</libname>
+ <libname>$(id)$(WXDEBUGFLAG)$(HOST_SUFFIX)</libname>
</template>