user: Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent.
[wine/wine-kai.git] / programs / msiexec / Makefile.in
blob7c4344a9325c8f2e2c637005fc24d6abdd3c9f00
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = msiexec.exe
6 APPMODE = -mconsole
7 IMPORTS = msi shell32 ole32 advapi32 user32 kernel32
9 C_SRCS = \
10 msiexec.c
12 RC_SRCS = rsrc.rc
13 RC_BINSRC = rsrc.rc
14 RC_BINARIES = \
15 msiexec.ico
17 @MAKE_PROG_RULES@
19 ### Dependencies: