diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-11 18:12:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-11 18:12:28 (GMT) |
commit | 6c56c834bd637fa42f8f0ccad512ea595a9011ef (patch) | |
tree | 8364fb15797911f035e52afdaae0ca8e593093ba /win | |
parent | bc0c76f942f4b2bbeb5fc0ed30a832b6fa0ea93d (diff) | |
download | tcl-6c56c834bd637fa42f8f0ccad512ea595a9011ef.zip tcl-6c56c834bd637fa42f8f0ccad512ea595a9011ef.tar.gz tcl-6c56c834bd637fa42f8f0ccad512ea595a9011ef.tar.bz2 |
* generic/tcl.h: Bump version number to 8.5.3b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.2 and
* unix/configure.in: 8.5.3 releases.
* unix/tcl.spec:
* win/configure.in:
* README
* unix/configure: autoconf (2.59)
* win/configure:
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 4 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure index 7f72b09..78c8160 100755 --- a/win/configure +++ b/win/configure @@ -1272,7 +1272,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".2" +TCL_PATCH_LEVEL=".3b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 @@ -3984,7 +3984,7 @@ echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6 CC="\"${PATH64}/cl.exe\" -I\"${MSSDK}/Include\" \ -I\"${MSSDK}/Include/crt\" -I\"${MSSDK}/Include/crt/sys\"" RC="\"${MSSDK}/bin/rc.exe\"" - CFLAGS_DEBUG="-nologo -Zi -Od ${runtime}d" + CFLAGS_DEBUG="-nologo -Zi -Od ${runtime}" # Do not use -O2 for Win64 - this has proved buggy in code gen. CFLAGS_OPTIMIZE="-nologo -O1 ${runtime}" lflags="-nologo -MACHINE:${MACHINE} -LIBPATH:\"${MSSDK}/Lib/${MACHINE}\"" diff --git a/win/configure.in b/win/configure.in index 750c1b9..b0918ca 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.104 2008/03/28 17:31:48 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.104.2.1 2008/04/11 18:12:31 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".2" +TCL_PATCH_LEVEL=".3b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |