Sweden-Number/programs/uninstaller/Makefile.in

14 lines
252 B
Makefile

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
MODULE = uninstaller.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
DELAYIMPORTS = shlwapi shell32 user32 gdi32
C_SRCS = \
main.c
RC_SRCS = uninstaller.rc
PO_SRCS = uninstaller.rc
@MAKE_PROG_RULES@