Sweden-Number/programs/uninstaller/Makefile.in

19 lines
326 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = uninstaller.exe
2005-08-25 13:41:05 +02:00
APPMODE = -mconsole -Wb,-e,wmain
IMPORTS = shlwapi user32 gdi32 advapi32 kernel32
C_SRCS = \
main.c
RC_SRCS = rsrc.rc
RC_BINSRC = rsrc.rc
RC_BINARIES = uninstaller.ico
2000-11-11 00:45:20 +01:00
@MAKE_PROG_RULES@
### Dependencies: