From 515616a9143feab98ecfbfb4d1b58f390cb6b751 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sat, 23 Dec 2006 09:09:10 +0000 Subject: [PATCH] * scons/SConstruct: fix manifest on Windows git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16382 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 887645f452..6f3f88cbdc 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1367,7 +1367,7 @@ if frontend == 'qt4': else: manifest = 'QtGui4.dll.manifest' if os.path.isfile(manifest): - env['LINKCOM'] = [env['LINKCOM'], 'mt.exe /MANIFEST %s /outputresource:$TARGET;1' % manifest] + frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], 'mt.exe /MANIFEST %s /outputresource:$TARGET;1' % manifest] frontend_env = conf.Finish() -- 2.39.2