pacificIT / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

make_distrib.bat work invalid in some case #621

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
trunk/cef3/r659
windows 7

automate.py --download-dir=... --no-distrib --no-debug-build --no-release-build
build_projects.bat release
make_distrib.bat --allow-partial

Release folder missing in zip because chromium\src\cef\Release missing after 
compilation

Original issue reported on code.google.com by Aleksey....@gmail.com on 2 Jun 2012 at 4:55

GoogleCodeExporter commented 9 years ago
CEF3 uses chromium\src\build\[Debug|Release] as the output directory in 
Windows. make_distrib.py script fixed in revision 666.

Original comment by magreenb...@gmail.com on 4 Jun 2012 at 5:19