add dll config

pull/14/head
cosmonaut 2021-03-01 16:48:38 -08:00
parent 5eb5027bf1
commit 2b41dbb37f
5 changed files with 21 additions and 3 deletions

View File

@ -15,4 +15,8 @@
<ProjectReference Include=".\lib\RefreshCS\RefreshCS.csproj" />
<ProjectReference Include=".\lib\FAudio\csharp\FAudio-CS.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="MoonWorks.dll.config" />
</ItemGroup>
</Project>

14
MoonWorks.dll.config Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="SDL2" os="windows" target="SDL2.dll"/>
<dllmap dll="SDL2" os="osx" target="libSDL2-2.0.0.dylib"/>
<dllmap dll="SDL2" os="linux,freebsd,netbsd" target="libSDL2-2.0.so.0"/>
<dllmap dll="Refresh" os="windows" target="Refresh.dll"/>
<dllmap dll="Refresh" os="osx" target="libRefresh.0.dylib"/>
<dllmap dll="Refresh" os="linux,freebsd,netbsd" target="libRefresh.so.0"/>
<dllmap dll="FAudio" os="windows" target="FAudio.dll"/>
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
<dllmap dll="FAudio" os="linux,freebsd,netbsd" target="libFAudio.so.0"/>
</configuration>

@ -1 +1 @@
Subproject commit 709a200497fc4885bbb3e70e63ee6701c830b7ff
Subproject commit 5e7991da958b1b22658aa358b5f049d42317125d

@ -1 +1 @@
Subproject commit 800069ad58bf33518280002749365d254f09cd38
Subproject commit 4a25a775433f61c90a8ee07ab48b638f7aefc928

@ -1 +1 @@
Subproject commit f636c6175de72994d4ebf61d1e03d3442d3db231
Subproject commit 2b8d237fd4585d14ea837764ac247d4cd200158f