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.

40 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 GUI application.
  18. #
  19. #@@BEGIN_DDKSPLIT
  20. #Author:
  21. #
  22. # Wesley Witt (wesw) 1-Oct-2001
  23. #
  24. #@@END_DDKSPLIT
  25. #--*/
  26. #
  27. !IF DEFINED(_NT_TARGET_VERSION)
  28. ! IF $(_NT_TARGET_VERSION)>=0x502
  29. ! INCLUDE $(NTMAKEENV)\makefile.def
  30. ! ELSE
  31. # Only warn once per directory
  32. ! INCLUDE $(NTMAKEENV)\makefile.plt
  33. ! IF "$(BUILD_PASS)"=="PASS1"
  34. ! message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
  35. ! ENDIF
  36. ! ENDIF
  37. !ELSE
  38. ! INCLUDE $(NTMAKEENV)\makefile.def
  39. !ENDIF