mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:17:59 +00:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
MODULE = credui.dll
|
|
IMPORTLIB = credui
|
|
IMPORTS = comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
credui_main.c
|
|
|
|
RC_SRCS = credui.rc
|
|
|
|
SVG_SRCS = \
|
|
banner.svg
|