diff options
author | sebres <sebres@users.sourceforge.net> | 2017-01-10 22:07:37 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-01-10 22:07:37 (GMT) |
commit | efcfa2b368fa979b75f62e91ae673b260f2ba0c9 (patch) | |
tree | a653abcdf8c8acb4fa58a6394ee760741b36ec52 /win | |
parent | c093e76184fc3101487abf86878fcc8e85a77cd9 (diff) | |
download | tcl-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')
-rw-r--r-- | win/Makefile.in | 1 | ||||
-rw-r--r-- | win/makefile.vc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index e967ef3..82e5516 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -228,6 +228,7 @@ GENERIC_OBJS = \ tclBinary.$(OBJEXT) \ tclCkalloc.$(OBJEXT) \ tclClock.$(OBJEXT) \ + tclClockFmt.$(OBJEXT) \ tclCmdAH.$(OBJEXT) \ tclCmdIL.$(OBJEXT) \ tclCmdMZ.$(OBJEXT) \ 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 \
|