mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
MODULE = uninstaller.exe
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = shlwapi shell32 user32 gdi32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
uninstaller.rc
|