reactos/reactos/drivers/network/tcpip
Stefan Ginsberg ea23cd10c2 - Start deprecating TAG()
- Fix inverted tags in prntfont.h, stdunk.h and win32k/objects/font.c

svn path=/trunk/; revision=42915
2009-08-24 17:12:25 +00:00
..
datalink - Don't access an uninitialized variable 2009-08-12 23:14:49 +00:00
include - Start deprecating TAG() 2009-08-24 17:12:25 +00:00
recmutex - Fix release build broken in 42400 2009-08-05 15:00:30 +00:00
tcpip - copy.c, view.c: malloc.h now properly implements alloca/_alloca, so remove #ifdef hacks 2009-08-23 15:49:43 +00:00
tests Wow, WriteConfigurationFile() in rbuild never worked since it was added in r13496 over 3 years ago! :-) 2008-09-21 13:00:40 +00:00
DIRS Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
notes.txt Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
readme.txt Create a branch for network fixes. 2008-08-01 11:32:26 +00:00
tcpip.rbuild - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
tcpip.rc Replace .def file by a .spec file 2008-09-28 09:09:57 +00:00
tcpip.spec Replace .def file by a .spec file 2008-09-28 09:09:57 +00:00

Build instructions for TCP/IP protocol 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:

    - Build NDIS.SYS (i.e. "make ndis")
    - Run "make tcpip" FROM THE ReactOS ROOT DIRECTORY to build the driver