wine-wine/programs/msiexec/Makefile.in

21 lines
389 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msiexec.exe
2008-11-12 16:16:24 +00:00
APPMODE = -mwindows
IMPORTS = msi ole32 advapi32 user32 kernel32
C_SRCS = \
msiexec.c \
service.c
RC_SRCS = rsrc.rc
2004-08-09 18:51:34 +00:00
2008-03-19 12:21:39 +00:00
SVG_SRCS = msiexec.svg
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend