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.

21 lines
304 B

  1. !IF 0
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. !ENDIF
  4. !if defined(BUILD_CHECKED_KERNEL)
  5. NTDEBUG=ntsd
  6. FREEBUILD=0
  7. !endif
  8. # Always build MP hals for checked builds.
  9. !if !$(FREEBUILD)
  10. NT_UP=0
  11. !endif
  12. VC7_SYMBOLS=1
  13. # No overflow checking for the HAL
  14. BUFFER_OVERFLOW_CHECKS=0