LUMIERA.clone/admin/scons
Ichthyostega 8d6cb19e3f Global-Layer-Renaming: fix handling of GuiResources in the build
the new structure causes them now to be installed into $TARGET/stage
which is simply not what I want. I still consider $TARGET/gui the better choice,
since an administrator or packager is not aware of our layer namings.

The existing solution was half baked anyway, it did not really replicate the source tree.
On the other hand, I want to retain the location of the CSS files within the GUI tree,
since I consider it a good practice, to keep "code-like" resources with the actual code,
and not far away in some arcane "data" directory.

No I've noticed, that the env.GuiResource() function is only used once, for this very task.
So, for the time being, we can keep it simple and deditaced to that task, i.e
we pick up all CSS files we find and install it into a single target directory.

NOTE: this issue has brought to my attention two further, completely unrelated issues

 * Ticket #1192 (Lumiera hangs on failed GUI start)
 * The ProcDispatcher does an idle wait, due to an error in timed-wait implementation
2018-11-16 18:18:33 +01:00
..
BuilderDoxygen.py DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
BuilderGCH.py SCons: use two existing modules for integrating DistCC and CCache 2008-12-19 20:17:23 +01:00
Buildhelper.py Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00
DIR_INFO move the Buildhelper.py to ./admin/scons 2007-07-18 00:39:53 +02:00
IconSvgRenderer.py DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
LumieraEnvironment.py Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00
Options.py SCons: rework test definition to link according to layer 2013-01-07 02:15:05 +01:00
Platform.py Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
Setup.py Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00
ToolCCache.py SCons: several small improvements, e.g. valgrind-suppressionfile 2010-07-26 03:24:15 +02:00
ToolDistCC.py SCons: use two existing modules for integrating DistCC and CCache 2008-12-19 20:17:23 +01:00