mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
19 lines
352 B
Makefile
19 lines
352 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msiexec.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = msi ole32 advapi32 user32 kernel32
|
|
|
|
C_SRCS = \
|
|
msiexec.c \
|
|
service.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
SVG_SRCS = msiexec.svg
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|