mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
12 lines
153 B
Makefile
12 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
|