Reimplementation of GetModuleHandle16 according to how win95 handles
[wine.git] / programs / winver / Makefile.in
blob7891cd97da713f620aece708d6271763ddb47ff8
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = winver
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
9 RCFLAGS = -w32 -h
10 WRCEXTRA = -A -p $*
12 C_SRCS = winver.c
14 all: check_wrc $(PROGRAMS)
16 @MAKE_RULES@
18 winver: $(OBJS)
19 $(CC) -o winver $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
21 install: dummy
22 $(INSTALL_PROGRAM) winver $(bindir)/winver
24 uninstall: dummy
25 $(RM) $(bindir)/winver
27 dummy:
29 ### Dependencies: