windowscodecs: Add support for converting to 32bppPBGRA.
[wine.git] / dlls / jscript / Makefile.in
blob36268ab41645516e9f8e5c2be9fdea91bf3a216f
1 MODULE = jscript.dll
2 IMPORTS = oleaut32 ole32 user32 advapi32
4 C_SRCS = \
5 activex.c \
6 array.c \
7 bool.c \
8 date.c \
9 dispex.c \
10 engine.c \
11 error.c \
12 function.c \
13 global.c \
14 jscript.c \
15 jscript_main.c \
16 jsutils.c \
17 lex.c \
18 math.c \
19 number.c \
20 object.c \
21 regexp.c \
22 string.c \
23 vbarray.c
25 RC_SRCS = jscript.rc
26 PO_SRCS = jscript.rc
28 IDL_TLB_SRCS = jsglobal.idl
29 IDL_R_SRCS = jscript_classes.idl
30 IDL_H_SRCS = jscript_classes.idl
32 BISON_SRCS = \
33 parser.y
35 @MAKE_DLL_RULES@