mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 13:18:12 +00:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
MODULE = vbscript.dll
|
|
|
|
C_SRCS = \
|
|
vbscript.c \
|
|
vbscript_main.c
|
|
|
|
RC_SRCS = vbscript.rc
|
|
|
|
IDL_H_SRCS = vbscript_classes.idl
|
|
IDL_R_SRCS = vbscript_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|