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
b4653ce1da
cef
/
tools
/
make_distrib.bat
3 lines
102 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Add the make_distrib tool for automated creation of CEF binary distributions (issue #260). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@294 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-09-27 17:02:08 +02:00
@
echo
off
- Update to Chromium revision 105051. - Enable use of clang compiler on Mac. - Add CefSettings.threaded_compositing_enabled option. - Begin converting NewRunnable usage to base::Bind. - Avoid assertion when an empty message is passed to OnConsoleMessage(). - Add an "--allow-partial" option to the make_distrib tool. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@316 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-10-12 21:09:15 +02:00
..\..\third_party\python_26\python.exe make_distrib.py --output-dir ..\binary_distrib\
%*