Source code of Windows XP (NT5)
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.

34 lines
926 B

  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. !INCLUDE $(NTMAKEENV)\makefile.def
  26. !ENDIF