projects
/
kitgen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f4f28
)
snack still has trouble with stubs
author
Jean-Claude Wippler
<jcw@equi4.com>
Wed, 11 Apr 2007 09:22:02 +0000
(09:22 +0000)
committer
Jean-Claude Wippler
<jcw@equi4.com>
Wed, 11 Apr 2007 09:22:02 +0000
(09:22 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1448
9e558909
-932a-0410-a563-
af77432da1eb
extdefs/snack.kbs
patch
|
blob
|
history
diff --git
a/extdefs/snack.kbs
b/extdefs/snack.kbs
index f1f5f363177f7450ba99e01ca4e39beefd29ddcc..a53906121aff2b90e3e61468cef9833dab3600a6 100644
(file)
--- a/
extdefs/snack.kbs
+++ b/
extdefs/snack.kbs
@@
-9,7
+9,7
@@
Build {
set d [string map [list "TCL_SHARED_BUILD=0" "TCL_SHARED_BUILD=1"] $d]
set f [open [Libdir]/tclConfig.sh w]; puts -nonewline $f $d; close $f
}
- Run sh [Srcdir]/unix/configure
--enable-stubs
\
+ Run sh [Srcdir]/unix/configure \
--with-tcl=[Libdir] --with-tk=[Libdir] --libdir=[Libdir]
Run make
Run make install