summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Commit mysteriously missing autoconf resultsdgp2008-09-021-1/+1
| | |
| * | * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * | * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updates for 8.5.3 release.
| * | improve handling of various versions for patchlevel to winversion conversionhobbs2008-06-131-7/+6
| | |
| * | * win/configure, win/configure.in (TK_WIN_VERSION): fix handlinghobbs2008-06-131-4/+5
| | | | | | | | | | | | of interim a/b versioning for manifest usage.
| * | * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* | | handle --enable-64bit=ia64 for gccnijtmans2011-01-121-19/+27
| | |
* | | 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-4/+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.
* | | Allow cross-compilation by default.nijtmans2010-11-181-33/+143
| | |
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented ↵nijtmans2010-11-171-1/+67
| | | | | | | | | | | | 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
| | |
* | | re-generate configure with autoconf-2.59nijtmans2010-09-291-1/+1
| | |
* | | 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-1/+1
| | | | | | | | | | | | | | | | | | 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-1/+62
| | | | | | | | | | | | | | | | | | | | | * 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+.
* | | * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | regenerated with autoconf-2.59nijtmans2010-04-061-3/+3
| | | | | | | | | | | | | | | [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-86/+91
| | | | | | | | | | | | | | | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures.
* | | win/configure (regenerated, previous version didn't match tcl.m4)nijtmans2009-12-021-9/+7
| | |
* | | Make all internal initializationnijtmans2009-11-291-13/+8
| | | | | | | | | | | | | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
* | | Eliminate various gcc warningsnijtmans2009-08-091-0/+57
| | | | | | | | | | | | include <vssym32.h> only when available
* | | 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-74/+138
| | | | | | | | | | | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
* | | * win/configure.in, win/configure: align better with tclhobbs2009-02-161-424/+492
| | | | | | | | | | | | version. Ensures finding correct CPP for Win64.
* | | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * README: Bump version number to 8.6b1dgp2008-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | 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.6a4dgp2008-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * README: Bump version number to 8.6a3dgp2008-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * README: Bump version number to 8.6a2dgp2008-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * README: Bump version number to 8.6a1dgp2008-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * win/configure, win/configure.in (TK_WIN_VERSION): fix handlinghobbs2008-06-131-6/+6
| | | | | | | | | | | | of interim a/b versioning for manifest usage.
* | | autoconf-2.59dgp2008-04-071-5/+5
| | |
* | | * README: Bump version number to 8.6a0dgp2008-04-011-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | autoconf-2.59core_8_5_2dgp2008-03-281-1/+1
| |
* | *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | regendkf2007-12-091-1/+1
| |
* | * 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-8/+7
| | | | | | | | (LIBS): add ws2_32.lib for static builds with Tcl.
* | * README: Bump version number to 8.5b3.dgp2007-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | * generic/tk.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* | * README: Bump version number to 8.5b2.dgp2007-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | * win/configure, win/configure.in (TK_WIN_VERSION): Make sure thehobbs2007-10-151-2/+4
| | | | | | | | patchlevel doesn't contain extra dotted pairs (eg. interim release)