windows-nt/Source/XPSP1/NT/ds/dns/server/wmi/doc
2020-09-26 16:20:57 +08:00
..
dns.vsd Add source files 2020-09-26 16:20:57 +08:00
dnsprov.mof Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00

Setting up Dns build env.

1. you will need following projects to build DNS
	sdktools
	net
	sockets
	ntos
	private
	public

2. set up nt tree as follows
			 net - sockets - dns
		      / 
	     private  -  sdktools
	   /          \ ntos
	nt
           \ public

 nt should be at the root directory

3. Macro variables

  set _NTDRIVE to the drive that nt directory is located.
  set BASEDIR=%_NTDRIVE%\nt

4. run build command at root of dns directory