wine-wine/dlls/vbscript/Makefile.in

28 lines
358 B
Makefile
Raw Normal View History

2011-06-21 14:14:04 +00:00
MODULE = vbscript.dll
2012-09-26 12:36:45 +00:00
IMPORTS = oleaut32 ole32 user32
2011-06-21 14:14:04 +00:00
C_SRCS = \
compile.c \
error.c \
global.c \
interp.c \
lex.c \
vbdisp.c \
vbscript.c \
2011-06-21 14:14:04 +00:00
vbscript_main.c
BISON_SRCS = \
parser.y
RC_SRCS = vbscript.rc
IDL_H_SRCS = \
vbscript_classes.idl \
vbsglobal.idl
IDL_TLB_SRCS = vbsglobal.idl
IDL_R_SRCS = vbscript_classes.idl
2011-06-21 14:14:04 +00:00
@MAKE_DLL_RULES@