2008-03-09 00:07:57 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = jscript.dll
|
|
|
|
IMPORTS = kernel32
|
|
|
|
|
2008-03-12 18:41:11 +01:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2008-03-09 00:07:57 +01:00
|
|
|
C_SRCS = \
|
2008-03-16 21:10:13 +01:00
|
|
|
jscript.c \
|
2008-03-09 00:07:57 +01:00
|
|
|
jscript_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|