dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
138 stars 26 forks source link

Fix DLL build #14

Closed f0k closed 10 years ago

f0k commented 10 years ago

This PR fixes the build process for Windows to correctly use __declspec(dllexport) on building the library, but __declspec(dllimport) when using the library. Besides, it sets the default visibility of symbols to "hidden" when building with GCC or Clang, reducing library size and enabling some more compiler optimizations (https://gcc.gnu.org/wiki/Visibility).