1Build instructions for NDIS library 2----------------------------------- 3 4 - Building of ndis is currently only supported with the mingw gcc compiler 5 6 - from this directory: 7 'make' to make the library 8 'make clean' to clean it 9 10 - from the top level reactos directory: 11 'make ndis' 12 13 - make must be run from the top level reactos directory to update the import 14 library, unless you manually update it 15 16----------------------------- 17All of the below is outdated. 18----------------------------- 19Building with Visual C++ and Windows NT DDK: 20 21Variables: 22%BASEDIR% = path to NT4 DDK (e.g. c:\ntddk) 23%DDKBUILDENV% = DDK build environment (free or checked) 24 25DDK environment variables must be set! (run setenv.bat) 26 27 - Create the directory objects/i386/%DDKBUILDENV% 28 - Run "build" to build the library 29 30 31Building with Mingw32 and ReactOS include files: 32 33 - Run "make ndis" FROM THE ReactOS ROOT DIRECTORY to build the library 34