Sweden-Number/programs/msiexec/Makefile.in

15 lines
219 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
MODULE = msiexec.exe
2008-11-12 17:16:24 +01:00
APPMODE = -mwindows
IMPORTS = msi ole32 advapi32 user32
C_SRCS = \
msiexec.c \
service.c
RC_SRCS = rsrc.rc
2004-08-09 20:51:34 +02:00
2008-03-19 13:21:39 +01:00
SVG_SRCS = msiexec.svg
@MAKE_PROG_RULES@