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.

31 lines
744 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) 1999-2000 Microsoft Corporation
  5. # All Rights Reserved.
  6. #
  7. # Sources for 1394 DV camcorder driver
  8. #
  9. ##########################################################################
  10. TARGETNAME=msdv
  11. TARGETPATH=obj
  12. TARGETTYPE=DRIVER
  13. DRIVERTYPE=WDM
  14. USE_MAPSYM = 1
  15. INCLUDES=$(MULTIMEDIA_INC_PATH)
  16. C_DEFINES=$(C_DEFINES) -DNT51_61883 -DUSE_WDM110
  17. TARGETLIBS= \
  18. $(DDK_LIB_PATH)\stream.lib \
  19. $(DDK_LIB_PATH)\ksguid.lib
  20. SOURCES= \
  21. MsdvUtil.c\
  22. MsdvUppr.c\
  23. MsdvGuts.c\
  24. MsdvLowr.c\
  25. MsdvAvc.c\
  26. msdv.rc