From: Bo Peng Date: Fri, 5 Jan 2007 18:30:46 +0000 (+0000) Subject: Scons: fix a mingw/scons bug (it is a scons bug) X-Git-Tag: 1.6.10~11322 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3b8d367e6ed0ed8676272acf9e06ab911bad00ce;p=features.git Scons: fix a mingw/scons bug (it is a scons bug) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16539 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 9db0173ff3..1aa414edfb 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -419,6 +419,10 @@ if platform_name == 'win32': else: env.Tool('mingw') env.AppendUnique(CPPPATH = ['#c:/MinGW/include']) + # fix a scons winres bug (there is a missing space between ${RCINCPREFIX} and ${SOURCE.dir} + # in version 0.96.93 + env['RCCOM'] = '$RC $_CPPDEFFLAGS $RCINCFLAGS ${RCINCPREFIX} ${SOURCE.dir} $RCFLAGS -i $SOURCE -o $TARGET' + # we differentiate between hard-coded options and default options # hard-coded options are required and will always be there