From: Bo Peng Date: Thu, 26 Apr 2007 16:01:03 +0000 (+0000) Subject: fix scons for Andre's recent renames X-Git-Tag: 1.6.10~10037 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2af333100c9ce86529794bf0bdd53f0101247d4a;p=lyx.git fix scons for Andre's recent renames git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18041 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 30a394d9e7..f4b81eb614 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1794,7 +1794,7 @@ if build_tex2lyx: # for file in ['FloatList.cpp', 'Floating.cpp', 'Counters.cpp', 'LyXLayout.h', 'LyXLayout.cpp', - 'LyXTextClass.h', 'LyXTextClass.cpp', 'LyXLex.cpp', 'lyxlex_pimpl.C']: + 'LyXTextClass.h', 'LyXTextClass.cpp', 'Lexer.cpp', 'Lexer.h']: frontend_env.Command('$BUILDDIR/common/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file, [Copy('$TARGET', '$SOURCE')]) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 692c5b72c6..9bba3e8839 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -941,8 +941,8 @@ src_tex2lyx_files = Split(''' gettext.cpp lengthcommon.cpp LyXFont.cpp + Lexer.cpp LyXLayout.cpp - LyXLex.cpp LyXTextClass.cpp math.cpp preamble.cpp @@ -974,7 +974,6 @@ src_header_files = Split(''' LyXAction.h MenuBackend.h ParagraphList.h - ParagraphList_fwd.h ParagraphParameters.h PrinterParams.h RowList_fwd.h @@ -999,7 +998,7 @@ src_header_files = Split(''' Converter.h CoordCache.h Counters.h - LCursor.h + Cursor.h CursorSlice.h debug.h Dimension.h @@ -1033,7 +1032,7 @@ src_header_files = Split(''' LyXLayout.h lyxlayout_ptr_fwd.h LyXLength.h - LyXLex.h + Lexer.h LyXRC.h Row.h LyXServer.h @@ -1059,7 +1058,6 @@ src_header_files = Split(''' rowpainter.h Session.h sgml.h - LyXTabular.h tex-accent.h tex-strings.h TexRow.h @@ -1110,7 +1108,7 @@ src_pre_files = Split(''' Converter.cpp CoordCache.cpp Counters.cpp - LCursor.cpp + Cursor.cpp CursorSlice.cpp debug.cpp DocIterator.cpp @@ -1138,7 +1136,7 @@ src_pre_files = Split(''' LyXGlueLength.cpp LyXLayout.cpp LyXLength.cpp - LyXLex.cpp + Lexer.cpp LyXRC.cpp Row.cpp LyXServer.cpp @@ -1179,7 +1177,6 @@ src_pre_files = Split(''' src_post_files = Split(''' - LyXTabular.cpp Dimension.cpp PrinterParams.cpp Box.cpp