diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-06-01 02:44:53 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-06-01 02:44:53 (GMT) |
commit | 8a1ba857d507f08ae03699c6116c31efd569e5de (patch) | |
tree | 870c9153f4d89ffe1851612aff23cb74a9e358ed /ChangeLog | |
parent | a2a2c49718f8fdda26f4c14905b28cc2e814044c (diff) | |
download | tcl-8a1ba857d507f08ae03699c6116c31efd569e5de.zip tcl-8a1ba857d507f08ae03699c6116c31efd569e5de.tar.gz tcl-8a1ba857d507f08ae03699c6116c31efd569e5de.tar.bz2 |
Add tclOO genstubs to Windows makefiles
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-06-01 Joe Mistachkin <joe@mistachkin.com> + + * win/Makefile.in: Add tclOO genstubs to Windows makefiles and remove + * win/makefile.vc: -DBUILD_tcloo because it is no longer required. + 2008-06-01 Kevin B. Kenny <kennykb@acm.org> * generic/tclOODecls.h: Added the swizzling of DLLEXPORT and @@ -7,7 +12,7 @@ map to silence a compiler warning. Thanks to George Peter Staplin for the report. - + 2008-06-01 Donal K. Fellows <dkf@users.sf.net> * generic/tclOO.decls, unix/Makefile.in (genstubs): Make generation of |