mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
16 lines
205 B
Makefile
16 lines
205 B
Makefile
MODULE = msiexec.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = msi ole32 advapi32 user32
|
|
|
|
C_SRCS = \
|
|
msiexec.c \
|
|
service.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
MANPAGE = msiexec.man
|
|
|
|
SVG_SRCS = msiexec.svg
|
|
|
|
@MAKE_PROG_RULES@
|