[CLT2012]
[reactos.git] / drivers / network / tcpip / readme.txt
1 Build instructions for TCP/IP protocol driver
2 ---------------------------------------------
3
4 Building with Visual C++ and Windows NT DDK:
5
6 Variables:
7 %BASEDIR% = path to NT4 DDK (e.g. c:\ntddk)
8 %DDKBUILDENV% = DDK build environment (free or checked)
9
10 DDK environment variables must be set! (run setenv.bat)
11
12 - Create the directory objects/i386/%DDKBUILDENV%
13 - Run "build" to build the driver
14
15
16 Building with Mingw32 and ReactOS include files:
17
18 - Build NDIS.SYS (i.e. "make ndis")
19 - Run "make tcpip" FROM THE ReactOS ROOT DIRECTORY to build the driver