aboutsummaryrefslogtreecommitdiff
path: root/utils/dumpbank
AgeCommit message (Collapse)Author
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