mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
MODULE = wusa.exe
|
|
IMPORTS = cabinet shlwapi ole32 oleaut32 advapi32 shell32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
manifest.c
|