(eba811de) Pushed MonoGame third-party dependencies

This commit is contained in:
Juan Pablo Arce
2020-02-04 15:49:32 -03:00
parent 08ab6185c4
commit 590619459b
28 changed files with 754 additions and 0 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="SDL2.dll" os="osx" target="libSDL2-2.0.0.dylib"/>
<dllmap dll="soft_oal.dll" os="osx" target="libopenal.1.dylib" />
<dllmap dll="SDL2.dll" os="linux" cpu="x86" target="./x86/libSDL2-2.0.so.0"/>
<dllmap dll="soft_oal.dll" os="linux" cpu="x86" target="./x86/libopenal.so.1" />
<dllmap dll="SDL2.dll" os="linux" cpu="x86-64" target="./x64/libSDL2-2.0.so.0"/>
<dllmap dll="soft_oal.dll" os="linux" cpu="x86-64" target="./x64/libopenal.so.1" />
</configuration>
@@ -0,0 +1,4 @@
Built from https://github.com/KonajuGames/openal-soft
This version of openal-soft is from the official 1.16.0 sources
http://kcat.strangesoft.net/openal.html