summaryrefslogtreecommitdiffstats
path: root/win/rc
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-08 20:25:42 (GMT)
committerhobbs <hobbs>2005-12-08 20:25:42 (GMT)
commitf96cbf5fbbf47f81c5833879c39fe42b39f72c99 (patch)
tree4c5edb21c5d07df5e1d3ed10230f507e40a1d11c /win/rc
parent93ffd1d416a03cd792e06f5251092385ab67f788 (diff)
downloadtk-f96cbf5fbbf47f81c5833879c39fe42b39f72c99.zip
tk-f96cbf5fbbf47f81c5833879c39fe42b39f72c99.tar.gz
tk-f96cbf5fbbf47f81c5833879c39fe42b39f72c99.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: Add CE build support (some C code fixes needed) * 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/rc')
-rw-r--r--win/rc/wish.exe.manifest22
1 files changed, 0 insertions, 22 deletions
diff --git a/win/rc/wish.exe.manifest b/win/rc/wish.exe.manifest
deleted file mode 100644
index b6106c6..0000000
--- a/win/rc/wish.exe.manifest
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity
- version="8.5.0.0"
- processorArchitecture="X86"
- 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="X86"
- publicKeyToken="6595b64144ccf1df"
- language="*"
-/>
-</dependentAssembly>
-</dependency>
-</assembly>