mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
8ed7c18b88
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
175 B
Makefile
9 lines
175 B
Makefile
MODULE = msscript.ocx
|
|
RC_SRCS = msscript.rc
|
|
IDL_SRCS = msscript.idl
|
|
IMPORTS = gdi32 user32 ole32 oleaut32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
msscript.c
|