mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
9b11f6fd7d
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
108 B
Makefile
7 lines
108 B
Makefile
MODULE = msv1_0.dll
|
|
UNIXLIB = msv1_0.so
|
|
IMPORTS = netapi32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
unixlib.c
|