aboutsummaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc.in2
-rw-r--r--win/package.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc.in b/win/makefile.vc.in
index ec97479..3d62427 100644
--- a/win/makefile.vc.in
+++ b/win/makefile.vc.in
@@ -66,7 +66,7 @@ VERSION = \"$(TKZINC_MAJOR).$(TKZINC_MINOR).$(TKZINC_PATCHLVL)\"
# GL_DAMAGE redraw only modified areas
# SHAPE include code for reshaping windows.
#
-DFLAGS= /DATC /DGL /DGL_DAMAGE /DGL_PRINT_CONFIG
+DFLAGS= /DATC /DGL /DGL_PRINT_CONFIG
#DFLAGS = /DTCL_MEM_DEBUG
# Max speed
diff --git a/win/package.tcl b/win/package.tcl
index fe27187..2b108c8 100644
--- a/win/package.tcl
+++ b/win/package.tcl
@@ -1,7 +1,7 @@
#
# This script is intended to be run in the win sub-directory
# with: tclsh build.tcl
-# actions include: tcl, perl, doc, wrap, clean. If nothing
+# actions include: subst, tcl, perl, doc, wrap, clean. If nothing
# is specified all actions are performed in order.
set todo [lindex $argv 0]