mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
14 lines
191 B
Makefile
14 lines
191 B
Makefile
MODULE = credui.dll
|
|
IMPORTLIB = credui
|
|
IMPORTS = comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
credui_main.c
|
|
|
|
RC_SRCS = credui.rc
|
|
PO_SRCS = credui.rc
|
|
|
|
SVG_SRCS = \
|
|
banner.svg
|
|
|
|
@MAKE_DLL_RULES@
|