mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
d84de4ca00
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
190 B
Makefile
13 lines
190 B
Makefile
MODULE = msiexec.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = msi ole32 advapi32 user32
|
|
|
|
C_SRCS = \
|
|
msiexec.c \
|
|
service.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
MANPAGES = msiexec.man.in
|
|
|
|
SVG_SRCS = msiexec.svg
|