different name for release and debug build of third party libraries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -128,6 +128,10 @@
|
||||
<threading>multi</threading>
|
||||
</template>
|
||||
|
||||
<template id="3rdparty_lib" template="anylib">
|
||||
<libname>$(id)$(WXDEBUGFLAG)</libname>
|
||||
</template>
|
||||
|
||||
|
||||
<!-- =============================================================== -->
|
||||
<!-- 3rd party libs: -->
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<if cond="wxUSE_LIBJPEG=='builtin'">$(SRCDIR)/src/jpeg</if>
|
||||
</set>
|
||||
|
||||
<lib id="wxjpeg" template="anylib"
|
||||
<lib id="wxjpeg" template="3rdparty_lib"
|
||||
cond="wxUSE_LIBJPEG=='builtin' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<sources>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<if cond="wxUSE_ODBC=='builtin'">$(SRCDIR)/src/odbc</if>
|
||||
</set>
|
||||
|
||||
<lib id="wxodbc" template="anylib"
|
||||
<lib id="wxodbc" template="3rdparty_lib"
|
||||
cond="wxUSE_ODBC=='builtin' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<sources>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<if cond="wxUSE_LIBPNG=='builtin'">$(SRCDIR)/src/png</if>
|
||||
</set>
|
||||
|
||||
<lib id="wxpng" template="anylib"
|
||||
<lib id="wxpng" template="3rdparty_lib"
|
||||
cond="wxUSE_LIBPNG=='builtin' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<include>$(INC_ZLIB)</include>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<if cond="wxUSE_REGEX=='builtin'">$(SRCDIR)/src/regex</if>
|
||||
</set>
|
||||
|
||||
<lib id="wxregex" template="anylib"
|
||||
<lib id="wxregex" template="3rdparty_lib"
|
||||
cond="wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<sources>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
<if cond="PLATFORM_WIN32=='1'">src/tiff/tif_win32.c</if>
|
||||
</set>
|
||||
|
||||
<lib id="wxtiff" template="anylib"
|
||||
<lib id="wxtiff" template="3rdparty_lib"
|
||||
cond="wxUSE_LIBTIFF=='builtin' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<sources>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<if cond="wxUSE_ZLIB=='builtin'">$(SRCDIR)/src/zlib</if>
|
||||
</set>
|
||||
|
||||
<lib id="wxzlib" teplate="anylib"
|
||||
<lib id="wxzlib" teplate="3rdparty_lib"
|
||||
cond="wxUSE_ZLIB=='builtin' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<sources>
|
||||
|
Reference in New Issue
Block a user