]> git.lyx.org Git - features.git/commit
Make scons work on mingw/windows, from Bo Peng (ben.bob@gmail.com)
authorBo Peng <bpeng@lyx.org>
Tue, 9 May 2006 13:01:45 +0000 (13:01 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 9 May 2006 13:01:45 +0000 (13:01 +0000)
commit97e53edb811195cba9c765512699019950990bd4
tree3f30f7243cdbec4685002d6018717fc50719560b
parent4b5fae61d3ab116fdf766fde5d2655416bf6e90f
Make scons work on mingw/windows, from Bo Peng (ben.bob@gmail.com)
* SConstruct: force the use of g++ under windows, and use the right libraries
* config/qt4.py: check QtGui4 etc as well.
* src/SConscript: link to the right libraries
* src/tex2lyx/SConscript: use the right libraries
* src/frontends/qt3/SConscript: manually moc .h files under windows

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13814 a592a061-630c-0410-9148-cb99ea01b6c8
SConstruct
config/qt4.py
src/SConscript
src/frontends/qt3/SConscript
src/tex2lyx/SConscript