]> git.lyx.org Git - features.git/commitdiff
fix scons for Andre's recent renames
authorBo Peng <bpeng@lyx.org>
Thu, 26 Apr 2007 16:01:03 +0000 (16:01 +0000)
committerBo Peng <bpeng@lyx.org>
Thu, 26 Apr 2007 16:01:03 +0000 (16:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18041 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct
development/scons/scons_manifest.py

index 30a394d9e78eac1739553b7b04493c9f93920558..f4b81eb6142f3b2d57ddd4a63908d8e2412e3361 100644 (file)
@@ -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')])
 
index 692c5b72c63fe964e345ca193f8ef4c564b82cd8..9bba3e88399efe20139088aa5473be09d6c8abde 100644 (file)
@@ -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