Dear all, All scons related stuff has been moved to development/scons. This change has resulted in major reorganization of the build scripts, but it is done now.
Minus: all building processes are now using (longer and uglier) absolute paths Plus: I get a chance to change the build directories to debug(or release)/common all frontend-independent stuff debug/libs all libs debug/qt3 (qt3 lyx will be here) debug/qt4 (qt4 lyx will be here) When you build both qt3 and qt4, common libraries will be reused. Source files are *no longer* copied so you will only see objects files in these directories. Please test. all you need to do is $ cd development/scons $ scons frontend=qt3 ... $ scons frontend=qt4 ... Cheers, Bo