This website requires JavaScript.
Explore
Help
Sign In
bcarrella
/
cef
mirror of
https://bitbucket.org/chromiumembedded/cef
Watch
1
Star
0
Fork
You've already forked cef
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
30772e7742
cef
/
tools
/
translator.bat
3 lines
77 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-03 03:34:16 +02:00
@
echo
off
tools: win: Switch to python3.bat The python.bat file is removed in never versions of depot_tools.
2024-01-24 23:06:54 +01:00
call
python3.bat
%~dp0
\translator.py --root-dir
%~dp0
\..
%*
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-03 03:34:16 +02:00
pause