Re: hostname: Add an implementation of the hostname display utility. (try 2)
19 May
2011
19 May
'11
7:09 p.m.
Andrew Nguyen <anguyen(a)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(a)winehq.org
5411
Age (days ago)
5411
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard