Artifact 440fcc9f64238d311d1a5cebd1f7bd92d3751ded:
- Executable file
build/make-minkit
— part of check-in
[e143e5ef08]
at
2010-10-02 08:39:55
on branch trunk
— Updated Minkit build scripts to support buildint KitDLL
Added fix for building KitDLL on platforms without working "strtod"
Updated to support compiling TclVFS extension with "-fPIC" when building KitDLL (user: rkeene, size: 307) [annotate] [blame] [check-ins using]
#! /bin/sh
# Build minimalistic tclkit
if echo " ${KITCREATOR_PKGS} " | grep ' kitdll ' >/dev/null; then
KITCREATOR_PKGS="kitdll"
else
KITCREATOR_PKGS=" "
fi
KITCREATOR_MINENCODINGS='true'
KITCREATOR_MINBUILD='true'
export KITCREATOR_PKGS KITCREATOR_MINENCODINGS KITCREATOR_MINBUILD
./kitcreator "$@"