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>
|
<threading>multi</threading>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template id="3rdparty_lib" template="anylib">
|
||||||
|
<libname>$(id)$(WXDEBUGFLAG)</libname>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<!-- =============================================================== -->
|
<!-- =============================================================== -->
|
||||||
<!-- 3rd party libs: -->
|
<!-- 3rd party libs: -->
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<if cond="wxUSE_LIBJPEG=='builtin'">$(SRCDIR)/src/jpeg</if>
|
<if cond="wxUSE_LIBJPEG=='builtin'">$(SRCDIR)/src/jpeg</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxjpeg" template="anylib"
|
<lib id="wxjpeg" template="3rdparty_lib"
|
||||||
cond="wxUSE_LIBJPEG=='builtin' and BUILDING_LIB=='1'">
|
cond="wxUSE_LIBJPEG=='builtin' and BUILDING_LIB=='1'">
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<sources>
|
<sources>
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
<if cond="wxUSE_ODBC=='builtin'">$(SRCDIR)/src/odbc</if>
|
<if cond="wxUSE_ODBC=='builtin'">$(SRCDIR)/src/odbc</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxodbc" template="anylib"
|
<lib id="wxodbc" template="3rdparty_lib"
|
||||||
cond="wxUSE_ODBC=='builtin' and BUILDING_LIB=='1'">
|
cond="wxUSE_ODBC=='builtin' and BUILDING_LIB=='1'">
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<sources>
|
<sources>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<if cond="wxUSE_LIBPNG=='builtin'">$(SRCDIR)/src/png</if>
|
<if cond="wxUSE_LIBPNG=='builtin'">$(SRCDIR)/src/png</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxpng" template="anylib"
|
<lib id="wxpng" template="3rdparty_lib"
|
||||||
cond="wxUSE_LIBPNG=='builtin' and BUILDING_LIB=='1'">
|
cond="wxUSE_LIBPNG=='builtin' and BUILDING_LIB=='1'">
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<include>$(INC_ZLIB)</include>
|
<include>$(INC_ZLIB)</include>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<if cond="wxUSE_REGEX=='builtin'">$(SRCDIR)/src/regex</if>
|
<if cond="wxUSE_REGEX=='builtin'">$(SRCDIR)/src/regex</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxregex" template="anylib"
|
<lib id="wxregex" template="3rdparty_lib"
|
||||||
cond="wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
|
cond="wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<sources>
|
<sources>
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
<if cond="PLATFORM_WIN32=='1'">src/tiff/tif_win32.c</if>
|
<if cond="PLATFORM_WIN32=='1'">src/tiff/tif_win32.c</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxtiff" template="anylib"
|
<lib id="wxtiff" template="3rdparty_lib"
|
||||||
cond="wxUSE_LIBTIFF=='builtin' and BUILDING_LIB=='1'">
|
cond="wxUSE_LIBTIFF=='builtin' and BUILDING_LIB=='1'">
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<sources>
|
<sources>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<if cond="wxUSE_ZLIB=='builtin'">$(SRCDIR)/src/zlib</if>
|
<if cond="wxUSE_ZLIB=='builtin'">$(SRCDIR)/src/zlib</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxzlib" teplate="anylib"
|
<lib id="wxzlib" teplate="3rdparty_lib"
|
||||||
cond="wxUSE_ZLIB=='builtin' and BUILDING_LIB=='1'">
|
cond="wxUSE_ZLIB=='builtin' and BUILDING_LIB=='1'">
|
||||||
<dirname>$(LIBDIRNAME)</dirname>
|
<dirname>$(LIBDIRNAME)</dirname>
|
||||||
<sources>
|
<sources>
|
||||||
|
Reference in New Issue
Block a user