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.

35 lines
754 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 2000-2001
  5. # All Rights Reserved.
  6. #
  7. # Sources for AVC streaming filter driver
  8. #
  9. ##########################################################################
  10. TARGETNAME=avcstrm
  11. TARGETPATH=obj
  12. TARGETTYPE=DRIVER
  13. DRIVERTYPE=WDM
  14. MSC_WARNING_LEVEL=-W3 -WX
  15. USE_MAPSYM = 1
  16. INCLUDES= \
  17. $(MULTIMEDIA_INC_PATH)
  18. TARGETLIBS= \
  19. $(DDK_LIB_PATH)\ksguid.lib
  20. SOURCES= \
  21. filter.c \
  22. stream.c \
  23. avcutil.c \
  24. pnp.c \
  25. power.c \
  26. util.c \
  27. filter.rc