d3dcompiler: Don't allow semantics on void functions.
[wine/multimedia.git] / dlls / jscript / Makefile.in
blob807f1927defb07eee0723266e20a46d4f60f4ce4
1 MODULE = jscript.dll
2 IMPORTS = oleaut32 ole32 user32 advapi32
4 C_SRCS = \
5 activex.c \
6 array.c \
7 bool.c \
8 compile.c \
9 date.c \
10 decode.c \
11 dispex.c \
12 engine.c \
13 error.c \
14 function.c \
15 global.c \
16 jscript.c \
17 jscript_main.c \
18 jsutils.c \
19 lex.c \
20 math.c \
21 number.c \
22 object.c \
23 regexp.c \
24 string.c \
25 vbarray.c
27 RC_SRCS = jscript.rc
28 PO_SRCS = jscript.rc
30 IDL_TLB_SRCS = jsglobal.idl
31 IDL_R_SRCS = jscript_classes.idl
32 IDL_H_SRCS = jscript_classes.idl
34 BISON_SRCS = \
35 parser.y
37 @MAKE_DLL_RULES@