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.

55 lines
1.4 KiB

  1. #############################################################################
  2. #
  3. # Sources for BT829 device
  4. #
  5. # $Date: 29 Jul 1999 12:26:40 $
  6. # $Revision: 1.1 $
  7. # $Author: tloveall $
  8. #
  9. # $Copyright: (c) 1997 - 1999 ATI Technologies Inc. All Rights Reserved.$
  10. #
  11. #############################################################################
  12. TARGETNAME=AtiBt829
  13. TARGETPATH=obj
  14. TARGETTYPE=DRIVER
  15. DRIVERTYPE=WDM
  16. C_DEFINES=-DPNP_POWER -DMSC
  17. # to compile all as .CPP (including .C)
  18. USER_C_FLAGS= -TP
  19. INCLUDES=..\;..\..\atishare;$(DDK_INC_PATH)
  20. TARGETLIBS= $(DDK_LIB_PATH)\stream.lib \
  21. $(DDK_LIB_PATH)\ksguid.lib \
  22. ..\..\atishare\$(O)\atishare.lib \
  23. $(DDK_LIB_PATH)\dxapi.lib
  24. !if !$(FREEBUILD)
  25. C_DEFINES=$(C_DEFINES) -DDEBUG -D_DEBUG
  26. !endif
  27. USE_MAPSYM=1
  28. SOURCES=..\CapStrm.cpp \
  29. ..\CapVBI.cpp \
  30. ..\CapVideo.cpp \
  31. ..\DecDev.cpp \
  32. ..\Decvport.cpp \
  33. ..\DrvEntry.cpp \
  34. ..\mediums.cpp \
  35. ..\OURCRT.CPP \
  36. ..\VidStrm.cpp \
  37. ..\VPStrm.cpp \
  38. ..\WDMVDec.cpp \
  39. capmain.cpp \
  40. Decoder.cpp \
  41. Device.cpp \
  42. REGBASE.CPP \
  43. Register.cpp \
  44. Scaler.cpp \
  45. strminfo.cpp \
  46. Xbar.cpp \
  47. atibt.rc