mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-09-01 12:13:53 +02:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
TESTDLL = jscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
SOURCES = \
|
|
activex.c \
|
|
caller.c \
|
|
jscript.c \
|
|
rsrc.rc \
|
|
run.c
|