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.

83 lines
1.2 KiB

  1. !if "$(TARGETNAME)"==""
  2. !if "$(ALT_PROJECT_TARGET)"=="WIN9X"
  3. TARGETNAME=BDA
  4. !else
  5. TARGETNAME=BDANT
  6. !endif
  7. !endif
  8. TARGETTYPE=NOTARGET
  9. TARGETPATH=
  10. TARGETEXT=cab
  11. SOURCES=
  12. #
  13. # add files here and reference the directory the come from
  14. #
  15. BDASETUPINF=\
  16. !if "$(ALT_PROJECT_TARGET)"=="WIN9X"
  17. ..\..\dx8\bdasetup.inf
  18. !else
  19. bdasetup.inf
  20. !endif
  21. BDADROPDIR=$(_NTTREE)\bdacab
  22. BDAPROTECTED=\
  23. ccdecode.sys \
  24. vbisurf.ax \
  25. msyuv.dll \
  26. kstvtune.ax \
  27. kswdmcap.ax \
  28. ksxbar.ax
  29. BDAPROTECTEDNT=msdv.sys
  30. BDAPROTECTEDME=\
  31. nabtsfec.sys \
  32. wstcodec.sys \
  33. wstdecod.dll
  34. BDAINFS=\
  35. bda.inf \
  36. ccdecode.inf \
  37. mpe.inf \
  38. nabtsfec.inf \
  39. ndisip.inf \
  40. slip.inf \
  41. streamip.inf \
  42. wstcodec.inf
  43. BDAFILELIST=\
  44. bdaplgin.ax \
  45. bdasup.sys \
  46. ipsink.ax \
  47. mpe.sys \
  48. MSDvbNP.ax \
  49. MSVidCtl.dll \
  50. ndisip.sys \
  51. psisdecd.dll \
  52. psisrndr.ax \
  53. slip.sys \
  54. streamip.sys \
  55. wst_czec.fon \
  56. wst_engl.fon \
  57. wst_fren.fon \
  58. wst_germ.fon \
  59. wst_ital.fon \
  60. wst_span.fon \
  61. wst_swed.fon
  62. #ADVPACKDIR=$(DXROOT)\setup\iexpress
  63. ADVPACKFILES=
  64. !ifndef NOLINK
  65. NTTARGETFILES=\
  66. !ifdef CATFILENAME
  67. !ifndef KEEP_CAT
  68. $(O)\$(CATFILENAME) \
  69. !endif
  70. !endif
  71. $(O)\$(TARGETNAME).$(TARGETEXT)
  72. !endif