mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
030a686010
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
136 B
Makefile
10 lines
136 B
Makefile
TESTDLL = jscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
activex.c \
|
|
caller.c \
|
|
jscript.c \
|
|
run.c
|
|
|
|
RC_SRCS = rsrc.rc
|