Differences From Artifact [0906205539]:
- Executable file
build/pre.sh
— part of check-in
[4f4058fd40]
at
2010-09-30 06:39:29
on branch trunk
— Updated KitDLL to search for libraries to link to from other projects
Added KitDLL prepartion and checking to pre-release initialization script (user: rkeene, size: 608) [annotate] [blame] [check-ins using]
To Artifact [6536148eb0]:
- Executable file
build/pre.sh
— part of check-in
[a15ed07178]
at
2010-10-14 07:41:50
on branch trunk
— Added patch for Tcl 8.4.19 to support compiling on Haiku
Updated release script to release patchscripts for Tcl (user: rkeene, size: 618) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
29 30 31 32 33 34 35 | ./configure || exit 1 make vfs_kitdll.tcl.h || exit 1 make distclean ) || exit 1 | | | 29 30 31 32 33 34 35 36 37 38 | ./configure || exit 1 make vfs_kitdll.tcl.h || exit 1 make distclean ) || exit 1 rm -f tcl/patchscripts/dietlibc.sh find . -name '.*.sw?' -type f | xargs rm -f |