aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-08-31gen_adldata: Fixed CMake version warningWohlstand
2023-05-17gen_adldata: Support for custom banks.ini filesWohlstand
Add an ability to specify a custom list of banks during the build process Instead of using a pre-built cache, the new banks list will be generated on the fly. @mmontag, I didn't forgot about you, and I hope, you could make your own "banks.ini" somewhere outside, and build the the thing with it.
2021-07-27gen_adldata: Added an option to minify the generated source fileWohlstand
2021-01-07Do quiet check for OpenMPWohlstand
2020-10-14GenAdlData: Small fix for OpenMP detect on MSVCWohlstand
Thanks to Altazimuth for an explanation for the possible issues met at MSVC when building and running the GenAdldata on it.
2020-09-13Rename "adldata.cpp" into "inst_db.cpp"Wohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
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
2019-07-02Simplify and automate preparation for deep-debugWohlstand
2019-07-01First working of new databaseVitaly Novichkov
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
2019-06-22Enable measurer for new database format tooVitaly Novichkov
2018-12-15Remove explicit link to stdc++Flamefire
2018-12-13Fix OpenMP handlingAlexander Grund
2018-12-13Improve compiler checksAlexander Grund
2018-12-13Fix SDL2 handlingAlexander Grund
2018-12-13Continue clean-up of CMake buildVitaly 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