jscript: Don't lookup global variables on function invocation.
[wine/multimedia.git] / dlls / windowscodecs / Makefile.in
bloba70c3de339779816a76c6224f5cc1bb2b865fcd4
1 MODULE = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS = uuid ole32 shlwapi advapi32
4 EXTRAINCL = @PNGINCL@
6 C_SRCS = \
7 bmpdecode.c \
8 bmpencode.c \
9 clsfactory.c \
10 converter.c \
11 fliprotate.c \
12 gifformat.c \
13 icnsformat.c \
14 icoformat.c \
15 imgfactory.c \
16 info.c \
17 jpegformat.c \
18 main.c \
19 palette.c \
20 pngformat.c \
21 propertybag.c \
22 regsvr.c \
23 stream.c \
24 tiffformat.c \
25 ungif.c
27 RC_SRCS = version.rc
29 @MAKE_DLL_RULES@