More work on winsock stack (ping is now working)
[reactos.git] / reactos / drivers / net / ndis / readme.txt
1 Build instructions for NDIS library
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 library
14
15
16 Building with Mingw32 and ReactOS include files:
17
18 - Run "make ndis" FROM THE ReactOS ROOT DIRECTORY to build the library