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.

27 lines
717 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Sources for Toshiba Tecra 750CDT, 750DVD, 780DVD capture device
  8. #
  9. ##########################################################################
  10. TARGETNAME=tsbvcap
  11. TARGETPATH=obj
  12. TARGETTYPE=DRIVER
  13. C_DEFINES=-DPNP_POWER -DTOSHIBA
  14. TARGETLIBS=$(DDK_LIB_PATH)\stream.lib \
  15. $(DDK_LIB_PATH)\ksguid.lib
  16. SOURCES= \
  17. tsbvcap.rc \
  18. capmain.c \
  19. capvideo.c \
  20. capprop.c \
  21. capirq.c \
  22. bert.c \
  23. image.c