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.

27 lines
547 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995, 1996
  5. # All Rights Reserved.
  6. #
  7. # MAKEFILE for USBSTOR directory
  8. #
  9. #############################################################################
  10. !IFDEF WIN95_BUILD
  11. ROOT = ..\..\..\..
  12. IS_32 = TRUE
  13. IS_OEM = TRUE
  14. DEVICEDIR = USBSTOR
  15. COMMONMKFILE = $(DEVICEDIR).mk
  16. DEPENDTARGETS = debug
  17. !include $(ROOT)\dev\master.mk
  18. !ELSE
  19. !include $(NTMAKEENV)\makefile.def
  20. !ENDIF