Team Fortress 2 Source Code as on 22/4/2020
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.

14 lines
593 B

  1. rem script to update libcef from Steam/main to this project
  2. rem brings over all the dll's and import libraries and support libraries plus updates the header files
  3. rem run this, then resolve the changelist in perforce and submit
  4. SET SRCDIR=//Steam/main
  5. SET PUBLISH_SCRIPT=//thirdpartycode/nonredist/chromeemb/dev/publish_cef_to_steam.py
  6. rem Resolve this to an absolute path
  7. pushd %~dp0..\..\..
  8. SET DSTDIR=%CD%
  9. popd
  10. p4 print -q -o "%TMP%\publish.py" %PUBLISH_SCRIPT%
  11. python "%TMP%\publish.py" --game=tf2 "%DSTDIR%" "%SRCDIR%"
  12. p4 merge %SRCDIR%/client/bin/icudt.dll %DSTDIR%/game/bin/icudt.dll