blob: 36f60183217a6183e3a9b1fdb00fd1999bb1553e [file] [log] [blame]
DEFS = -DWINELIB -DSTRICT
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = winemine
WRCEXTRA = -s -p winemine
IMPORTS = user32
LICENSELANG = En
C_SRCS = \
main.c \
dialog.c
SPEC_SRCS = winemine.spec
RC_SRCS = rsrc.rc
all: check_wrc $(PROGRAMS)
@MAKE_RULES@
winemine: $(OBJS)
$(CC) -o winemine $(OBJS) $(DLL_LINK) $(LIBS)
install::
$(INSTALL_PROGRAM) winemine $(bindir)/winemine
uninstall::
$(RM) $(bindir)/winemine
### Dependencies: