wbemprox: Implement some properties of Win32_ComputerSystem and Win32_DiskPartition.
[wine.git] / dlls / jscript / Makefile.in
blob23f3a9377a8478dddd0a4ce0974874b1c116f204
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 jsregexp.c \
19 jsstr.c \
20 jsutils.c \
21 lex.c \
22 math.c \
23 number.c \
24 object.c \
25 regexp.c \
26 string.c \
27 vbarray.c
29 RC_SRCS = jscript.rc
30 PO_SRCS = jscript.rc
32 IDL_TLB_SRCS = jsglobal.idl
33 IDL_R_SRCS = jscript_classes.idl
34 IDL_H_SRCS = jscript_classes.idl
36 BISON_SRCS = \
37 parser.y
39 @MAKE_DLL_RULES@