Do not send a WM_CONTEXTMENU message when a TreeView receives a
[wine] / programs / winver / Makefile.in
1 DEFS      = -DWINELIB -DSTRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = none
7 PROGRAMS  = winver
8 IMPORTS   = advapi32 comctl32 shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
9
10 C_SRCS = winver.c
11
12 SPEC_SRCS = winver.spec
13
14 all: $(PROGRAMS)
15
16 @MAKE_RULES@
17
18 winver: $(OBJS)
19         $(CC) -o winver $(OBJS) $(DLL_LINK) $(LIBS)
20
21 install::
22         $(INSTALL_PROGRAM) winver $(bindir)/winver
23
24 uninstall::
25         $(RM) $(bindir)/winver
26
27 ### Dependencies: