wine/programs/osversioncheck/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
486 B
Makefile

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