mirror of https://github.com/lianthony/NT4.0
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.
918 B
918 B
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