summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_compile.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25compile mode: include slibtool version information in the object wrapper.midipix1-1/+7
2016-04-24compile mode: include utility nickname in the generated wrapper.midipix1-1/+5
2016-04-23compile mode: generate compatible object wrapper.midipix1-1/+2
2016-04-23compile mode: remove .lo object file prior to invoking the compiler.midipix1-0/+19
2016-04-20compile mode: added nasm support.midipix1-2/+18
2016-04-06source quality: remove empty statement.midipix1-1/+1
2016-04-06generated .lo and .la files: fix typo.midipix1-1/+1
2016-03-20struct slbt_exec_ctx: distinguish between the compiler and the invoked program.midipix1-0/+4
2016-03-20slbt_exec_compile(): fix return code path.midipix1-1/+1
2016-03-18slbt_exec_compile(): output compilation steps when not in silent mode.midipix1-0/+14
2016-03-10slbt_exec_compile(): initial implementation.midipix1-0/+100