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.

35 lines
849 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995, 1996
  5. # All Rights Reserved.
  6. #
  7. # MAKEFILE for KDBHID directory
  8. #
  9. # Created Dec 1996 Kenneth Ray
  10. #
  11. #############################################################################
  12. !IFDEF WIN95_BUILD
  13. ROOT = ..\..\..
  14. IS_32 = TRUE
  15. IS_OEM = TRUE
  16. DEVICEDIR = GameEnum
  17. COMMONMKFILE = $(DEVICEDIR).mk
  18. DEPENDTARGETS = debug
  19. !include ..\..\..\dev\master.mk
  20. !ELSE
  21. #
  22. # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  23. # file to this component. This file merely indirects to the real make file
  24. # that is shared by all the driver components of the Windows NT DDK
  25. #
  26. !INCLUDE $(NTMAKEENV)\makefile.def
  27. !ENDIF