makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / jscript / tests / Makefile.in
1 TESTDLL   = jscript.dll
2 IMPORTS   = oleaut32 ole32 advapi32
3
4 C_SRCS = \
5         activex.c \
6         jscript.c \
7         run.c
8
9 RC_SRCS = rsrc.rc
10
11 @MAKE_TEST_RULES@