Leaked source code of windows server 2003
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.

26 lines
478 B

  1. Setting up Dns build env.
  2. 1. you will need following projects to build DNS
  3. sdktools
  4. net
  5. sockets
  6. ntos
  7. private
  8. public
  9. 2. set up nt tree as follows
  10. net - sockets - dns
  11. /
  12. private - sdktools
  13. / \ ntos
  14. nt
  15. \ public
  16. nt should be at the root directory
  17. 3. Macro variables
  18. set _NTDRIVE to the drive that nt directory is located.
  19. set BASEDIR=%_NTDRIVE%\nt
  20. 4. run build command at root of dns directory