mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
14 lines
190 B
Makefile
14 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
|