Sweden-Number/dlls/jscript/tests/Makefile.in

16 lines
231 B
Makefile
Raw Normal View History

2008-03-24 21:53:14 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = jscript.dll
IMPORTS = oleaut32 ole32 advapi32
2008-03-24 21:53:14 +01:00
C_SRCS = \
2009-09-30 14:35:28 +02:00
activex.c \
2008-09-05 02:38:44 +02:00
jscript.c \
run.c
2008-03-24 21:53:14 +01:00
RC_SRCS = rsrc.rc
2008-03-24 21:53:14 +01:00
@MAKE_TEST_RULES@