Fixed a couple of crashes.
[wine.git] / dlls / msi / Makefile.in
blob242d87df4486f9c9520b0537c9c0fcf7173de0ec
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)
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
22 #RC_SRCS= msi_rc.rc
24 EXTRA_SRCS = sql.y
25 EXTRA_OBJS = y.tab.o
27 @MAKE_DLL_RULES@
29 y.tab.c y.tab.h: sql.y
30 $(YACC) -d -t $(SRCDIR)/sql.y
32 # hack to allow parallel make
33 y.tab.h: y.tab.c
34 y.tab.o: y.tab.h
36 tokenize.o: y.tab.h
38 ### Dependencies: