]> git.lyx.org Git - features.git/commit
scons-based build system, by Bo Peng (ben.bob@gmail.com)
authorBo Peng <bpeng@lyx.org>
Sun, 7 May 2006 22:44:54 +0000 (22:44 +0000)
committerBo Peng <bpeng@lyx.org>
Sun, 7 May 2006 22:44:54 +0000 (22:44 +0000)
commit7168ce58b5d83aff8c1d9b889c957433846f4c6f
treee4fb61ea67266247b5aa954c94d096176457d728
parentb6c3478eda7703baff04c4e885f810a523cf283b
scons-based build system, by Bo Peng (ben.bob@gmail.com)
* SConstruct: main SConstruct file
* scons_utils.py: utility functions
* qt4.py: qt4 support is not yet official, and I have to patch this file
* src/SConscript
* src/insets/SConscript
* src/graphics/SConscript
* src/mathed/SConscript
* src/frontends/qt3/SConscript
* src/frontends/qt4/SConscript
* src/frontends/SConscript
* src/frontends/controllers/SConscript
* src/support/SConscript
* src/client/SConscript
* src/tex2lyx/SConscript
* boost/libs/SConscript
* boost/libs/signals/src/SConscript
* boost/libs/filesystem/src/SConscript
* boost/libs/iostreams/src/SConscript
* boost/libs/regex/src/SConscript

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13807 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
SConstruct [new file with mode: 0644]
boost/libs/SConscript [new file with mode: 0644]
boost/libs/filesystem/src/SConscript [new file with mode: 0644]
boost/libs/iostreams/src/SConscript [new file with mode: 0644]
boost/libs/regex/src/SConscript [new file with mode: 0644]
boost/libs/signals/src/SConscript [new file with mode: 0644]
qt4.py [new file with mode: 0644]
scons_utils.py [new file with mode: 0644]
src/SConscript [new file with mode: 0644]
src/client/SConscript [new file with mode: 0644]
src/frontends/SConscript [new file with mode: 0644]
src/frontends/controllers/SConscript [new file with mode: 0644]
src/frontends/qt3/SConscript [new file with mode: 0644]
src/frontends/qt4/SConscript [new file with mode: 0644]
src/graphics/SConscript [new file with mode: 0644]
src/insets/SConscript [new file with mode: 0644]
src/mathed/SConscript [new file with mode: 0644]
src/support/SConscript [new file with mode: 0644]
src/tex2lyx/SConscript [new file with mode: 0644]