mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
12 lines
143 B
Makefile
12 lines
143 B
Makefile
TESTDLL = jscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
activex.c \
|
|
jscript.c \
|
|
run.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|