- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / net / tditest / readme.txt
1 Build instructions for TDITEST 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 - Run "make tditest" FROM THE ReactOS ROOT DIRECTORY to build the driver