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
513 B

  1. ###############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (c) Microsoft Corporation. All rights reserved.
  5. #
  6. # Internet SDK Include makefile
  7. #
  8. ###############################################################################
  9. !if "$(NTMAKEENV)" != ""
  10. #
  11. # This section is for the NT build ONLY.
  12. # For NT build, change the 'sources' or 'dirs' file, not this makefile
  13. #
  14. !INCLUDE $(NTMAKEENV)\makefile.def
  15. !else
  16. #do nothing
  17. !endif