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.

25 lines
591 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1993 - 1998
  3. Module Name:
  4. makefile.
  5. !ENDIF
  6. #
  7. # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  8. # file to this component. This file merely indirects to the real make file
  9. # that is shared by all the components of Windows NT
  10. #
  11. !IF DEFINED(_NT_TARGET_VERSION)
  12. ! IF $(_NT_TARGET_VERSION)>=0x501
  13. ! INCLUDE $(NTMAKEENV)\makefile.def
  14. ! ELSE
  15. ! message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
  16. ! ENDIF
  17. !ELSE
  18. ! INCLUDE $(NTMAKEENV)\makefile.def
  19. !ENDIF