Really this should be marked as static-only / no-library, but builder
does not support that yet.
/* This dummy file is needed to make Builder happy, and also serves as a syntax
check by pulling in all the headers. */
+
+#ifdef _WIN32
+namespace Msp {
+
+// This dummy function triggers the MSVC linker to create an import library.
+__declspec(dllexport) void mspmath_dummy_func() { }
+
+} // namespace Msp
+#endif