mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
13 lines
226 B
Makefile
13 lines
226 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = hostname.exe
|
|
APPMODE = -mconsole -municode
|
|
EXTRALIBS = @SOCKETLIBS@
|
|
DELAYIMPORTS = user32
|
|
|
|
C_SRCS = hostname.c
|
|
|
|
RC_SRCS = hostname.rc
|
|
PO_SRCS = hostname.rc
|
|
|
|
@MAKE_PROG_RULES@
|