mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
8a74df6483
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
187 B
Makefile
9 lines
187 B
Makefile
MODULE = msscript.ocx
|
|
RC_SRCS = msscript.rc
|
|
IDL_SRCS = msscript.idl
|
|
IMPORTS = gdi32 user32 ole32 oleaut32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
msscript.c
|