From: Bo Peng Date: Tue, 3 Jul 2007 20:20:20 +0000 (+0000) Subject: scons: fix last commit X-Git-Tag: 1.6.10~9215 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2f415fd505857e3f1a7eefafd1a0836ca9c62ad1;p=features.git scons: fix last commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18978 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 306c98c689..b95dc0ed27 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1397,7 +1397,7 @@ if frontend == 'qt4': if use_vc: frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], \ 'mt.exe /MANIFEST %s /outputresource:$TARGET;1' % \ - env.subst('$BUILDDIR/lyx.exe.manifest')] + env.File('$BUILDDIR/lyx.exe.manifest').path] frontend_env = conf.Finish()