Differences From Artifact [affa0561fd]:
- File win/makefile.vc — part of check-in [fe4dba4d60] at 2011-07-02 22:36:45 on branch trunk — Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] (user: kbk size: 40252) [more...]
To Artifact [cf3b964434]:
- File win/makefile.vc — part of check-in [caff0b1e87] at 2012-05-21 11:31:41 on branch trunk — TIP #106: Add Encoding Abilities to the [dde] Command (user: jan.nijtmans size: 40252) [more...]
| ︙ | |||
182 183 184 185 186 187 188 | 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | - + | PROJECT = tcl !include "rules.vc" STUBPREFIX = $(PROJECT)stub DOTVERSION = $(TCL_MAJOR_VERSION).$(TCL_MINOR_VERSION) VERSION = $(TCL_MAJOR_VERSION)$(TCL_MINOR_VERSION) |
| ︙ |