wine-wine/dlls/ntdsapi/Makefile.in

13 lines
198 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ntdsapi.dll
IMPORTLIB = ntdsapi
2008-01-24 18:37:10 +00:00
IMPORTS = user32 kernel32
C_SRCS = \
ntdsapi.c
@MAKE_DLL_RULES@