657
edits
(Correct configure settings, for pkconfig files.) |
|||
Line 234: | Line 234: | ||
--- include/fluidsynth.h | --- include/fluidsynth.h | ||
+++ include/fluidsynth.h | +++ include/fluidsynth.h | ||
@@ -28, | @@ -28,13 +28,7 @@ | ||
#endif | #endif | ||
Line 244: | Line 244: | ||
-#else | -#else | ||
-#define FLUIDSYNTH_API __declspec(dllimport) | -#define FLUIDSYNTH_API __declspec(dllimport) | ||
-#endif | |||
+#define FLUIDSYNTH_API | +#define FLUIDSYNTH_API | ||
#elif defined(MACOS9) | #elif defined(MACOS9) | ||
#define FLUIDSYNTH_API __declspec(export) | |||
</syntax> | </syntax> | ||
Line 256: | Line 257: | ||
To install the library, type: | To install the library, type: | ||
make install prefix=/mingw | make install prefix=/mingw | ||
=== libpng === | === libpng === |
edits