summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-07-19 21:17:18 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-07-19 21:17:18 +0300
commitf7f7449a4bf04caea9a428e90a4e916aa7e48a1c (patch)
tree989e3ccfc8801f8120c3a426b5ea106240b794c0 /doc
parent4a08ae9834b3e0521ea2d1253abd6e780ce99c1a (diff)
downloadbdwgc-f7f7449a4bf04caea9a428e90a4e916aa7e48a1c.tar.gz
Rename nothreads option to disable_threads in NT_MAKEFILE
* NT_MAKEFILE: Change nothreads=1 to disable_threads=1 in the header comment. * NT_MAKEFILE (CFLAGS_MT): Rename NOTHREADS to DISABLE_THREADS. * doc/README.win32 (Microsoft Tools): Change nothreads=1 to disable_threads=1. * doc/README.win64: Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.win322
-rw-r--r--doc/README.win642
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.win32 b/doc/README.win32
index 90bf2c34..3cb17c09 100644
--- a/doc/README.win32
+++ b/doc/README.win32
@@ -41,7 +41,7 @@ Microsoft Tools
---------------
For Microsoft development tools, type
-"nmake -f NT_MAKEFILE cpu=i386 make_as_lib=1 nothreads=1 nodebug=1"
+"nmake -f NT_MAKEFILE cpu=i386 make_as_lib=1 disable_threads=1 nodebug=1"
to build the release variant of the collector as a static library without
threads support.
diff --git a/doc/README.win64 b/doc/README.win64
index b2d83044..22900df2 100644
--- a/doc/README.win64
+++ b/doc/README.win64
@@ -18,7 +18,7 @@ for the 32-bit library version.
A similar procedure using NT_MAKEFILE is applicable to build the static
library - just pass "make_as_lib=1" as an extra argument to nmake.
If needed, it is also possible to build the library without threads
-support - this could be done by passing "nothreads=1" argument to nmake.
+support - this could be done by passing "disable_threads=1" argument to nmake.
Note that some warnings have been explicitly turned off in the makefile.