diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-08-11 16:54:41 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-08-11 16:54:41 (GMT) |
commit | 6651c260f239e0725c31c790fb18678521371371 (patch) | |
tree | c696b095acb805445109c879be0a0a77e795ac10 /win/rules.vc | |
parent | d7be37a30c1d55d2bc8a56f3cb62c39f88f96556 (diff) | |
download | tk-6651c260f239e0725c31c790fb18678521371371.zip tk-6651c260f239e0725c31c790fb18678521371371.tar.gz tk-6651c260f239e0725c31c790fb18678521371371.tar.bz2 |
Sync with tcl version of rules.vc
FossilOrigin-Name: 91bba8f85a4717c8e0758821ae7021ed4a233e91
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/rules.vc b/win/rules.vc index 3fbaaaf..f09e2ea 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -8,7 +8,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 2001-2003 David Gravereaux. -# Copyright (c) 2003-2007 Patrick Thoyts +# Copyright (c) 2003-2008 Patrick Thoyts #------------------------------------------------------------------------------ !ifndef _RULES_VC @@ -243,9 +243,9 @@ TCL_USE_STATIC_PACKAGES = 1 TCL_USE_STATIC_PACKAGES = 0 !endif !if [nmakehlp -f $(OPTS) "nothreads"] +!message *** Compile explicitly for non-threaded tcl TCL_THREADS = 0 !else -!message *** Doing threads TCL_THREADS = 1 USE_THREAD_ALLOC= 1 !endif @@ -287,7 +287,7 @@ LOIMPACT = 0 USE_THREAD_ALLOC = 1 !endif !if [nmakehlp -f $(OPTS) "tclalloc"] -!message *** Doing thrdalloc +!message *** Doing tclalloc USE_THREAD_ALLOC = 0 !endif !if [nmakehlp -f $(OPTS) "unchecked"] |