d3dx9: Don't return a pointer to the implementation in ID3DXLineImpl_QueryInterface().
[wine/multimedia.git] / programs / msiexec / Makefile.in
blob9f32034434d74175ee5ecbbe0735f98df702ae27
1 MODULE = msiexec.exe
2 APPMODE = -mwindows
3 IMPORTS = msi ole32 advapi32 user32
5 C_SRCS = \
6 msiexec.c \
7 service.c
9 RC_SRCS = rsrc.rc
11 MANPAGE = msiexec.man
13 SVG_SRCS = msiexec.svg
15 @MAKE_PROG_RULES@