push 715329f5a8f1967d0599203de97483c8ca73ae2c
[wine/hacks.git] / programs / uninstaller / Makefile.in
blob7855811b9cfedcce94333ffc5b03b6eb5e2da2a2
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = uninstaller.exe
6 APPMODE = -mconsole -municode
7 IMPORTS = shlwapi user32 gdi32 advapi32 kernel32
9 C_SRCS = \
10 main.c
12 RC_SRCS = rsrc.rc
13 RC_BINSRC = rsrc.rc
14 RC_BINARIES = uninstaller.ico
16 @MAKE_PROG_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend