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.

22 lines
569 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1992
  5. # All Rights Reserved.
  6. #
  7. # Makefile for DPLAY debug VXD
  8. #
  9. #############################################################################
  10. ROOT = $(DEVROOT)\..
  11. DEVICEDIR = DEBUGEXT
  12. IS_32 = TRUE
  13. IS_PRIVATE = TRUE
  14. IS_SDK = TRUE
  15. IS_DDK = TRUE
  16. COMMONMKFILE = DEBUGEXT.mk
  17. !include $(DEVROOT)\MASTER.MK
  18. disk:
  19. copy debug\dplay.vxd a:dplay.VXD
  20. copy debug\dplay.sym a: