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.

29 lines
713 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 2000-2001
  5. # All Rights Reserved.
  6. #
  7. # Sources for 1394 Tape subunit driver
  8. #
  9. ##########################################################################
  10. TARGETNAME=mstape
  11. TARGETPATH=obj
  12. TARGETTYPE=DRIVER
  13. DRIVERTYPE=WDM
  14. USE_MAPSYM = 1
  15. INCLUDES=$(MULTIMEDIA_INC_PATH);$(SDK_PATH)\amovie\inc;
  16. TARGETLIBS= \
  17. $(DDK_LIB_PATH)\stream.lib \
  18. $(DDK_LIB_PATH)\ksguid.lib
  19. SOURCES= \
  20. MsTpUtil.c\
  21. MsTpUppr.c\
  22. MsTpGuts.c\
  23. MsTpAvc.c\
  24. MsTape.rc