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.

41 lines
1.1 KiB

  1. #/*++
  2. #
  3. #Copyright (c) 1991 - 2002 Microsoft Corporation
  4. #
  5. #Module Name:
  6. #
  7. # ## ## ### ## ## ##### ##### #### ## #####
  8. # ### ### ### ## ## ## ## ## ## ##
  9. # ######## ## ## #### ## ## ## ## ##
  10. # # ### ## ## ## ### ##### ##### ## ## #####
  11. # # # ## ####### #### ## ## ## ## ##
  12. # # ## ## ## ## ## ## ## ## ## ##
  13. # # ## ## ## ## ## ##### ## #### ##### #####
  14. #
  15. #Abstract:
  16. #
  17. # Makefile for building the virtual
  18. # NVRAM miniport driver.
  19. #
  20. #@@BEGIN_DDKSPLIT
  21. #Author:
  22. #
  23. # Wesley Witt (wesw) 1-Oct-2001
  24. #
  25. #@@END_DDKSPLIT
  26. #--*/
  27. #
  28. !IF DEFINED(_NT_TARGET_VERSION)
  29. ! IF $(_NT_TARGET_VERSION)>=0x502
  30. ! INCLUDE $(NTMAKEENV)\makefile.def
  31. ! ELSE
  32. # Only warn once per directory
  33. ! INCLUDE $(NTMAKEENV)\makefile.plt
  34. ! IF "$(BUILD_PASS)"=="PASS1"
  35. ! message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
  36. ! ENDIF
  37. ! ENDIF
  38. !ELSE
  39. ! INCLUDE $(NTMAKEENV)\makefile.def
  40. !ENDIF