Leaked source code of windows server 2003

23 lines
605 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 2002
  3. Module Name:
  4. makefile.
  5. Notes:
  6. DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  7. file to this component. This file merely indirects to the real make file
  8. that is shared by all the components of Windows NT (DDK)
  9. !ENDIF
  10. !if "$(DDK_TARGET_OS)"=="Win2K"
  11. !message This sample is not intended to target the Windows 2000 platform.
  12. !elseif "$(DDK_TARGET_OS)"=="WinXP"
  13. !message This sample is not intended to target the Windows XP platform.
  14. !else
  15. !INCLUDE $(NTMAKEENV)\makefile.def
  16. !endif