summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-07-10 18:13:41 (GMT)
committersebres <sebres@users.sourceforge.net>2019-07-10 18:13:41 (GMT)
commit5c69fce733edf887bb423858dcfc950581ea3427 (patch)
treedbe973853be0f1f9542ed2b3cafbb19ca048e630 /win/makefile.vc
parentbd11687207ffad058dde0ebb6ab8ff9a88fb68db (diff)
downloadtcl-5c69fce733edf887bb423858dcfc950581ea3427.zip
tcl-5c69fce733edf887bb423858dcfc950581ea3427.tar.gz
tcl-5c69fce733edf887bb423858dcfc950581ea3427.tar.bz2
win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configure/make option time64bit or define _USE_64BIT_TIME_T)
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index cc340a8..fc6191f 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -70,7 +70,7 @@ the build instructions.
# Sets where to install Tcl from the built binaries.
# C:\Progra~1\Tcl is assumed when not specified.
#
-# OPTS=loimpact,msvcrt,static,staticpkg,symbols,threads,profile,unchecked,none
+# OPTS=loimpact,msvcrt,static,staticpkg,symbols,threads,profile,unchecked,time64bit,none
# Sets special options for the core. The default is for none.
# Any combination of the above may be used (comma separated).
# 'none' will over-ride everything to nothing.
@@ -94,6 +94,8 @@ the build instructions.
# unchecked = Allows a symbols build to not use the debug
# enabled runtime (msvcrt.dll not msvcrtd.dll
# or libcmt.lib not libcmtd.lib).
+# time64bit = Forces a build using 64-bit time_t for 32-bit build
+# (CRT library should support this).
#
# STATS=compdbg,memdbg,none
# Sets optional memory and bytecode compiler debugging code added