Show More
Commit Description:
Add issue.
Commit Description:
Add issue.
References:
File last commit:
Show/Diff file:
Action:
FNA/app.config
14 lines | 637 B | text/plain | TextLexer
14 lines | 637 B | text/plain | TextLexer
r0 | <?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"/> | ||||
r690 | <dllmap dll="FNA3D" os="windows" target="FNA3D.dll"/> | |||
<dllmap dll="FNA3D" os="osx" target="libFNA3D.0.dylib"/> | ||||
<dllmap dll="FNA3D" os="linux,freebsd,netbsd" target="libFNA3D.so.0"/> | ||||
r0 | ||||
<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> | ||||