jscript: Ensure that the whole script is parsed.
[wine] / dlls / windowscodecs / Makefile.in
1 MODULE    = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS   = uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
4 EXTRAINCL = @PNGINCL@
5 EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
6
7 C_SRCS = \
8         bmpdecode.c \
9         bmpencode.c \
10         clsfactory.c \
11         converter.c \
12         fliprotate.c \
13         gifformat.c \
14         icnsformat.c \
15         icoformat.c \
16         imgfactory.c \
17         info.c \
18         jpegformat.c \
19         main.c \
20         palette.c \
21         pngformat.c \
22         propertybag.c \
23         regsvr.c \
24         stream.c \
25         tgaformat.c \
26         tiffformat.c \
27         ungif.c
28
29 RC_SRCS = version.rc
30
31 IDL_P_SRCS = windowscodecs_wincodec.idl
32 IDL_R_SRCS = windowscodecs_wincodec.idl
33
34 EXTRA_OBJS = dlldata.o
35
36 @MAKE_DLL_RULES@