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.

52 lines
1.2 KiB

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 1997
  5. # All Rights Reserved.
  6. #
  7. # Sources for BT848 device
  8. #
  9. ##########################################################################
  10. TARGETNAME=Bt848
  11. TARGETTYPE=DRIVER
  12. DRIVERTYPE=WDM
  13. TARGETPATH=obj
  14. C_DEFINES=-DPNP_POWER -DMSC -DHAUPPAUGEI2CPROVIDER
  15. # to compile all as .CPP (including .C)
  16. USER_C_FLAGS= -TP
  17. TARGETLIBS= $(DDK_LIB_PATH)\stream.lib \
  18. $(DDK_LIB_PATH)\ksguid.lib
  19. SOURCES = \
  20. bt848api.cpp \
  21. capmain.c \
  22. capprop.c \
  23. capvideo.c \
  24. colspace.cpp \
  25. command.cpp\
  26. compreg.cpp \
  27. decoder.cpp \
  28. device.cpp \
  29. gpio.cpp \
  30. i2c.cpp \
  31. ourcrt.cpp \
  32. pisces.cpp \
  33. pscolspc.cpp \
  34. regfield.cpp \
  35. register.cpp \
  36. registry.cpp \
  37. risceng.cpp \
  38. riscmem.cpp \
  39. riscprog.cpp \
  40. scaler.cpp \
  41. tuner.cpp \
  42. vidch.cpp \
  43. bt848.rc
  44. MSC_WARNING_LEVEL=/W3 /WX