]> git.lyx.org Git - features.git/commitdiff
scons: fix last commit
authorBo Peng <bpeng@lyx.org>
Tue, 3 Jul 2007 20:20:20 +0000 (20:20 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 3 Jul 2007 20:20:20 +0000 (20:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18978 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 306c98c68994435925e3a409b35ff2e9417547ac..b95dc0ed27fbd3e950cc5c5b5b8b858ece7a3c1f 100644 (file)
@@ -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()