mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
14
devtools/bin/updatecef.bat
Normal file
14
devtools/bin/updatecef.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
rem script to update libcef from Steam/main to this project
|
||||
rem brings over all the dll's and import libraries and support libraries plus updates the header files
|
||||
rem run this, then resolve the changelist in perforce and submit
|
||||
SET SRCDIR=//Steam/main
|
||||
SET PUBLISH_SCRIPT=//thirdpartycode/nonredist/chromeemb/dev/publish_cef_to_steam.py
|
||||
|
||||
rem Resolve this to an absolute path
|
||||
pushd %~dp0..\..\..
|
||||
SET DSTDIR=%CD%
|
||||
popd
|
||||
|
||||
p4 print -q -o "%TMP%\publish.py" %PUBLISH_SCRIPT%
|
||||
python "%TMP%\publish.py" --game=tf2 "%DSTDIR%" "%SRCDIR%"
|
||||
p4 merge %SRCDIR%/client/bin/icudt.dll %DSTDIR%/game/bin/icudt.dll
|
||||
Reference in New Issue
Block a user