mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
882454539e
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
118 B
Makefile
7 lines
118 B
Makefile
MODULE = msisip.dll
|
|
IMPORTS = crypt32 ole32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|