wine/programs/whoami/Makefile.in
Brendan Shanks b36a10596a whoami: Add semi-stub application to display username.
Fixes GTA V hang experienced by some users.

Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-10 20:12:57 +01:00

8 lines
112 B
Makefile

MODULE = whoami.exe
IMPORTS = secur32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c