mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
081bd13f11
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
204 B
Makefile
14 lines
204 B
Makefile
MODULE = msiexec.exe
|
|
IMPORTS = msi ole32 advapi32 user32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows
|
|
|
|
C_SRCS = \
|
|
msiexec.c \
|
|
service.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
MANPAGES = msiexec.man.in
|
|
|
|
SVG_SRCS = msiexec.svg
|