Scons: adopt Georg's solution for tex2lyx/gettext

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15963 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-11-18 03:04:42 +00:00
parent 22be03e68c
commit eb939a9b76
2 changed files with 1 additions and 4 deletions

View File

@ -1795,8 +1795,7 @@ if build_tex2lyx:
tex2lyx_env.Prepend(CPPPATH = ['$BUILDDIR/common/tex2lyx'])
tex2lyx_env.AppendUnique(LIBPATH = ['#$LOCALLIBPATH'])
for file in ['FloatList.C', 'Floating.C', 'counters.C', 'gettext.h', 'gettext.C',
'lyxlayout.h', 'lyxlayout.C', 'messages.h', 'messages.C',
for file in ['FloatList.C', 'Floating.C', 'counters.C', 'lyxlayout.h', 'lyxlayout.C',
'lyxtextclass.h', 'lyxtextclass.C', 'lyxlex.C', 'lyxlex_pimpl.C']:
env.Command('$BUILDDIR/common/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file,
[Copy('$TARGET', '$SOURCE')])

View File

@ -998,7 +998,6 @@ src_tex2lyx_header_files = Split('''
Spacing.h
context.h
lyxfont.h
messages.h
tex2lyx.h
texparser.h
''')
@ -1018,7 +1017,6 @@ src_tex2lyx_files = Split('''
lyxlex_pimpl.C
lyxtextclass.C
math.C
messages.C
preamble.C
table.C
tex2lyx.C