reactos/reactos/drivers/net/tcpip
Art Yerkes aa0b005b38 Needed infrastructure for DHCP:
Corrected adapter index problem in iinfo.c.  Now the index returned is from
 IF->Index.
ninfo: ditto.
ip.c: Expose IPAddInterfaceRoute and IPRemoveInterfaceRoute for use by
 set ip address IOCTL.
if.c: Allow deleting of TCP context.
main.c: Turn off debugging in CVS.

svn path=/trunk/; revision=14644
2005-04-17 07:55:24 +00:00
..
datalink Use DriverDesc in the registry as the adapter name since the ndis name OID 2005-04-15 00:48:25 +00:00
include Needed infrastructure for DHCP: 2005-04-17 07:55:24 +00:00
tcpip Needed infrastructure for DHCP: 2005-04-17 07:55:24 +00:00
tests Remove .cvsignore files. 2004-12-31 12:29:26 +00:00
DIRS
makefile migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
notes.txt
readme.txt
tcpip.def
tcpip.rc migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00

Build instructions for TCP/IP protocol driver
---------------------------------------------

Building with Visual C++ and Windows NT DDK:

Variables:
%BASEDIR%     = path to NT4 DDK (e.g. c:\ntddk)
%DDKBUILDENV% = DDK build environment (free or checked)

DDK environment variables must be set! (run setenv.bat)

    - Create the directory objects/i386/%DDKBUILDENV%
    - Run "build" to build the driver


Building with Mingw32 and ReactOS include files:

    - Build NDIS.SYS (i.e. "make ndis")
    - Run "make tcpip" FROM THE ReactOS ROOT DIRECTORY to build the driver