mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
194 B
Makefile
11 lines
194 B
Makefile
EXTRADEFS = -D_CREDUI_
|
|
MODULE = credui.dll
|
|
IMPORTLIB = credui
|
|
IMPORTS = comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
banner.svg \
|
|
credui.rc \
|
|
credui_main.c
|