Sweden-Number/programs/uninstaller/Makefile.in

12 lines
190 B
Makefile
Raw Normal View History

MODULE = uninstaller.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32
DELAYIMPORTS = shlwapi shell32 user32 gdi32
C_SRCS = \
main.c
RC_SRCS = uninstaller.rc
2000-11-11 00:45:20 +01:00
@MAKE_PROG_RULES@