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
845 B

  1. #############################################################################
  2. #
  3. # Makefile for AtiBt829 WDM driver
  4. #
  5. # $Date: 22 Oct 1998 14:59:40 $
  6. # $Revision: 1.1 $
  7. # $Author: tloveall $
  8. #
  9. # $Copyright: (c) 1997 - 1998 ATI Technologies Inc. All Rights Reserved. $
  10. #
  11. ##########################################################################
  12. !IFDEF WIN95_BUILD
  13. ROOT = $(BASEDIR)
  14. IS_32 = TRUE
  15. IS_OEM = TRUE
  16. DEVICEDIR = AtiBt
  17. COMMONMKFILE = AtiBt.mk
  18. DEPENDTARGETS = debug retail
  19. !include \ddk\inc\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