build libjpeg, libpng and libtiff only in GUI mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
390c0cfb06
commit
f1e6f6268e
3 changed files with 12 additions and 6 deletions
|
|
@ -8,7 +8,9 @@
|
|||
<set var="wxUSE_LIBTIFF">builtin</set>
|
||||
</if>
|
||||
<set var="LIB_TIFF">
|
||||
<if cond="wxUSE_LIBTIFF=='builtin'">wxtiff$(WXDEBUGFLAG)$(HOST_SUFFIX)</if>
|
||||
<if cond="wxUSE_LIBTIFF=='builtin' and USE_GUI=='1'">
|
||||
wxtiff$(WXDEBUGFLAG)$(HOST_SUFFIX)
|
||||
</if>
|
||||
</set>
|
||||
<set var="INC_TIFF">
|
||||
<if cond="wxUSE_LIBTIFF=='builtin'">$(TOP_SRCDIR)src/tiff</if>
|
||||
|
|
@ -21,7 +23,7 @@
|
|||
</set>
|
||||
|
||||
<lib id="wxtiff" template="3rdparty_lib"
|
||||
cond="wxUSE_LIBTIFF=='builtin' and BUILDING_LIB=='1'">
|
||||
cond="wxUSE_LIBTIFF=='builtin' and USE_GUI=='1' and BUILDING_LIB=='1'">
|
||||
<dirname>$(LIBDIRNAME)</dirname>
|
||||
<sources>
|
||||
$(TIFF_PLATFORM_SRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue