Overview
Comment: | Added TclLib support |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bbe03c6049ec842aec4cb1eea7a99619 |
User & Date: | rkeene on 2014-12-19 00:43:54 |
Other Links: | manifest | tags |
Context
2014-12-19
| ||
01:11 | Added TclUDP support check-in: 966987c964 user: rkeene tags: trunk | |
00:43 | Added TclLib support check-in: bbe03c6049 user: rkeene tags: trunk | |
2014-12-11
| ||
16:55 | Added start of completely-static-pkgs check-in: 1c46fbeaaf user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [5261fbbc36] to [137a3b1513].
︙ | |||
101 102 103 104 105 106 107 108 109 110 111 112 113 114 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | + + + + + + + + + | tls/build.log tls/inst tls/inst/* tls/out tls/out/* tls/src tls/src/* tcllib/build tcllib/build/* tcllib/build.log tcllib/inst tcllib/inst/* tcllib/out tcllib/out/* tcllib/src tcllib/src/* kitdll/buildsrc/kitdll-0.0/starpack.vfs kitdll/buildsrc/kitdll-0.0/starpack.vfs/* kitdll/buildsrc/kitdll-0.0/test kitdll/buildsrc/kitdll-0.0/configure kitdll/buildsrc/kitdll-0.0/libtcl*.so kitdll/buildsrc/kitdll-0.0/Makefile kitdll/buildsrc/kitdll-0.0/*.o |
︙ |
Modified kitcreator from [55f8d0b919] to [99ffc9d1a8].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | if [ -f 'build/pre.sh' ]; then if ! find 'kitsh/buildsrc/' -name configure -type f 2>/dev/null | grep configure >/dev/null; then echo "Please remember to run 'build/pre.sh' if you expect this build to work." >&2 fi fi # Define the list of all packages, for cleaning purposes |
︙ |
Added tcllib/build.sh version [0558ed07b0].
|