rpcrt4: Make pointers to RPCRT4_BuildBindHeader and RPCRT4_BuildBindAckHeader const.
[wine/wine-kai.git] / programs / msiexec / Makefile.in
blobc2bd981581f4ed2d80c151c973393d4623ceec64
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
12 RC_SRCS = rsrc.rc
13 RC_BINSRC = rsrc.rc
14 RC_BINARIES = \
15 msiexec.ico
17 @MAKE_PROG_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend