reactos/reactos/drivers/net/tcpip
Casper Hornstrup 72c2af4ca7 Better RawIP support.
Minor fixes.

svn path=/trunk/; revision=1848
2001-05-01 22:34:01 +00:00
..
datalink Better RawIP support. 2001-05-01 22:34:01 +00:00
include Better RawIP support. 2001-05-01 22:34:01 +00:00
network Better RawIP support. 2001-05-01 22:34:01 +00:00
tcpip Better RawIP support. 2001-05-01 22:34:01 +00:00
transport Better RawIP support. 2001-05-01 22:34:01 +00:00
.cvsignore More .cvsignore files 2001-03-07 16:55:42 +00:00
DIRS Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
makefile Better RawIP support. 2001-05-01 22:34:01 +00:00
readme.txt Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
tcpip.def Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
tcpip.edf Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
tcpip.rc Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +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