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.

34 lines
880 B

  1. #############################################################################
  2. #
  3. # MAKEFILE for Streaming Class Directory
  4. #
  5. # $Date: 29 Jul 1999 12:26:40 $
  6. # $Revision: 1.1 $
  7. # $Author: tloveall $
  8. #
  9. # $Copyright: (c) 1997 - 1999 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 = ATITVSND
  17. COMMONMKFILE = atitvsnd.mk
  18. DEPENDTARGETS = debug retail
  19. !include $(ROOT)\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