reactos/reactos/drivers/net/tcpip
Filip Navara daaf2a72b8 - Build AFD, TCPIP and TDI with w32api headers.
- Removed the old TDI headers from include/net.

svn path=/trunk/; revision=8508
2004-03-02 18:18:15 +00:00
..
datalink - Build AFD, TCPIP and TDI with w32api headers. 2004-03-02 18:18:15 +00:00
include - Build AFD, TCPIP and TDI with w32api headers. 2004-03-02 18:18:15 +00:00
network 2004-02-25 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-02-25 20:27:56 +00:00
tcpip - Build AFD, TCPIP and TDI with w32api headers. 2004-03-02 18:18:15 +00:00
tests 2004-02-22 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-02-22 09:59:17 +00:00
transport 2004-02-25 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-02-25 20:27:56 +00:00
.cvsignore another day of janitor stuff 2003-06-29 21:05:54 +00:00
DIRS Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
makefile - Build AFD, TCPIP and TDI with w32api headers. 2004-03-02 18:18:15 +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 Reverted latest changes. 2002-09-08 10:23:54 +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