makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / msiexec / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = msiexec.exe
3 APPMODE   = -mwindows
4 IMPORTS   = msi ole32 advapi32 user32
5
6 C_SRCS = \
7         msiexec.c \
8         service.c
9
10 RC_SRCS = rsrc.rc
11
12 SVG_SRCS = msiexec.svg
13
14 @MAKE_PROG_RULES@