summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:07:37 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:07:37 (GMT)
commitefcfa2b368fa979b75f62e91ae673b260f2ba0c9 (patch)
treea653abcdf8c8acb4fa58a6394ee760741b36ec52 /win/makefile.vc
parentc093e76184fc3101487abf86878fcc8e85a77cd9 (diff)
downloadtcl-efcfa2b368fa979b75f62e91ae673b260f2ba0c9.zip
tcl-efcfa2b368fa979b75f62e91ae673b260f2ba0c9.tar.gz
tcl-efcfa2b368fa979b75f62e91ae673b260f2ba0c9.tar.bz2
[temp-commit]: tclClockFmt.c - 1st try
using "timerate" instead "time" by performance measurement tests (more precise and fixed time, so no switch of factor expected)
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 26ee669..d6dbf85 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -270,6 +270,7 @@ COREOBJS = \
$(TMP_DIR)\tclBinary.obj \
$(TMP_DIR)\tclCkalloc.obj \
$(TMP_DIR)\tclClock.obj \
+ $(TMP_DIR)\tclClockFmt.obj \
$(TMP_DIR)\tclCmdAH.obj \
$(TMP_DIR)\tclCmdIL.obj \
$(TMP_DIR)\tclCmdMZ.obj \