Makefile.in 242 Bytes
Newer Older
1
MODULE    = msiexec.exe
2
APPMODE   = -mwindows
3
IMPORTS   = msi ole32 advapi32 user32
4 5

C_SRCS = \
6 7
	msiexec.c \
	service.c
8

9
RC_SRCS = rsrc.rc
10

11
MANPAGES = msiexec.man.in
Austin English's avatar
Austin English committed
12

13
SVG_SRCS = msiexec.svg
14

15
INSTALL_LIB = msiexec.exe $(wine64_disable)msiexec