mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
12 lines
156 B
Makefile
12 lines
156 B
Makefile
TESTDLL = vbscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
createobj.c \
|
|
run.c \
|
|
vbscript.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_SRCS = vbsregexp55.idl
|