wine-wine/dlls/jscript/Makefile.in

42 lines
525 B
Makefile
Raw Normal View History

2008-03-08 23:07:57 +00:00
MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32
2008-03-08 23:07:57 +00:00
EXTRADLLFLAGS = -mno-cygwin
2008-03-08 23:07:57 +00:00
C_SRCS = \
activex.c \
array.c \
bool.c \
compile.c \
date.c \
2012-03-26 09:42:51 +00:00
decode.c \
dispex.c \
2008-09-02 22:25:21 +00:00
engine.c \
enumerator.c \
2009-07-20 16:17:51 +00:00
error.c \
function.c \
global.c \
jscript.c \
2008-09-02 22:25:46 +00:00
jscript_main.c \
json.c \
jsregexp.c \
jsstr.c \
jsutils.c \
lex.c \
math.c \
number.c \
object.c \
regexp.c \
2010-10-18 16:46:59 +00:00
string.c \
vbarray.c
2008-03-08 23:07:57 +00:00
RC_SRCS = jscript.rc
IDL_SRCS = \
jscript_classes.idl \
jsglobal.idl
2008-08-25 10:02:57 +00:00
2008-09-02 22:25:21 +00:00
BISON_SRCS = \
cc_parser.y \
parser.y