2000-08-01 02:27:35 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-05-21 21:42:29 +02:00
|
|
|
MODULE = uninstaller.exe
|
2005-08-25 21:26:59 +02:00
|
|
|
APPMODE = -mconsole -municode
|
2005-03-11 11:26:41 +01:00
|
|
|
IMPORTS = shlwapi user32 gdi32 advapi32 kernel32
|
2000-08-01 02:27:35 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
main.c
|
|
|
|
|
|
|
|
RC_SRCS = rsrc.rc
|
2003-10-04 05:10:59 +02:00
|
|
|
RC_BINSRC = rsrc.rc
|
|
|
|
RC_BINARIES = uninstaller.ico
|
2000-08-01 02:27:35 +02:00
|
|
|
|
2000-11-11 00:45:20 +01:00
|
|
|
@MAKE_PROG_RULES@
|
2000-08-01 02:27:35 +02:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|