From 3c07aff8efa4a61c39eda2e8ba49ffeb0a7b2c81 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Sun, 24 Feb 2008 05:51:07 +0000 Subject: [PATCH] fix scons for InsetLayout git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23174 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- development/scons/scons_manifest.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 6adfc5e50f..ffea437c85 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1631,7 +1631,7 @@ tex2lyx = frontend_env.Program( LIBS = ['support'] + boost_libraries + intl_libs + system_libs + qtcore_lib, source = ['$BUILDDIR/src/tex2lyx/%s' % x for x in src_tex2lyx_files + src_tex2lyx_copied_files] + \ utils.createResFromIcon(frontend_env, 'lyx_32x32.ico', '$LOCALLIBPATH/tex2lyx.rc'), - CPPPATH = ['$BUILDDIR/src/tex2lyx', '$CPPPATH'], + CPPPATH = ['$BUILDDIR/src/tex2lyx', '$BUILDDIR/src', '$CPPPATH'], LIBPATH = ['#$LOCALLIBPATH', '$LIBPATH'], CCFLAGS = ['$CCFLAGS', '-DTEX2LYX'], ) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 5db5d03d2f..04e377f85b 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -628,6 +628,7 @@ src_tex2lyx_copied_files = Split(''' Layout.cpp Lexer.cpp TextClass.cpp + insets/InsetLayout.cpp ''') -- 2.39.2