Mercurial > emacs
view nt/ebuild.bat @ 44042:6e7772d1632e
(init_winsock): Dynamically load new server and UDP
socket functions.
(socket_to_fd): New function.
(sys_socket): Use it.
(sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
(sys_recvfrom, sys_sendto): New wrapper functions.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Mar 2002 20:38:44 +0000 (2002-03-20) |
parents | 0c5df70bbee8 |
children | 695cf19ef79e |
line wrap: on
line source
@echo off if (%1) == () nmake -f makefile.nt all if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9