summaryrefslogtreecommitdiffstats
path: root/win/wish.exe.manifest.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-11-30 00:19:01 (GMT)
committerhobbs <hobbs>2005-11-30 00:19:01 (GMT)
commit0805428fc70c423c555452caba933228486c7c5d (patch)
treee93af74ffc560c427f348a51fef41a992ed9136d /win/wish.exe.manifest.in
parentc74cc400ab2d9838a5a39b9b39101e005bf97f47 (diff)
downloadtk-0805428fc70c423c555452caba933228486c7c5d.zip
tk-0805428fc70c423c555452caba933228486c7c5d.tar.gz
tk-0805428fc70c423c555452caba933228486c7c5d.tar.bz2
* win/tcl.m4: Add build support for Windows-x64 builds.
* win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.
Diffstat (limited to 'win/wish.exe.manifest.in')
-rw-r--r--win/wish.exe.manifest.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/win/wish.exe.manifest.in b/win/wish.exe.manifest.in
new file mode 100644
index 0000000..236768e
--- /dev/null
+++ b/win/wish.exe.manifest.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity
+ version="@TK_WIN_VERSION@"
+ processorArchitecture="@MACHINE@"
+ name="Tcl.Tk.wish"
+ type="win32"
+/>
+<description>Tcl/Tk windowing shell (wish)</description>
+<dependency>
+<dependentAssembly>
+<assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="@MACHINE@"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+/>
+</dependentAssembly>
+</dependency>
+</assembly>