summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-08-22 13:44:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-08-22 13:44:23 (GMT)
commit2ad50fb7c02f82eac6d9dc2ca5b4aeec742d38d7 (patch)
tree77909ebaf683c36a6784559fc6a711c941cb86e1 /win
parent78ccd5e19e769a8b4736728372c8c8b24f34e384 (diff)
parent7b2b44f56169a915474820a5d7ed5dad0016c1c2 (diff)
downloadtcl-2ad50fb7c02f82eac6d9dc2ca5b4aeec742d38d7.zip
tcl-2ad50fb7c02f82eac6d9dc2ca5b4aeec742d38d7.tar.gz
tcl-2ad50fb7c02f82eac6d9dc2ca5b4aeec742d38d7.tar.bz2
merge 8.5; stamp release date
Diffstat (limited to 'win')
-rw-r--r--win/tclsh.exe.manifest.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/win/tclsh.exe.manifest.in b/win/tclsh.exe.manifest.in
index aaa34e1..b7c4381 100644
--- a/win/tclsh.exe.manifest.in
+++ b/win/tclsh.exe.manifest.in
@@ -30,4 +30,22 @@
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
+ <asmv3:application>
+ <asmv3:windowsSettings
+ xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+ <dpiAware>true</dpiAware>
+ </asmv3:windowsSettings>
+ </asmv3:application>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="@MACHINE@"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+ </dependency>
</assembly>