* scons/SConstruct: fix manifest on Windows

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-12-23 09:09:10 +00:00
parent 9e4ac7fca9
commit 515616a914

View File

@ -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()