diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-09-14 02:52:31 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-09-14 02:52:31 (GMT) |
commit | ffa7145291c84c25259567a5ed6cfc14885c2649 (patch) | |
tree | 6f1b7b85c0b161723d2d019d35eba5f09a3fc111 /ChangeLog | |
parent | 3511aff356300b3c67bb9cdea914d9d0680818f9 (diff) | |
download | tk-ffa7145291c84c25259567a5ed6cfc14885c2649.zip tk-ffa7145291c84c25259567a5ed6cfc14885c2649.tar.gz tk-ffa7145291c84c25259567a5ed6cfc14885c2649.tar.bz2 |
* generic/tk.h: Moved RC_INVOKED down so that tcl.h is still
included when running the resource compiler. <tcl.h> excludes
the unnecessary parts on its own. This reenables the Windows
build. It failed because the non-inclusion of tcl.h caused the
resource compiler to miss some vital macro definitions
(TCL_FINAL_RELEASE, STRINGIFY, ...).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * generic/tk.h: Moved RC_INVOKED down so that tcl.h is still + included when running the resource compiler. <tcl.h> excludes + the unnecessary parts on its own. This reenables the Windows + build. It failed because the non-inclusion of tcl.h caused the + resource compiler to miss some vital macro definitions + (TCL_FINAL_RELEASE, STRINGIFY, ...). + 2002-09-12 Daniel Steffen <das@users.sourceforge.net> * generic/tk.h: |