summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-30 11:10:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-30 11:10:21 (GMT)
commit7c68bcc31e593d543e2a31a8e498b1cd9115404b (patch)
tree09e0a9360bcf2ffd6af7f82239957a48f6e4a0fd /win/rules.vc
parent07603e3b381387670e03489d397205372589c336 (diff)
parent4106570aa941dd23622fb8107e28d9702902fbe1 (diff)
downloadtcl-7c68bcc31e593d543e2a31a8e498b1cd9115404b.zip
tcl-7c68bcc31e593d543e2a31a8e498b1cd9115404b.tar.gz
tcl-7c68bcc31e593d543e2a31a8e498b1cd9115404b.tar.bz2
TIP #596: Stubs support for Embedding Tcl in other applications
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 19f0dd8..35d8356 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 /DUSE_TCLOO_STUBS
+USE_STUBS_DEFS = /DUSE_TCL_STUBS=1 /DUSE_TCLOO_STUBS=1
!if $(NEED_TK)
USE_STUBS_DEFS = $(USE_STUBS_DEFS) /DUSE_TK_STUBS
!endif