2007-01-22 22:48:51 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = credui.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = credui
|
2007-11-17 18:30:19 +01:00
|
|
|
IMPORTS = comctl32 user32 advapi32 kernel32
|
2007-01-22 22:48:51 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
credui_main.c
|
|
|
|
|
2007-01-22 22:50:12 +01:00
|
|
|
RC_SRCS = credui.rc
|
|
|
|
|
2007-01-22 22:48:51 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|