wine/programs/uninstaller/Makefile.in
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00

16 lines
255 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = uninstaller
IMPORTS = user32.dll gdi32.dll advapi32.dll kernel32.dll ntdll.dll
C_SRCS = \
main.c
RC_SRCS = rsrc.rc
@MAKE_PROG_RULES@
### Dependencies: