]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/jpeg.bkl
include compiler name in plugin DLL name on Windows
[wxWidgets.git] / build / bakefiles / jpeg.bkl
CommitLineData
ddf98968
VS
1<?xml version="1.0" ?>
2<makefile>
3
4 <if cond="FORMAT=='autoconf'">
5 <option name="wxUSE_LIBJPEG"/>
6 </if>
7 <if cond="FORMAT!='autoconf'">
8 <set var="wxUSE_LIBJPEG">builtin</set>
9 </if>
10 <set var="LIB_JPEG">
f1e6f626
VS
11 <if cond="wxUSE_LIBJPEG=='builtin' and USE_GUI=='1'">
12 wxjpeg$(WXDEBUGFLAG)$(HOST_SUFFIX)
13 </if>
ddf98968 14 </set>
332cc656 15 <set var="INC_JPEG">
580ac8cb 16 <if cond="wxUSE_LIBJPEG=='builtin'">$(TOP_SRCDIR)src/jpeg</if>
332cc656 17 </set>
ddf98968 18
82cb0280 19 <lib id="wxjpeg" template="3rdparty_lib"
f1e6f626 20 cond="wxUSE_LIBJPEG=='builtin' and USE_GUI=='1' and BUILDING_LIB=='1'">
ddf98968 21 <dirname>$(LIBDIRNAME)</dirname>
73f40bef 22 <include cond="FORMAT!='autoconf'">$(LIBDIRNAME)</include>
698ec182 23 <cflags-borland>-w-8004 -w-8008 -w-8057 -w-8066</cflags-borland>
ddf98968
VS
24 <sources>
25 src/jpeg/jcomapi.c
26 src/jpeg/jutils.c
27 src/jpeg/jerror.c
28 src/jpeg/jmemmgr.c
29 src/jpeg/jmemnobs.c
30 src/jpeg/jcapimin.c
31 src/jpeg/jcapistd.c
32 src/jpeg/jctrans.c
33 src/jpeg/jcparam.c
34 src/jpeg/jdatadst.c
35 src/jpeg/jcinit.c
36 src/jpeg/jcmaster.c
37 src/jpeg/jcmarker.c
38 src/jpeg/jcmainct.c
39 src/jpeg/jcprepct.c
40 src/jpeg/jccoefct.c
41 src/jpeg/jccolor.c
42 src/jpeg/jcsample.c
43 src/jpeg/jchuff.c
44 src/jpeg/jcphuff.c
45 src/jpeg/jcdctmgr.c
46 src/jpeg/jfdctfst.c
47 src/jpeg/jfdctflt.c
48 src/jpeg/jfdctint.c
49 src/jpeg/jdapimin.c
50 src/jpeg/jdapistd.c
51 src/jpeg/jdtrans.c
52 src/jpeg/jdatasrc.c
53 src/jpeg/jdmaster.c
54 src/jpeg/jdinput.c
55 src/jpeg/jdmarker.c
56 src/jpeg/jdhuff.c
57 src/jpeg/jdphuff.c
58 src/jpeg/jdmainct.c
59 src/jpeg/jdcoefct.c
60 src/jpeg/jdpostct.c
61 src/jpeg/jddctmgr.c
62 src/jpeg/jidctfst.c
63 src/jpeg/jidctflt.c
64 src/jpeg/jidctint.c
65 src/jpeg/jidctred.c
66 src/jpeg/jdsample.c
67 src/jpeg/jdcolor.c
68 src/jpeg/jquant1.c
69 src/jpeg/jquant2.c
70 src/jpeg/jdmerge.c
71 </sources>
72 </lib>
73
74</makefile>