mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
MODULE = aclui.dll
|
|
IMPORTLIB = aclui
|
|
IMPORTS = comctl32 user32 advapi32 gdi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
aclui.rc \
|
|
aclui_main.c
|