dinput: Count should not be 0-based.
[wine.git] / programs / msiexec / Makefile.in
blob0d09c4c70db1bb7db4c5ae7d8e467eec12493199
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = msiexec.exe
6 APPMODE = -mconsole
7 IMPORTS = msi ole32 advapi32 user32 kernel32
9 C_SRCS = \
10 msiexec.c \
11 service.c
13 RC_SRCS = rsrc.rc
14 RC_BINSRC = rsrc.rc
15 RC_BINARIES = \
16 msiexec.ico
18 @MAKE_PROG_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend