Makefile.in 380 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = uninstaller.exe
6
APPMODE   = -mconsole -municode
7
IMPORTS   = shlwapi user32 gdi32 advapi32 kernel32
8 9 10 11 12

C_SRCS = \
	main.c

RC_SRCS = rsrc.rc
13 14
RC_BINSRC = rsrc.rc
RC_BINARIES = uninstaller.ico
15

16
@MAKE_PROG_RULES@
17

18
@DEPENDENCIES@  # everything below this line is overwritten by make depend