diff options
author | davygrvy <davygrvy@pobox.com> | 2004-01-16 02:52:41 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-01-16 02:52:41 (GMT) |
commit | adba9fe738d1390234b5d5bbb461df81d094ea7e (patch) | |
tree | 1f6d17cd162e57991a864e91b8eb358c254eee6c | |
parent | 06f094e0f0484e7ae97052bec921737dff4cb119 (diff) | |
download | tcl-adba9fe738d1390234b5d5bbb461df81d094ea7e.zip tcl-adba9fe738d1390234b5d5bbb461df81d094ea7e.tar.gz tcl-adba9fe738d1390234b5d5bbb461df81d094ea7e.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -10,7 +10,17 @@ * win/makefile.vc: Removed 'advapi.lib' from $(baselibs). Added new logic to crank-up the warning levels for both compile - and link when $(FULLWARNINGS) is set. + and link when $(FULLWARNINGS) is set. Some clean-up with how + the resource files are built and how -DTCL_USE_STATIC_PACKAGES + is sent when compiling the shells. + + * win/tclAppInit.c: Small change in how TCL_USE_STATIC_PACKAGES + is used. + + * win/tcl.rc: + * win/tclsh.rc: Some clean-up with how the resource files are + built. Fixed 'OriginalFilename' problem that still thought + a debug suffix was still 'd', now is 'g'. 2004-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> |