summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_execute.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-01dry run: initial quick implementation.midipix1-0/+4
With the current patch, slibtool respects --dry-run by turning the various modes (compile, link, install, execute) into no-ops. For at least the compile and install mode, it should be possible to output complete information about the steps that would be performed under default operation conditions, however that is not yet implemented.
2016-04-30execute mode: initial implementation.midipix1-0/+82