mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:17:59 +00:00
23bd3bc237
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
123 B
Makefile
8 lines
123 B
Makefile
MODULE = ntdsapi.dll
|
|
IMPORTLIB = ntdsapi
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
ntdsapi.c
|