mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
* 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:
parent
9e4ac7fca9
commit
515616a914
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user