hostname: Add an implementation of the hostname display utility. (try 2)

Alexandre Julliard julliard at winehq.org
Thu May 19 13:09:49 CDT 2011


Andrew Nguyen <anguyen at codeweavers.com> writes:

> diff --git a/programs/hostname/Makefile.in b/programs/hostname/Makefile.in
> new file mode 100644
> index 0000000..300d727
> --- /dev/null
> +++ b/programs/hostname/Makefile.in
> @@ -0,0 +1,12 @@
> +EXTRADEFS = -DWINE_NO_UNICODE_MACROS
> +MODULE    = hostname.exe
> +APPMODE   = -mconsole -municode
> +IMPORTS   = ws2_32

You probably don't want to use winsock, at least not for Unix builds.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list