aboutsummaryrefslogtreecommitdiff
path: root/utils/dumpbank
AgeCommit message (Collapse)Author
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Continue CMake clean-upVitaly Novichkov
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-06-03Fixed warnings in the utilsVitaly Novichkov
2017-11-12libADLMIDI now is buildable under OpenWatcom except of some workaroundsWohlstand
- Need a different way to create a static library, otherwise it don't wanna be built. - Needed a different custom STL containers (std::vector and std::set) implementation that will work and will don't glitch with a crashes
2017-10-21Fixed MSVC2015 buildWohlstand
2017-10-20Added CMake supportWohlstand