diff options
author | lfb <lfb> | 1999-03-09 01:34:50 (GMT) |
---|---|---|
committer | lfb <lfb> | 1999-03-09 01:34:50 (GMT) |
commit | f1d8bd42b49e8430b3f9734e1e80cfd781c5ebf7 (patch) | |
tree | 677fb5243bd5da1c17faa3bcb9c1b7458ccbc622 /win | |
parent | d283d7172f0a17fb6c8e4d447e2361b9a20578ff (diff) | |
download | tk-f1d8bd42b49e8430b3f9734e1e80cfd781c5ebf7.zip tk-f1d8bd42b49e8430b3f9734e1e80cfd781c5ebf7.tar.gz tk-f1d8bd42b49e8430b3f9734e1e80cfd781c5ebf7.tar.bz2 |
Added THREADDEFINES for building with threads enabled.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index ea6f812..8c6ab65 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -4,7 +4,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 1995-1997 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.1.4.11 1999/02/26 19:08:04 redman Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.1.4.12 1999/03/09 01:34:50 lfb Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -33,6 +33,9 @@ TCLDIR = ..\..\tcl8.1b2 # Set this to the appropriate value of /MACHINE: for your platform MACHINE = IX86 +# Uncomment the following line to compile with thread support +#THREADDEFINES = -DTCL_THREADS=1 + # Set NODEBUG to 0 to compile with symbols NODEBUG = 1 |