Clean up Tcl version docs and handling

We require 8.4 now which simplifies things a bit.
This commit is contained in:
Olly Betts 2022-07-28 14:30:43 +12:00
commit 64d72483c6
4 changed files with 19 additions and 15 deletions

View file

@ -191,7 +191,7 @@ tcl: $(SRCDIR_SRCS)
$(TCLLDSHARED) $(CFLAGS) $(LDFLAGS) $(OBJS) $(IOBJS) $(TCL_DLNK) $(LIBS) -o $(LIBPREFIX)$(TARGET)$(TCL_SO) $(TCL_LINK)
# -----------------------------------------------------------
# Build a Tcl7.5 dynamic loadable module for C++
# Build a Tcl dynamic loadable module for C++
# -----------------------------------------------------------
tcl_cpp: $(SRCDIR_SRCS)