1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msiexec.exe
7 APPMODE = -mwindows
8 IMPORTS = msi ole32 advapi32 user32 kernel32
9
10 C_SRCS = \
11 msiexec.c \
12 service.c
13
14 RC_SRCS = rsrc.rc
15
16 SVG_SRCS = msiexec.svg
17
18 @MAKE_PROG_RULES@
19
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.