reactos/reactos/drivers/net/ndis
Casper Hornstrup 455ea22b67 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
* drivers/net/ndis/include/.cvsignore: New file.
	* drivers/net/ndis/.cvsignore: Add *.d.
	* drivers/net/ndis/Makefile (TARGET_PCH): Set to include/ndissys.h.
	* drivers/net/ndis/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10568
2004-08-15 23:12:33 +00:00
..
include 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 23:12:33 +00:00
ndis 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 23:12:33 +00:00
.cvsignore another day of janitor stuff 2003-06-29 21:05:54 +00:00
DIRS
Makefile 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 23:12:33 +00:00
ndis.def added object and added -Wall 2003-09-04 06:55:21 +00:00
ndis.edf added object and added -Wall 2003-09-04 06:55:21 +00:00
ndis.rc Support for VMWare NIC, and some general clean-up and other minor changes: 2003-10-12 16:39:52 +00:00
readme.txt changed callbacks to use stdcall 2003-09-15 03:58:12 +00:00

Build instructions for NDIS library
-----------------------------------

 - Building of ndis is currently only supported with the mingw gcc compiler

 - from this directory:
    'make' to make the library
    'make clean' to clean it

 - from the top level reactos directory:
    'make ndis'

 - make must be run from the top level reactos directory to update the import
   library, unless you manually update it

-----------------------------
All of the below is outdated.
-----------------------------
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 library


Building with Mingw32 and ReactOS include files:

    - Run "make ndis" FROM THE ReactOS ROOT DIRECTORY to build the library