1Build instructions for TDITEST 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    - Run "make tditest" FROM THE ReactOS ROOT DIRECTORY to build the driver
19