summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-09-19 15:12:52 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-09-19 15:12:52 (GMT)
commitb81c66b4c7d8c66becb3def11d368d1af0c059ed (patch)
treefb2fa69c66172a28524a1004a3427e9f4cd7c65e /win/makefile.vc
parent0e5d15e07293f2792b0a403dcf4e2039332cbb0c (diff)
downloadtcl-b81c66b4c7d8c66becb3def11d368d1af0c059ed.zip
tcl-b81c66b4c7d8c66becb3def11d368d1af0c059ed.tar.gz
tcl-b81c66b4c7d8c66becb3def11d368d1af0c059ed.tar.bz2
Do not permit nothreads in OPTS as sockets, registry and dde require threading.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index cb6d92c..4de6a1c 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -71,7 +71,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,nothreads,pdbs,profile,static,staticpkg,symbols,thrdalloc,tclalloc,unchecked,none
+# OPTS=loimpact,msvcrt,pdbs,profile,static,staticpkg,symbols,thrdalloc,tclalloc,unchecked,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.
@@ -82,7 +82,6 @@ the build instructions.
# using libcmt(d) as the C runtime [by default] to
# msvcrt(d). This is useful for static embedding
# support.
-# nothreads= Turns off full multithreading support.
# pdbs = Build detached symbols for release builds.
# profile = Adds profiling hooks. Map file is assumed.
# static = Builds a static library of the core instead of a