wine/dlls/jscript/Makefile.in
Jacek Caban 4e1e2ee451 jscript: Added JSON object stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-28 13:43:10 +09:00

39 lines
480 B
Makefile

MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32
C_SRCS = \
activex.c \
array.c \
bool.c \
compile.c \
date.c \
decode.c \
dispex.c \
engine.c \
error.c \
function.c \
global.c \
jscript.c \
jscript_main.c \
json.c \
jsregexp.c \
jsstr.c \
jsutils.c \
lex.c \
math.c \
number.c \
object.c \
regexp.c \
string.c \
vbarray.c
RC_SRCS = jscript.rc
IDL_SRCS = \
jscript_classes.idl \
jsglobal.idl
BISON_SRCS = \
cc_parser.y \
parser.y