mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
e54f91c80c
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
185 B
Makefile
10 lines
185 B
Makefile
MODULE = uninstaller.exe
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = shlwapi shell32 user32 gdi32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = uninstaller.rc
|