aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarity
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-02-21 00:07:10 -0600
committerBen Beltran <ben@nsovocal.com>2014-02-21 00:07:10 -0600
commit078dd693a22cc6793cf6f0f64820369cc606edf6 (patch)
treef890fbc29dd90554c7b0051477c7b2f60e59e584 /SuperPolarity
parent1ea7ab3995b220e55b042ad2a241c3a440da1c8a (diff)
Adds instructions to readme
Diffstat (limited to 'SuperPolarity')
-rw-r--r--SuperPolarity/Vendor/osx/Tao.Sdl.dll.config29
1 files changed, 29 insertions, 0 deletions
diff --git a/SuperPolarity/Vendor/osx/Tao.Sdl.dll.config b/SuperPolarity/Vendor/osx/Tao.Sdl.dll.config
new file mode 100644
index 0000000..ec83f1e
--- /dev/null
+++ b/SuperPolarity/Vendor/osx/Tao.Sdl.dll.config
@@ -0,0 +1,29 @@
+<configuration>
+ <dllmap dll="SDL.dll" os="windows" target="SDL.dll"/>
+ <dllmap dll="SDL.dll" os="osx" target="/Library/Frameworks/SDL.framework/SDL" />
+ <dllmap dll="SDL.dll" os="!windows,osx" target="libSDL-1.2.so.0"/>
+
+ <dllmap dll="SDL_image.dll" os="windows" target="SDL_image.dll"/>
+ <dllmap dll="SDL_image.dll" os="osx" target="/Library/Frameworks/SDL_image.framework/SDL_image" />
+ <dllmap dll="SDL_image.dll" os="!windows,osx" target="libSDL_image-1.2.so.0" />
+
+ <dllmap dll="SDL_mixer.dll" os="windows" target="SDL_mixer.dll"/>
+ <dllmap dll="SDL_mixer.dll" os="osx" target="/Library/Frameworks/SDL_mixer.framework/SDL_mixer" />
+ <dllmap dll="SDL_mixer.dll" os="!windows,osx" target="libSDL_mixer-1.2.so.0" />
+
+ <dllmap dll="SDL_ttf.dll" os="windows" target="SDL_ttf.dll"/>
+ <dllmap dll="SDL_ttf.dll" os="osx" target="/Library/Frameworks/SDL_ttf.framework/SDL_ttf" />
+ <dllmap dll="SDL_ttf.dll" os="!windows,osx" target="libSDL_ttf-2.0.so.0" />
+
+ <dllmap dll="SDL_net.dll" os="windows" target="SDL_net.dll"/>
+ <dllmap dll="SDL_net.dll" os="osx" target="/Library/Frameworks/SDL_net.framework/SDL_net" />
+ <dllmap dll="SDL_net.dll" os="!windows,osx" target="libSDL_net-1.2.so.0" />
+
+ <dllmap dll="smpeg.dll" os="windows" target="smpeg.dll"/>
+ <dllmap dll="smpeg.dll" os="osx" target="/Library/Frameworks/smpeg.framework/smpeg" />
+ <dllmap dll="smpeg.dll" os="!windows,osx" target="libsmpeg-0.4.so.0" />
+
+ <dllmap dll="SDL_gfx.dll" os="windows" target="SDL_gfx.dll"/>
+ <dllmap dll="SDL_gfx.dll" os="osx" target="/Library/Frameworks/SDL_gfx.framework/SDL_gfx" />
+ <dllmap dll="SDL_gfx.dll" os="!windows,osx" target="libSDL_gfx.so.13" />
+</configuration>