Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
makefile initial commit 5 years ago
makeres.bat initial commit 5 years ago
readme.txt initial commit 5 years ago
vdhcp.mk initial commit 5 years ago

readme.txt

The following have to be defined to build vdhcp:

_NTDRIVE -- Drive with NT enlistment, e.g. c:
BASEDIR -- Path to NT enlistment, e.g. c:\nt
BLDROOT -- Root of \\trango build environment, e.g. n:\root
TCP -- Path to enlistment in TCP project on \\popcorn\rhino
e.g. l:\tcp

In addition, the following NT source directories must be populated:

%BASEDIR%\private\inc
%BASEDIR%\public\sdk\inc
%BASEDIR%\private\net\sockets\tcpcmd\dhcp\client\vxd
%BASEDIR%\private\net\sockets\tcpcmd\dhcp\client\dhcp
%BASEDIR%\private\net\sockets\tcpcmd\dhcp\client\inc
%BASEDIR%\private\net\sockets\tcpcmd\dhcp\inc
%BASEDIR%\private\net\sockets\tcpcmd\dhcp\lib
(header files)

"Totally clean" build procedure:

nmake clean
makeres.bat
nmake depend
nmake

"Pretty clean" build procedure:

makeres.bat
nmake

"Pretty clean" build procedure (create dependencies):

makeres.bat
nmake depend
nmake