mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
9f9d1e6675
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
135 B
Makefile
8 lines
135 B
Makefile
MODULE = ntdsapi.dll
|
|
IMPORTLIB = ntdsapi
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
ntdsapi.c
|