Sweden-Number/dlls/jscript/Makefile.in

39 lines
524 B
Makefile
Raw Normal View History

2008-03-09 00:07:57 +01:00
MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32
2008-03-09 00:07:57 +01:00
C_SRCS = \
activex.c \
array.c \
bool.c \
compile.c \
date.c \
2012-03-26 11:42:51 +02:00
decode.c \
dispex.c \
2008-09-03 00:25:21 +02:00
engine.c \
2009-07-20 18:17:51 +02:00
error.c \
function.c \
global.c \
jscript.c \
2008-09-03 00:25:46 +02:00
jscript_main.c \
jsstr.c \
jsutils.c \
lex.c \
math.c \
number.c \
object.c \
regexp.c \
2010-10-18 18:46:59 +02:00
string.c \
vbarray.c
2008-03-09 00:07:57 +01:00
RC_SRCS = jscript.rc
PO_SRCS = jscript.rc
2008-08-25 12:02:57 +02:00
IDL_TLB_SRCS = jsglobal.idl
IDL_R_SRCS = jscript_classes.idl
IDL_H_SRCS = jscript_classes.idl
2008-08-25 12:02:57 +02:00
2008-09-03 00:25:21 +02:00
BISON_SRCS = \
parser.y
2008-09-03 00:25:21 +02:00
2008-03-09 00:07:57 +01:00
@MAKE_DLL_RULES@