Show More
Commit Description:
Incomplete version of BudgetWindow handling in Encompass....
Commit Description:
Incomplete version of BudgetWindow handling in Encompass. (grafted from 5999c7ab440ff7e9e9d5e85a1c21f8df8a65f3d0)
File last commit:
Show/Diff file:
Action:
FNA/app.config
20 lines | 1018 B | text/plain | TextLexer
<?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="SDL2_image" os="windows" target="SDL2_image.dll"/>
<dllmap dll="SDL2_image" os="osx" target="libSDL2_image-2.0.0.dylib"/>
<dllmap dll="SDL2_image" os="linux,freebsd,netbsd" target="libSDL2_image-2.0.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"/>
<dllmap dll="SDL2" os="osx" cpu="armv8" target="__Internal"/>
<dllmap dll="SDL2_image" os="osx" cpu="armv8" target="__Internal"/>
<dllmap dll="mojoshader" os="osx" cpu="armv8" target="__Internal"/>
<dllmap dll="FAudio" os="osx" cpu="armv8" target="__Internal"/>
<dllmap dll="libtheorafile" os="osx" cpu="armv8" target="__Internal"/>
</configuration>