diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-30 11:56:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-30 11:56:15 (GMT) |
commit | 64524dd1b913c7b5c0c8a053d35321834e3137ed (patch) | |
tree | d111c84f0030e81821fdf50de67277c8499a7543 /win/rules.vc | |
parent | 7c68bcc31e593d543e2a31a8e498b1cd9115404b (diff) | |
download | tcl-64524dd1b913c7b5c0c8a053d35321834e3137ed.zip tcl-64524dd1b913c7b5c0c8a053d35321834e3137ed.tar.gz tcl-64524dd1b913c7b5c0c8a053d35321834e3137ed.tar.bz2 |
Keep win/rules.vc the same as in other branches
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc index 35d8356..19f0dd8 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1382,7 +1382,7 @@ OPTDEFINES = $(OPTDEFINES) /DTCL_NO_DEPRECATED # Note we do not define USE_TCL_STUBS even when building tk since some
# test targets in tk do not use stubs
!if !$(DOING_TCL)
-USE_STUBS_DEFS = /DUSE_TCL_STUBS=1 /DUSE_TCLOO_STUBS=1
+USE_STUBS_DEFS = /DUSE_TCL_STUBS /DUSE_TCLOO_STUBS
!if $(NEED_TK)
USE_STUBS_DEFS = $(USE_STUBS_DEFS) /DUSE_TK_STUBS
!endif
|