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.

42 lines
982 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) 1998 - 2000 Microsoft Corporation
  5. # All Rights Reserved.
  6. #
  7. # Sources for CCDECODE VBI codec
  8. #
  9. ##########################################################################
  10. TARGETNAME=ccdecode
  11. TARGETPATH=obj
  12. TARGETTYPE=DRIVER
  13. DRIVERTYPE=WDM
  14. #C_DEFINES= $(C_DEFINES) -DPERFTEST
  15. C_DEFINES= $(C_DEFINES) -DCCINPUTPIN
  16. C_DEFINES= $(C_DEFINES) -DNEWCCINPUTFORMAT
  17. !IFNDEF MSC_OPTIMIZATION
  18. MSC_OPTIMIZATION=/Ox
  19. !ENDIF
  20. !ifndef NON_UNICODE
  21. C_DEFINES=$(C_DEFINES) /D_UNICODE=1 /DUNICODE=1
  22. !endif
  23. INCLUDES=$(DDK_INC_PATH)\ddk\inc
  24. USE_MAPSYM=1
  25. TARGETLIBS= \
  26. $(DDK_LIB_PATH)\stream.lib \
  27. $(DDK_LIB_PATH)\ksguid.lib
  28. SOURCES= \
  29. codmain.c \
  30. codvideo.c \
  31. codprop.c \
  32. coddebug.c \
  33. codec.rc \
  34. ccdecode.c