wine/programs/uninstaller/Makefile.in
Eric Pouech bae8ef750a uninstaller: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-07 10:59:31 +01:00

10 lines
185 B
Makefile

MODULE = uninstaller.exe
IMPORTS = advapi32
DELAYIMPORTS = shlwapi shell32 user32 gdi32 comctl32
EXTRADLLFLAGS = -mconsole -municode
C_SRCS = \
main.c
RC_SRCS = uninstaller.rc