aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2006-05-29 13:21:06 +0000
committerlecoanet2006-05-29 13:21:06 +0000
commitb878501e73a6ea16a049c7b70e9f562ade0beb82 (patch)
treea072d72fc1fe3328fea550862dd5e7d9e4c8c4ed
parent01f132f42f3df0229ac6c11499e9dae8b8431b70 (diff)
downloadtkzinc-b878501e73a6ea16a049c7b70e9f562ade0beb82.zip
tkzinc-b878501e73a6ea16a049c7b70e9f562ade0beb82.tar.gz
tkzinc-b878501e73a6ea16a049c7b70e9f562ade0beb82.tar.bz2
tkzinc-b878501e73a6ea16a049c7b70e9f562ade0beb82.tar.xz
Prevent the various compile to use the damage option.
-rw-r--r--README4
-rwxr-xr-xdebian/rules2
-rw-r--r--win/makefile.vc.in2
-rw-r--r--win/package.tcl2
4 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index a18210f..e755c8c 100644
--- a/README
+++ b/README
@@ -91,7 +91,7 @@ BUILDING AND INSTALLATION FOR TCL/TK
say we have unpacked tlc/tk sources in $HOME/src. The configure
line is as follows:
- env "CPPFLAGS=-I/sw/include -I$HOME/src/tcl8.4.1/generic -I$HOME/src/tk8.4.1/generic" ./configure --with-tcl=/sw/lib --with-tk=/sw/lib --enable-gl=damage
+ env "CPPFLAGS=-I/sw/include -I$HOME/src/tcl8.4.1/generic -I$HOME/src/tk8.4.1/generic" ./configure --with-tcl=/sw/lib --with-tk=/sw/lib --enable-gl
On Windows:
@@ -109,7 +109,7 @@ BUILDING AND INSTALLATION FOR TCL/TK
--enable-gl=[yes|no|damage]
--disable-gl
- This is turned off by default. Building with --enable-gl=damage
+ This is turned off by default. Building with --enable-gl
is the recommanded way for openGL support.
--enable-om=[yes|no]
diff --git a/debian/rules b/debian/rules
index f443580..079cdef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ install: build
#
# Configuring/compiling/installing for Tcl.
- ./configure --prefix=/usr --enable-gl=damage
+ ./configure --prefix=/usr --enable-gl
make binaries
# make install prefix=$(TMP)/usr
make install DESTDIR=$(TMP)
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]