server: Grab the current pointer to avoid referencing it after it could become invalid.
[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 MANPAGE = msiexec.man
13
14 SVG_SRCS = msiexec.svg
15
16 @MAKE_PROG_RULES@