1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00
wine/dlls/jscript/Makefile.in
Gabriel Ivăncescu 88c0f72bbf jscript: Add initial implementation of ArrayBuffer.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2024-02-12 23:02:02 +01:00

37 lines
486 B
Makefile

MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32
SOURCES = \
activex.c \
array.c \
arraybuf.c \
bool.c \
cc_parser.y \
compile.c \
date.c \
decode.c \
dispex.c \
engine.c \
enumerator.c \
error.c \
function.c \
global.c \
jscript.c \
jscript.rc \
jscript_classes.idl \
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 \
string.c \
vbarray.c