mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 06:16:14 +00:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
MODULE = hostname.exe
|
|
APPMODE = -mconsole -municode
|
|
EXTRALIBS = $(SOCKET_LIBS)
|
|
DELAYIMPORTS = user32
|
|
|
|
C_SRCS = hostname.c
|
|
|
|
RC_SRCS = hostname.rc
|