Inserted a missing call to SetWindowPos(). With this change the header
[wine] / programs / winemine / Makefile.in
1 DEFS      = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = none
7 PROGRAMS  = winemine
8 WRCEXTRA  = -s -p winemine
9
10 LICENSELANG = En
11
12 C_SRCS = \
13         main.c \
14         dialog.c
15
16
17 SPEC_SRCS = winemine.spec
18
19 RC_SRCS = rsrc.rc
20
21 all: check_wrc $(PROGRAMS)
22
23 @MAKE_RULES@
24
25 winemine: $(OBJS)
26         $(CC) -o winemine $(OBJS) $(DLL_LINK) $(LIBS)
27
28 install::
29         $(INSTALL_PROGRAM) winemine $(bindir)/winemine
30
31 uninstall::
32         $(RM) $(bindir)/winemine
33
34 ### Dependencies: