Source code of Windows XP (NT5)
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.

39 lines
942 B

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) 1998 - 2000 Microsoft Corporation
  5. # All Rights Reserved.
  6. #
  7. # Sources for NABTSFEC VBI DSP
  8. #
  9. ##########################################################################
  10. TARGETNAME=nabts
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. DRIVERTYPE=WDM
  14. USE_MSVCRT=1
  15. UMTYPE=console
  16. #C_DEFINES=$(C_DEFINES) -DMSC=1 -DUseDoubleCoeffs=1 -Gz
  17. #C_DEFINES=$(C_DEFINES) -DMSC=1 -Gz -FAs
  18. C_DEFINES=$(C_DEFINES) -DMSC=1 -Gz
  19. # Turn off warnings completely so the code will compile
  20. MSC_WARNING_LEVEL=
  21. MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) -Oib1
  22. !ifndef NON_UNICODE
  23. C_DEFINES=$(C_DEFINES) /D_UNICODE=1 /DUNICODE=1
  24. !endif
  25. INCLUDES=..\wdm;$(DDK_INC_PATH)
  26. SOURCES= \
  27. nabtsdsp.c \
  28. nabtslib.c \
  29. coeffs.c \
  30. tables.c \
  31. r0float.c