summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-27 13:45:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-27 13:45:10 (GMT)
commitb0c785f76f50fe169bad4c32cc7b2e3a59fa3a19 (patch)
tree831ae79c5f76045c58d4ed378cd7bb48e759b9df /unix
parentb736f08b1f2c9a1c6f45f4f9a6f97b7a2e6698f8 (diff)
downloadtcl-b0c785f76f50fe169bad4c32cc7b2e3a59fa3a19.zip
tcl-b0c785f76f50fe169bad4c32cc7b2e3a59fa3a19.tar.gz
tcl-b0c785f76f50fe169bad4c32cc7b2e3a59fa3a19.tar.bz2
(backport) Add tcl::unsupported::icu command (why not!)
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9610165..71c7c93 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -305,7 +305,8 @@ GENERIC_OBJS = regcomp.o regexec.o regfree.o regerror.o tclAlloc.o \
tclCompile.o tclConfig.o tclDate.o tclDictObj.o tclDisassemble.o \
tclEncoding.o tclEnsemble.o \
tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o \
- tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o \
+ tclHash.o tclHistory.o \
+ tclIcu.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o \
tclIORChan.o tclIORTrans.o tclIOGT.o tclIOSock.o tclIOUtil.o \
tclLink.o tclListObj.o \
tclLiteral.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o \
@@ -431,6 +432,7 @@ GENERIC_SRCS = \
$(GENERIC_DIR)/tclGet.c \
$(GENERIC_DIR)/tclHash.c \
$(GENERIC_DIR)/tclHistory.c \
+ $(GENERIC_DIR)/tclIcu.c \
$(GENERIC_DIR)/tclIndexObj.c \
$(GENERIC_DIR)/tclInterp.c \
$(GENERIC_DIR)/tclIO.c \
@@ -1371,6 +1373,9 @@ tclHash.o: $(GENERIC_DIR)/tclHash.c
tclHistory.o: $(GENERIC_DIR)/tclHistory.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclHistory.c
+tclIcu.o: $(GENERIC_DIR)/tclIcu.c
+ $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclIcu.c
+
tclIndexObj.o: $(GENERIC_DIR)/tclIndexObj.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclIndexObj.c