/project/BuildDependencies/scripts/fontconfig_d.bat

http://github.com/xbmc/xbmc · Batch · 16 lines · 11 code · 5 blank · 0 comment · 0 complexity · bf79f54b8757897b2b3f14d0181011a1 MD5 · raw file

  1. @ECHO OFF
  2. SET LOC_PATH=%CD%
  3. SET FILES=%LOC_PATH%\fontconfig_d.txt
  4. CALL dlextract.bat fontconfig %FILES%
  5. cd %TMP_PATH%
  6. xcopy include\fontconfig "%CUR_PATH%\include\fontconfig" /E /Q /I /Y
  7. copy lib\fontconfig.lib "%CUR_PATH%\lib\" /Y
  8. rem libfontconfig-1.dll requires libexpat-1.dll which is copied by libexpat_d.bat
  9. copy bin\libfontconfig-1.dll "%XBMC_PATH%\system\players\dvdplayer\"
  10. copy freetype-2.4.6-1-win32\bin\freetype6.dll "%XBMC_PATH%\system\players\dvdplayer\"
  11. cd %LOC_PATH%