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.

11 lines
529 B

  1. #!/bin/bash
  2. # Bash script to update libcef from Steam/main to this project
  3. # brings over all the dll's and import libraries and support libraries plus updates the header files
  4. # run this, then resolve the changelist in perforce and submit
  5. SRCDIR=//Steam/main
  6. PUBLISH_SCRIPT=//thirdpartycode/nonredist/chromeemb/dev/publish_cef_to_steam.py
  7. DSTDIR="$(cd $(dirname "$0")/../../.. && echo $PWD)"
  8. p4 print -q $PUBLISH_SCRIPT | python - --game=tf2 "$DSTDIR" "$SRCDIR"
  9. p4 merge $SRCDIR/client/bin/icudt.dll $DSTDIR/game/bin/icudt.dll