wine/programs/winver/Makefile.in
Francois Gouget e4e99a5dfc ole32 now requires linking with kernel32
shell32 now requires linking with kernel32 and shlwapi
2000-07-29 11:35:12 +00:00

28 lines
451 B
Makefile

DEFS = -DWINELIB -DSTRICT
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = winver
IMPORTS = kernel32 shlwapi shell32 ole32 rpcrt4
C_SRCS = winver.c
SPEC_SRCS = winver.spec
all: $(PROGRAMS)
@MAKE_RULES@
winver: $(OBJS)
$(CC) -o winver $(OBJS) $(DLL_LINK) $(LIBS)
install::
$(INSTALL_PROGRAM) winver $(bindir)/winver
uninstall::
$(RM) $(bindir)/winver
### Dependencies: