mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dbfd99e177
Based on patches by Michael Müller and Sebastian Lackner. Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
156 B
Makefile
8 lines
156 B
Makefile
MODULE = wusa.exe
|
|
IMPORTS = cabinet shlwapi ole32 oleaut32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
manifest.c
|