xref: /reactos/drivers/network/tcpip/readme.txt (revision 50cf16b3)
1Build instructions for TCP/IP protocol driver
2---------------------------------------------
3
4Building with Visual C++ and Windows NT DDK:
5
6Variables:
7%BASEDIR%     = path to NT4 DDK (e.g. c:\ntddk)
8%DDKBUILDENV% = DDK build environment (free or checked)
9
10DDK 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
16Building 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
20