mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
15 lines
191 B
Makefile
15 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@
|