Added import of ntdll.
[wine/multimedia.git] / programs / uninstaller / Makefile.in
blob5bc6be83d926dde64335527a0360798b467112fe
1 DEFS = -DWINELIB -DSTRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = uninstaller
8 IMPORTS = user32 gdi32 kernel32 ntdll
10 LICENSELANG = En
12 C_SRCS = \
13 main.c
15 SPEC_SRCS = uninstaller.spec
17 RC_SRCS = rsrc.rc
19 all: $(PROGRAMS)
21 @MAKE_RULES@
23 uninstaller: $(OBJS)
24 $(CC) -o uninstaller $(OBJS) $(DLL_LINK) $(LIBS)
26 $(SPEC_SRCS:.spec=.spec.c): $(RC_SRCS:.rc=.res)
28 install::
29 $(INSTALL_PROGRAM) uninstaller $(bindir)/uninstaller
31 uninstall::
32 $(RM) $(bindir)/uninstaller
34 ### Dependencies: