Show More
Commit Description:
Loads of new ideas, many from thinking about when I'm not coding and some from just now....
Commit Description:
Loads of new ideas, many from thinking about when I'm not coding and some from just now.
Note that instead of doing leisure next, I'm doing events next. I honestly might switch back
but I have ideas for dialog that fit nicely into a focus on events.
References:
File last commit:
Show/Diff file:
Action:
FNA/app.config
20 lines | 1018 B | text/plain | TextLexer
20 lines | 1018 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"/> | ||||
<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> | ||||