summaryrefslogtreecommitdiffstats
path: root/win/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * unix/configure.in:hobbs2000-02-081-2/+2
| | | | | | | | | * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * unix/tcl.m4: changed all -fpic to -fPIC
* * README:core_8_3_b2hobbs2000-01-141-2/+2
| | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2
* * win/mkd.bat:hobbs1999-12-221-2/+2
| | | | | | | | | | * win/rmd.bat: removed necessity of tag.txt [Bug: 3874] * win/tclWinThrd.c: changed CreateThread to _beginthreadex and ExitThread to _endthreadex * win/README.binary: * win/configure.in: updated to patch level 8.3b1
* Added "doc" target to the Makefile that will build the winhelp fileswart1999-12-061-2/+9
|
* * {win,mac,unix,tools,}/README:hobbs1999-10-051-4/+4
| | | | | | | | | | | | * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0. * win/tclWinReg.c: fixed registry command to properly 'get' HKEY_PERFORMANCE_DATA root key data. Needs more work. * win/tclWinSerial.c: changed SerialSetOptionProc to return TCL_OK by default. (patch from Rolf Schroedter)
* Change version numbers to 8.2.0redman1999-08-101-2/+2
|
* * unix/configure.in:redman1999-08-021-2/+2
| | | | * win/configure.in: Change beta level to b2.
* Added definitions for some symbols in tclConfig.sh that never gotwart1999-07-301-1/+13
| | | | values in Windows.
* * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX inredman1999-07-091-1/+4
| | | | | | the configure script so that substitutions get expanded before being placed in the Makefile. The "d" portion for debug libraries and DLLs was not being set properly.
* Changed to Tcl 8.2b1welch1999-06-251-4/+4
|
* more incremental changessurles1999-06-161-1/+8
|
* merged unix and windows stylessurles1999-06-161-4/+2
|
* modified files to work with new windows Makefilessurles1999-06-161-12/+20
|
* Continued work on configure and make scriptssurles1999-06-111-74/+52
|
* Modified configure.in that uses the tcl.m4 macroswart1999-06-101-47/+9
|
* * win/configure.in:stanton1999-06-051-4/+3
| | | | | | * win/Makefile.in: Windows build now handles static/dynamic debug/nodebug builds and supports the standard targets using Cygwin user tools plus GNU make and autoconf.
* Added makefile targets and configure switches to be TEA compliantsurles1999-06-021-5/+32
|
* * win/Makefile.in:stanton1999-05-281-0/+141
* win/configure.in: Added preliminary TEA implementation.