summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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 FossilOrigin-Name: 63cc534f50d72677a33e79bd4b45a1efeab739bc
* * 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: FossilOrigin-Name: 20c45754f76680260016fd3f7ed12c0c0e9465e5
* * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-281-3/+4
| | | | | | Needed by Tk for manifest generation. FossilOrigin-Name: b1e97239eb18ea2be4010aaddefce7c397ee4c5e
* []-quote ac_defun functionshobbs2006-03-021-11/+11
| | | FossilOrigin-Name: 28bee7d78b132d90bdba084ec319b6c69906ff98
* * 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. FossilOrigin-Name: ed29dbfa87ed1d7a63fca463478518be560cc2a4
* * 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] FossilOrigin-Name: 70350263791c08118cc6695b4255d646e7341186
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-17/+20
| | | | | | allow msys alone as an alternative. FossilOrigin-Name: 95140be5da5ab4fd696a03fbaed4d2f0551e23be
* * 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] FossilOrigin-Name: 512f818026dc799ac0f22c401f3de9518fb5467e
* * 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. FossilOrigin-Name: 889afe7c6c55694eb81a68cf1e57d11503b24117
* * win/Makefile.in: Add TCL_DEFS to AC_FLAGSmdejong2003-01-131-4/+20
| | | | | | | | | | | | | | | so that compiler flags defined by Tcl get passed to the compiler. Add empty rule for cat.c so that Tk compiles under msys. * win/configure: Regen. * win/tcl.m4: Update from Tcl, this pulls in a subst of TCL_DEFS, it also defines USE_THREAD_ALLOC when threads are used and it updates the SC_ENABLE_SYMBOLS and SC_PROG_TCLSH macros to match the ones used in Tcl. FossilOrigin-Name: 53f1ef69737ab3257175c5e7f59d1f0db1993c36
* * win/configure: Regen.hobbs2002-10-191-0/+25
| | | | | | | | | | * win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version of windres and work around that case by passing a POSIX path instead of a Windows native path. One can't always pass a POSIX path because the mingw native toolchain accepts only Windows native paths. (dejong) FossilOrigin-Name: 02559aa04454bbe8280cb87da0e8190acf5fc28f
* * win/configure:hobbs2002-10-161-8/+23
| | | | | | * win/tcl.m4: Add --enable-shared=mem support. FossilOrigin-Name: 5c6155139d7bb7174ebf731748013f5865608860
* 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>hobbs2002-09-271-7/+34
| | | | | | | | | | | | | | | | | | Added basic Cygwin support. * win/tcl.m4 (SC_PATH_TCLCONFIG): Support one-tree build. (SC_PATH_TKCONFIG): Likewise. (SC_PROG_TCLSH): Likewise. (SC_CONFIG_CFLAGS): Assume real Cygwin port and remove -mno-cygwin flags. Add -mwin32 to extra_cflags and extra_ldflags. Remove ``-e _WinMain@16'' from LDFLAGS_WINDOW. * win/configure: Regenerate. * win/tkWinPort.h (tchar.h): Do not include on Cygwin. (_T): Define for Cygwin. * win/winMain.c (main): Conditionally define. FossilOrigin-Name: 85aa3e209016ec5dccf66dd0595b87989845a100
* * win/configure:hobbs2002-08-081-2/+2
| | | | | | | * win/tcl.m4: added shell32 to libs for updated native Windows tk_chooseDirectory dialog. FossilOrigin-Name: f1e64387dcea6bf9a0bac3e5e46be65988059099
* * win/configure:hobbs2002-04-121-1/+1
| | | | | | | | | * win/tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp FossilOrigin-Name: a38bcfe0978f822090ea08793b3b8c862796b776
* * unix/Makefile.in: Remove commented out vars.mdejong2002-01-291-4/+30
| | | | | | | | | | | * unix/configure: Regen. * unix/configure.in: Don't subst vars that are already taken care of in SC_LOAD_TCLCONFIG. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 178a19e30ac1930ca02d550822059d0cd157f01c
* * unix/configure: Regen.mdejong2002-01-171-4/+7
| | | | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: b5febdbfd80d2878cd0757f3e4d126eb86575970
* * win/configure: regen'edhobbs2001-12-281-2/+2
| | | | | | | * win/tcl.m4: added shell32.lib to link libs, as these are necessary for new directory chooser (when enabled). FossilOrigin-Name: 38638893207dddb0353b82a4ccc5169df3416e45
* * win/configure: Regen.mdejong2001-11-251-0/+6
| | | | | | | | | * win/configure.in: Don't AC_SUBST CFLAGS_DEBUG, CFLAGS_OPTIMIZE, or CFLAGS_WARNING since it is now done in SC_CONFIG_CFLAGS. * win/tcl.m4 (SC_CONFIG_CFLAGS): AC_SUBST DL_LIBS, CFLAGS_DEBUG, CFLAGS_OPTIMIZE, and CFLAGS_WARNING. FossilOrigin-Name: d1c0e4f55c93bbd0bd949bdd22ce1b27f95a4420
* add comctl32.lib to build libshobbs2001-11-101-2/+2
| | | FossilOrigin-Name: 6530c870cd19003ad1597fb9806f35e1fc1c5a3e
* updated for Win64 SDK RC1 compilation supporthobbs2001-10-011-26/+53
| | | FossilOrigin-Name: 23cb93ac9b6697646cf16d6e85f9e9ecdb45f868
* * win/configure: regeneratedhobbs2001-08-041-4/+6
| | | | | | | | | | * win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll. This is necessary for TEA compliant builds that build shared against a static-built Tk. * win/Makefile.in ($(WISH)): added $(TK_STUB_LIB_FILE) to build target, otherwise it wouldn't get generated in a static build. FossilOrigin-Name: a264d04e1f850954899074789025987ba0694b40
* * unix/Makefile.in: Add AR and STLIB_LD variables.mdejong2001-07-111-4/+4
| | | | | | | | | | | * unix/configure: * unix/configure.in: Use STLIB_LD when defining MAKE_LIB and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 67de68fc0038759f7292b250fa61dbfdf8420590
* * win/configure: Regen.mdejong2001-07-061-1/+8
| | | | | | * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 134364865a0962a6dbab8ea3c8454a03fc2014c0
* * win/Makefile.in: Subst DEPARG directly insteadmdejong2001-07-061-3/+9
| | | | | | | | | | of relying on a variable. This will make Cygwin build faster since an extra exec will be avoided. * win/configure: Regen. * win/configure.in: Subst DEPARG. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: b685ea150b4ee51b2af7ad4cf50c5b3c59388b22
* * win/Makefile.in: Remove PATHTYPE variable.mdejong2001-07-041-15/+4
| | | | | | | | * win/configure: Regen. * win/configure.in: Don't subst PATHTYPE. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 3e3fd403b34cc514397b340ab17f7368fe9409ae
* * win/configure: Regen.mdejong2001-06-261-0/+2
| | | | | | | * win/configure.in: Use RC_DEFINE flag from tcl.m4. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 2d319b6f1c8f6dd1b64b8cd4b648e21ac0f725b9
* * win/configure: Regen.mdejong2001-06-261-29/+11
| | | | | | * win/tcl.m4: Update from Tcl. FossilOrigin-Name: b7f81421962974e382f406aba2c3529fa97ecc9b
* * win/configure: Regen.mdejong2001-06-231-1/+1
| | | | | | | | | * win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the imm32 library when building with mingw gcc. * win/tkWinX.c: Include the imm.h header to fix compiling with mingw gcc. FossilOrigin-Name: e3e493f97716ab52679c32d79dc0c08507a8e735
* * win/configure: Regen.mdejong2001-06-231-1/+1
| | | | | | * win/tcl.m4: Fix silly typo in last checkin. FossilOrigin-Name: 4e8df3daa2594d4bf3cea06b1e3e931f98b8a5e0
* * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.mdejong2001-06-221-5/+5
| | | | | | | | | | | | | | | | | | | | Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. Add LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE to match the way CFLAGS_DEFAULT works. Use new LDFLAGS variable in the Makefile instead of @LDFLAGS@. * unix/configure: Regen. * unix/configure.in: Don't set CFLAGS to CFLAGS_DEFAULT, instead subst CFLAGS_DEFAULT into the Makefile. Add AC_SUBST for CFLAGS_DEBUG, CFLAGS_OPTIMIZE, LDFLAGS_DEFAULT, LDFLAGS_DEBUG, and LDFLAGS_OPTIMIZE. Remove unused LD_FLAGS subst. * unix/tcl.m4: Update from Tcl. * win/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@. Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. * win/configure: Regen. * win/configure.in: Don't set CFLAGS or LDFLAGS, instead subst CFLAGS_DEFAULT and LDFLAGS_DEFAULT into the Makefile. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 3b5982868ea872a09578ed4b2b40c3be4653583d
* * win/configure:mdejong2001-06-221-2/+2
| | | | | | * win/tcl.m4: Update From Tcl. FossilOrigin-Name: d8467c9a550ae7107d7e2bbaee2aa68476b61874
* * unix/configure:mdejong2001-05-231-6/+6
| | | | | | | | * unix/tcl.m4: * win/configure: * win/tcl.m4: Sync from Tcl sources. FossilOrigin-Name: 32d7a7f3dfbfa173930b588a1772f96a10b8643e
* * unix/configure: Regen.mdejong2001-04-251-2/+5
| | | | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: e47bf2563de61b092ab92ce7aaa5c21e399d26cb
* * win/configure:hobbs2001-04-031-1/+1
| | | | | | * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] FossilOrigin-Name: cdba56723d95206a6bc12e0bafc90bed2f2b9c77
* * win/makefile.vc:hobbs2001-03-301-1/+1
| | | | | | | | | | | * win/configure: * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. * win/tkWinInt.h: * win/tkWinKey.c: * win/tkWinX.c: added support for changing IME on the fly in Windows (2000). (lam) [Patch #402993] FossilOrigin-Name: 7d37d3f469f0662f50fc1661d1f02bc0060ca9c8
* * win/tcl.m4:hobbs2000-11-031-0/+12
| | | | | | * win/makefile.vc: updated for Win64 compile support FossilOrigin-Name: cc01c5fcdc0d8ae6f3291f0e321b78caf0c05312
* remove --enable-gcc configure optionmo2000-08-251-54/+0
| | | FossilOrigin-Name: 63c6411be67f99b00c28c7bf513849377f93a802
* * unix/aclocal.m4: Use tcl.m4.mo2000-07-191-2/+2
| | | | | | | | | | * unix/configure.in: Properly quote LOCALES variable. Properly quote argument to m4 macro. * unix/tcl.m4: Add updated file from tcl. * win/tcl.m4: Updated file from tcl. FossilOrigin-Name: 9f7b475c17c69a9dea4e9c18a4691452fda39fbf
* Added per RFE 5844.ericm2000-06-131-0/+625
FossilOrigin-Name: 08e453c7ca48366d7fb656a8103ba22b13acb96b