Sweden-Number/dlls/jscript/Makefile.in

29 lines
439 B
Makefile
Raw Normal View History

2008-03-09 00:07:57 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = jscript.dll
IMPORTS = oleaut32 kernel32
2008-03-09 00:07:57 +01:00
RC_SRCS = rsrc.rc
2008-03-09 00:07:57 +01:00
C_SRCS = \
dispex.c \
2008-09-03 00:25:21 +02:00
engine.c \
function.c \
global.c \
jscript.c \
2008-09-03 00:25:46 +02:00
jscript_main.c \
jsutils.c \
lex.c \
object.c
2008-03-09 00:07:57 +01:00
2008-08-25 12:02:57 +02:00
IDL_TLB_SRCS = jsglobal.idl
2008-09-03 00:25:21 +02:00
BISON_SRCS = \
parser.y
2008-03-09 00:07:57 +01:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend