Differences From Artifact [92e44308bd]:
- Executable file build/test/test — part of check-in [57ce9464cc] at 2011-09-15 20:00:16 on branch trunk — Added support for creating debug symbols builds (user: rkeene, size: 14449) [annotate] [blame] [check-ins using]
To Artifact [7efd62ba50]:
- Executable file build/test/test — part of check-in [806626aa83] at 2011-09-16 00:36:11 on branch trunk — Fixed issue test not creating KitDLLs that are debugging (user: rkeene, size: 14562) [annotate] [blame] [check-ins using]
︙ | |||
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 | + + | ;; *-nomk4-*) tempkit="$(echo "${tempkit}" | sed 's@-nomk4-@-@')" nomk4="1" iszip="1" ;; *-kitdll-*) tempkit="$(echo "${tempkit}" | sed 's@-kitdll-@-@')" kitdll="1" ;; *-debug-*) tempkit="$(echo "${tempkit}" | sed 's@-debug-@-@')" args="${args} --enable-symbols" ;; esac done if [ "${kitdll}" = "1" ]; then # Currently no KitDLL uses Zip |
︙ |