SetMenu should always call SetWindowPos whether the window is visible
[wine] / dlls / msi / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = msi.dll
6 IMPORTS   = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -luuid $(LIBUNICODE)
8
9 C_SRCS = \
10         distinct.c \
11         handle.c \
12         msi.c \
13         msiquery.c \
14         order.c \
15         record.c \
16         select.c \
17         suminfo.c \
18         table.c \
19         tokenize.c \
20         where.c
21
22 #RC_SRCS= msi_rc.rc
23
24 EXTRA_SRCS = sql.y 
25 EXTRA_OBJS = y.tab.o
26
27 @MAKE_DLL_RULES@
28
29 y.tab.c y.tab.h: sql.y
30         $(YACC) -d -t $(SRCDIR)/sql.y
31
32 # hack to allow parallel make
33 y.tab.h: y.tab.c
34 y.tab.o: y.tab.h
35
36 tokenize.o: y.tab.h
37
38 ### Dependencies: