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