summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
|\
| * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
| |\
| | * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
| | |
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+1
| | |
* | | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
|\ \ \ | |/ / | | | | | | link.exe included with MSVC, use -debug instead
| * | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
| |\ \ | | |/ | | | | | | link.exe included with MSVC, use -debug instead
| | * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead
| | * SC_EMBED_MANIFEST macrojan.nijtmans2011-03-111-22/+178
| | | | | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
| | * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-311-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
| | * * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-281-3/+4
| | | | | | | | | | | | Needed by Tk for manifest generation.
| | * []-quote ac_defun functionshobbs2006-03-021-11/+11
| | |
| | * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-19/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * * unix/Makefile.in: Subst TCLSH_PROG andmdejong2005-07-251-17/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD_TCLSH into Makefile. Rework html target so that it depends on the tclsh installed on the system PATH. * unix/configure: Regen. * unix/configure.in: Invoke SC_PROG_TCLSH and SC_BUILD_TCLSH and subst into Makefile. * unix/tcl.m4: Update from Tcl. * win/Makefile.in: Subst TCLSH_PROG and BUILD_TCLSH into Makefile. Rework winhelp target so that it depends on the tclsh installed on the system PATH. * win/configure: Regen. * win/configure.in: Invoke SC_BUILD_TCLSH and subst into Makefile. * win/tcl.m4: Update from Tcl. [Tcl patch 1244153]
| | * * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-17/+20
| | | | | | | | | | | | allow msys alone as an alternative.
| | * * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-301-6/+9
| | | | | | | | | | | | | | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
| | * * win/configure: Regen.mdejong2003-04-031-1/+10
| | | | | | | | | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable.
| * | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-171-18/+25
| | |
| * | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-5/+5
| | |
| * | Allow cross-compilation by default (backported)nijtmans2010-11-191-23/+15
| | | | | | | | | | | | Use -pipe for gcc on win32 (backported)
| * | * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-311-2/+4
| | | | | | | | | | | | | | | manifest handling on Win64. * win/configure: Regenerated.
| * | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-0/+50
| | | | | | | | | | | | | | | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
| * | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-171-2/+9
| | | | | | | | | | | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
* | | handle --enable-64bit=ia64 for gccnijtmans2011-01-121-18/+24
| | |
* | | Fix manifest-generation for 64-bit gcc (mingw-w64)nijtmans2010-12-101-2/+5
| | |
* | | [Patch #3116490] cross-compile Tk mingw32 on unix.nijtmans2010-12-031-3/+0
| | | | | | | | | | | | This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools.
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented ↵nijtmans2010-11-171-1/+19
| | | | | | | | | | | | for mingw-w64
* | | Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-161-1/+1
| | |
* | | Add netapi32 to the windows link linenijtmans2010-10-111-2/+2
| | |
* | | Add -Wdeclaration-after-statementnijtmans2010-09-231-1/+1
| | | | | | | | | | | | | | | tkWinX.c,winMain.c: Make compilable with -DUNICODE tkAppInit.c,winMain.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style.
* | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-15/+15
| | | | | | | | | | | | | | | | | | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary.
* | | * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-311-2/+4
| | | | | | | | | | | | | | | manifest handling on Win64. * win/configure: Regenerated.
* | | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-0/+50
| | | | | | | | | | | | | | | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
* | | regenerated with autoconf-2.59nijtmans2010-04-061-2/+2
| | | | | | | | | | | | | | | [Bug 2982540] configure and install* script files should always have LF
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-10/+2
| | | | | | | | | | | | | | | | | | make sure that TkpCmapStressed is exported clean up unused Tk_CreatePhotoOption Make more internal arrays "const"
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-0/+16
| | | | | | | | | | | | | | | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures.
* | | Make all internal initializationnijtmans2009-11-291-10/+8
| | | | | | | | | | | | | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
* | | doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-191-12/+8
| | | | | | | | | | | | | | | win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure"
* | | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-0/+3
| | |
* | | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-171-2/+6
| | | | | | | | | | | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
* | | reverted change from 2008-11-06 (was under the impression thatnijtmans2008-11-111-1/+1
| | | | | | | | | | | | "-Wno-implicit-int" added an extra warning)
* | | add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-061-1/+1
| | | | | | | | | | | | | | | Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin
* | | * README: Bump version number to 8.6a0dgp2008-04-011-14/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * macosx/Wish-Common.xcconfig: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tkConsole.c: Relax Tcl_InitStubs() calls so that a Tk 8.6 * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: * generic/tkStubLib.c: Update to compatibility with a libtcl.so that contains no "tclStubsPtr" [Tcl Bug 1819422]. * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h:
* | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32hobbs2007-12-051-1/+2
| | | | | | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.libhobbs2007-12-031-6/+5
| | | | | | | | (LIBS): add ws2_32.lib for static builds with Tcl.
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".jenglish2007-01-111-1/+1
| | | | | | | | | | This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated.
* | * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions.hobbs2006-03-281-12/+12
| |
* | * win/configure: Regen.mdejong2005-12-101-0/+3
| | | | | | | | | | | | | | * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack of a definition of this variable in the manifest file was causing a runtime error in wish built with gcc.
* | * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-12-081-23/+147
| | | | | | | | | | | | | | | | | | * 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.