mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
17 lines
242 B
Makefile
17 lines
242 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|