Paladin
Paladin copied to clipboard
Allow execution of ar after build to create static lib
For the tests project we require the application to have ar run to create a shared library instead of a built EXE in order for the tests project to compile. Add an option for Paladin.pld to build this file after source code is generated. See Tests/compile.sh for details
Does this already if the target is a static library, but there's no current option in PostBuild to do both