mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 09:10:54 +00:00
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@896 af15c1b1-3010-417e-b628-4374ebc0bcbd
6 lines
311 B
Text
6 lines
311 B
Text
libmodplug - version 0.8.8.5 (release 2014-03-10.)
|
|
|
|
only the C-interface is exported in the dlls and the import libraries,
|
|
which is what we use. the dll is compiled using mingw (gcc-3.4.5/x86)
|
|
or mingw-w64 (gcc-4.5.4/x64), and it is statically linked to libstdc++
|
|
and libgcc, therefore no C++ dll dependencies.
|