Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
it is no longer meaningfully referenced.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
media plugin are
|
|
|
|
Update)
|
|
logic to copy files to right place
|
|
|
|
configure picks it up
|
|
for new CEF code
|
|
|
|
QuickTime media plugin
|
|
|
|
Generalize Copy3rdPartyLibs.cmake to eliminate some clone-and-tweak redundancy.
|
|
|
|
|
|
The .dylib files in the Linux Vivox package were erroneous to start with;
while the affected changeset bypassed copy errors, it too was wrong. Now that
the Linux Vivox package contains Linux .so files, revert to the correct
filenames to copy.
|
|
|
|
|
|
Ensure that AUTOBUILD is always in native path syntax on every platform.
Remove local build.sh logic to infer AUTOBUILD: either the generic build.sh
has set it properly, or scream for help.
Since cygwin bash scripts need a cygwin-syntax path to autobuild, convert to a
local 'autobuild' variable using shell_path.
Remove kludges in other languages involving cygdrive twiddling.
|
|
The contents are extracted, but not yet built into the viewer installer.
|
|
|
|
|
|
|
|
It appears that our trouble was due to a cygwin-style path in the AUTOBUILD
environment variable, and that changeset 0e0bd8b546ad fixed it.
|
|
|
|
|
|
|
|
|
|
match those in package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A traceback from a Python script always makes people think there's a bug in
your script. Even when a test program fails to build, CMake often (always?)
tries to run it anyway, via our run_build_test.py script. For that case,
produce a straightforward error message -- rather than an OSError traceback
that doesn't even mention the program name!
|
|
|
|
|
|
|
|
|