diff options
author | hobbs <hobbs> | 2003-03-01 01:22:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-03-01 01:22:46 (GMT) |
commit | 7f8d917032c5618327a7308cfc1374999fb1dab3 (patch) | |
tree | 71b33566c3c72b6d76ec56fd894ba971f4cf1c40 /ChangeLog | |
parent | 9c2c8ce280179589948f246399330d3954b2ca28 (diff) | |
download | tcl-7f8d917032c5618327a7308cfc1374999fb1dab3.zip tcl-7f8d917032c5618327a7308cfc1374999fb1dab3.tar.gz tcl-7f8d917032c5618327a7308cfc1374999fb1dab3.tar.bz2 |
* win/configure:
* win/configure.in: check for 'g' for debug build type, not 'd'.
* win/rules.vc (DBGX): correct to use 'g' for nmake win makefile
to match the cygwin makefile for debug builds. [Bug #635107]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-02-28 Jeff Hobbs <jeffh@ActiveState.com> + + * win/configure: + * win/configure.in: check for 'g' for debug build type, not 'd'. + * win/rules.vc (DBGX): correct to use 'g' for nmake win makefile + to match the cygwin makefile for debug builds. [Bug #635107] + 2003-02-28 Vince Darley <vincentdarley@users.sourceforge.net> * doc/file.n: subcommand is 'file volumes' not 'file volume' |