Samples.bpg
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. #------------------------------------------------------------------------------
  2. VERSION = BWS.01
  3. #------------------------------------------------------------------------------
  4. !ifndef ROOT
  5. ROOT = $(MAKEDIR)..
  6. !endif
  7. #------------------------------------------------------------------------------
  8. MAKE = $(ROOT)binmake.exe -$(MAKEFLAGS) -f$**
  9. DCC = $(ROOT)bindcc32.exe $**
  10. BRCC = $(ROOT)binbrcc32.exe $**
  11. #------------------------------------------------------------------------------
  12. PROJECTS = DVDPlay.exe Compressor.exe FilterEnum.exe NullIP.dll NullNull.ax 
  13.   WaveDest.ax PlayCap.exe playwin.exe SnapShot.exe Compress.exe VideoCap.exe 
  14.   VMRMixer.exe VMRBitmap.exe VMRPlayWin.exe VMRSnapShot.exe ASFCap.exe
  15. #------------------------------------------------------------------------------
  16. default: $(PROJECTS)
  17. #------------------------------------------------------------------------------
  18. DVDPlay.exe: DVDPlayDVDPlay.dpr
  19.   $(DCC)
  20. Compressor.exe: CompressDIVX CompressorCompressor.dpr
  21.   $(DCC)
  22. FilterEnum.exe: Filter EnumeratorFilterEnum.dpr
  23.   $(DCC)
  24. NullIP.dll: FiltersNullIPNullIP.dpr
  25.   $(DCC)
  26. NullNull.ax: FiltersNullNullNullNull.dpr
  27.   $(DCC)
  28. WaveDest.ax: FiltersWaveDestWaveDest.dpr
  29.   $(DCC)
  30. PlayCap.exe: PlayVideoCapPlayCap.dpr
  31.   $(DCC)
  32. playwin.exe: PlayWinplaywin.dpr
  33.   $(DCC)
  34. SnapShot.exe: SampleGrabberSnapShot.dpr
  35.   $(DCC)
  36. VMRMixer.exe: VMRMixerVMRMixer.dpr
  37.   $(DCC)
  38. Compress.exe: CompressFile RecompressorCompress.dpr
  39.   $(DCC)
  40. VideoCap.exe: videocapVideoCap.dpr
  41.   $(DCC)
  42. VMRBitmap.exe: VMRVMRBitmapVMRBitmap.dpr
  43.   $(DCC)
  44. VMRPlayWin.exe: VMRVMRPlayWinVMRPlayWin.dpr
  45.   $(DCC)
  46. VMRSnapShot.exe: VMRVMRSnapShotVMRSnapShot.dpr
  47.   $(DCC)
  48. ASFCap.exe: ASFASF CaptureASFCap.dpr
  49.   $(DCC)
  50. ShoutCast.exe: ShoutCastShoutCast.dpr
  51.   $(DCC)