Differences From Artifact [c3ecd9940b]:
- Executable file tcc4tcl/build.sh — part of check-in [9c03031641] at 2014-05-06 05:01:53 on branch trunk — Moved from tcc to tcc4tcl (user: rkeene, size: 3135) [annotate] [blame] [check-ins using]
To Artifact [fc464932a3]:
- Executable file tcc4tcl/build.sh — part of check-in [d56c4a3049] at 2014-05-06 05:26:20 on branch trunk — Updated to not link against libtcc1.a (user: rkeene, size: 3242) [annotate] [blame] [check-ins using]
︙ | |||
116 117 118 119 120 121 122 123 124 125 126 127 | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | + + + | break done # Create VFS-insert cp -r "${INSTDIR}/lib" "${OUTDIR}" || exit 1 find "${OUTDIR}" -name '*.a' -type f | grep -v '/libtcc1\.a$' | xargs rm -f # Tell Kitsh not to try to link against "libtcc1.a" echo "/libtcc1\.a" > "${INSTDIR}/kitcreator-nolibs" exit 0 ) || exit 1 exit 0 |