mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
3aeb2f67b9
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
190 B
Makefile
13 lines
190 B
Makefile
MODULE = credui.dll
|
|
IMPORTLIB = credui
|
|
IMPORTS = comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
credui_main.c
|
|
|
|
RC_SRCS = credui.rc
|
|
|
|
SVG_SRCS = \
|
|
banner.svg
|