20 lines
315 B
Makefile
20 lines
315 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msiexec.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = msi shell32 ole32 advapi32 user32 kernel32
|
|
|
|
C_SRCS = \
|
|
msiexec.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
RC_BINSRC = rsrc.rc
|
|
RC_BINARIES = \
|
|
msiexec.ico
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|