Makefile.in 315 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = credui.dll
6
IMPORTLIB = credui
7
IMPORTS   = comctl32 user32 advapi32 kernel32
8 9 10 11

C_SRCS = \
	credui_main.c

12 13
RC_SRCS = credui.rc

14 15
@MAKE_DLL_RULES@

16
@DEPENDENCIES@  # everything below this line is overwritten by make depend