Differences From Artifact [5a5604ad51]:
- Executable file kitcreator — part of check-in [cbce55da50] at 2016-09-06 03:32:47 on branch trunk — Added support for a simplified package build script (user: rkeene, size: 8325) [annotate] [blame] [check-ins using]
To Artifact [ee8824e5b2]:
- Executable file kitcreator — part of check-in [69f695475e] at 2016-09-06 03:42:16 on branch trunk — Minor update to check for new build script system (user: rkeene, size: 8306) [annotate] [blame] [check-ins using]
︙ | |||
165 166 167 168 169 170 171 | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | - + | # Function to determine what build mode is being used function useCommonBuildSystem() { local script script="$1" |
︙ |