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.

47 lines
1.3 KiB

  1. #==========================================================================;
  2. #
  3. # THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. # KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. # IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. # PURPOSE.
  7. #
  8. # Copyright (c) 1992 - 1999 Microsoft Corporation. All Rights Reserved.
  9. #
  10. #==========================================================================;
  11. !IFDEF WIN95_BUILD
  12. ROOT = ..\..\..\..
  13. IS_32 = TRUE
  14. IS_OEM = TRUE
  15. DEVICEDIR = testcap
  16. COMMONMKFILE = testcap.mk
  17. DEPENDTARGETS = debug retail
  18. !include ..\..\..\..\dev\master.mk
  19. !ELSE
  20. #
  21. # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  22. # file to this component. This file merely indirects to the real make file
  23. # that is shared by all the driver components of the Windows NT DDK
  24. #
  25. !IF DEFINED(_NT_TARGET_VERSION)
  26. ! IF $(_NT_TARGET_VERSION)>=0x501
  27. ! INCLUDE $(NTMAKEENV)\makefile.def
  28. ! ELSE
  29. # Only warn once per directory
  30. ! INCLUDE $(NTMAKEENV)\makefile.plt
  31. ! IF "$(BUILD_PASS)"=="PASS1"
  32. ! message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
  33. ! ENDIF
  34. ! ENDIF
  35. !ELSE
  36. ! INCLUDE $(NTMAKEENV)\makefile.def
  37. !ENDIF
  38. !ENDIF