push a2e7360632735b5a2be8f61a9725e4e6969c5533
[wine/hacks.git] / programs / msiexec / Makefile.in
blobef0af91d5c998000e946e88eafe6429e2066a110
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msiexec.exe
7 APPMODE = -mconsole
8 IMPORTS = msi ole32 advapi32 user32 kernel32
10 C_SRCS = \
11 msiexec.c \
12 service.c
14 RC_SRCS = rsrc.rc
16 SVG_SRCS = msiexec.svg
18 @MAKE_PROG_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend