uninstaller: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fb80c1b554
commit
01db71e4e4
|
@ -1,8 +1,9 @@
|
|||
MODULE = uninstaller.exe
|
||||
APPMODE = -mconsole -municode
|
||||
IMPORTS = advapi32
|
||||
DELAYIMPORTS = shlwapi shell32 user32 gdi32
|
||||
|
||||
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue