Overview
Comment: | Corrected typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 09c23dfa32484429947fa4be2fe0732558fb182f |
User & Date: | rkeene on 2014-09-03 01:17:12 |
Other Links: | manifest | tags |
Context
2014-09-05
| ||
02:33 | Updated README slightly check-in: d7b0958d40 user: rkeene tags: trunk | |
2014-09-03
| ||
01:17 | Corrected typo check-in: 09c23dfa32 user: rkeene tags: trunk | |
2014-09-02
| ||
17:24 | Clarified STATICMK4 notes in KitDLL check-in: fdef98f710 user: rkeene tags: trunk | |
Changes
Modified kitcreator from [9dbf7335c1] to [48230f22d5].
118 118 if echo " ${KITCREATOR_PKGS} " | grep ' mk4tcl ' >/dev/null 2>/dev/null; then 119 119 if [ -z "${STATICMK4}" ]; then 120 120 echo 'Warning: Linking Mk4tcl dynamically because you are building KitDLL' 2>&1 121 121 echo ' Set STATICMK4 to make this message go away.' >&2 122 122 echo ' Set STATICMK4 to 1 if you really want to link Mk4tcl statically (normal default).' >&2 123 123 echo ' Set STATICMK4 to 0 to link Mk4tcl dynamically if possible (this is what is happening now).' >&2 124 124 echo ' Set STATICMK4 to -1 to build dynamically.' >&2 125 -0 = try shared; -1 = only shared; everything else = only static 126 125 127 126 STATICMK4="0" 128 127 export STATICMK4 129 128 fi 130 129 fi 131 130 fi 132 131