aboutsummaryrefslogtreecommitdiff
path: root/src/Build.hs
AgeCommit message (Collapse)Author
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík
2020-07-08Fix bug with case in program source file name.Brad Richardson
2020-06-14Fix another path issue for build scriptBrad Richardson
2020-06-14Fix missed unWindowsPathBrad Richardson
2020-06-14Try using Linux like paths for build scriptsBrad Richardson
2020-06-14See if removing the drive letter worksBrad Richardson
2020-06-14Revert "Try escaping the colon in buildscript BUILD_DIR"Brad Richardson
This reverts commit 91a649cdd80bf1062a03bcbc58715789ae0d3422.
2020-06-14Try escaping the colon in buildscript BUILD_DIRBrad Richardson
2020-06-14Add support for Makefiles and generic build scriptsBrad Richardson
2020-05-29Impelement test/executable specific dependenciesBrad Richardson
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work
2020-05-09Prefix library archive file names with libBrad Richardson
2020-04-29Fix filtering out program sourceBrad Richardson
2020-03-28Switch to building one program at a time per definitions from fpm.tomlBrad Richardson
2020-03-24Reformat HaskellBrad Richardson
2020-03-08Merge pull request #43 from everythingfunctional/bpr_AdditionalLibrariesBrad Richardson
Add place to specify other libraries when building library
2020-03-06Add place to specify other libraries when building libraryBrad Richardson
2020-03-03Fix building executables on windowsBrad Richardson
2020-03-02Fix for windowsRichardson
2020-02-28Enable capitalization of source filesBrad Richardson
2020-02-27Enable building executablesBrad Richardson
2020-02-27Enable building a libraryBrad Richardson