mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
13 lines
155 B
Makefile
13 lines
155 B
Makefile
TESTDLL = jscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
activex.c \
|
|
caller.c \
|
|
jscript.c \
|
|
run.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|