Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / programs / uninstaller / Makefile.in
blob5898e54b370e6f0886e8a793865e2281aa8eb40f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = uninstaller.exe
6 APPMODE = -mconsole -municode
7 IMPORTS = advapi32 kernel32
8 DELAYIMPORTS = shlwapi user32 gdi32
10 C_SRCS = \
11 main.c
13 RC_SRCS = rsrc.rc
14 RC_BINSRC = rsrc.rc
15 RC_BINARIES = uninstaller.ico
17 @MAKE_PROG_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend