1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/jscript/Makefile.in

37 lines
486 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
SOURCES = \
activex.c \
array.c \
arraybuf.c \
bool.c \
cc_parser.y \
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 \
jscript.rc \
jscript_classes.idl \
2008-09-02 22:25:46 +00:00
jscript_main.c \
jsglobal.idl \
json.c \
jsregexp.c \
jsstr.c \
jsutils.c \
lex.c \
math.c \
number.c \
object.c \
parser.y \
regexp.c \
set.c \
2010-10-18 16:46:59 +00:00
string.c \
vbarray.c