summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat/mingw-version-script.txt
AgeCommit message (Collapse)Author
2016-05-17cmake: work for shared library destructorsStanislaw Halik
Remove linker script usage. I'm worried about the potential interaction with shared libraries' _fini symbol for global destruction. Further, add -fuse-cxa-atexit in order to run the global destructors to begin with. This works on LLVM and GNU. MSVC doesn't export symbols by default.
2015-07-25move portability classes to compat libraryStanislaw Halik