reactos/reactos/drivers/net/tditest
Gé van Geldorp 4221b60000 - Centralize definition of version resource
- Give DLLs a high version number, so installers won't overwrite them

svn path=/trunk/; revision=11297
2004-10-16 20:27:43 +00:00
..
include - Enable "Full Maps" by default 2003-12-17 23:34:35 +00:00
tditest CVS maintenance 2004-02-21 13:56:36 +00:00
.cvsignore CVS maintenance 2004-02-21 13:56:36 +00:00
DIRS Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
makefile - Enable "Full Maps" by default 2003-12-17 23:34:35 +00:00
readme.txt Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
tditest.def Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
tditest.rc - Centralize definition of version resource 2004-10-16 20:27:43 +00:00

Build instructions for TDITEST driver
-------------------------------------

Building with Visual C++ and Windows NT DDK:

Variables:
%BASEDIR%     = path to NT4 DDK (e.g. c:\ntddk)
%DDKBUILDENV% = DDK build environment (free or checked)

DDK environment variables must be set! (run setenv.bat)

    - Create the directory objects/i386/%DDKBUILDENV%
    - Run "build" to build the driver


Building with Mingw32 and ReactOS include files:

    - Run "make tditest" FROM THE ReactOS ROOT DIRECTORY to build the driver