Skip to content

Commit

Permalink
SDL2_gfx dllmap
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 17, 2021
1 parent f62950e commit 12137a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<dllmap dll="SDL2" os="osx" target="libSDL2-2.0.0.dylib"/>
<dllmap dll="SDL2" os="linux" target="libSDL2-2.0.so.0"/>

<dllmap dll="SDL2_gfx" os="windows" target="SDL2_gfx.dll"/>
<dllmap dll="SDL2_gfx" os="osx" target="libSDL2_gfx-1.0.0.dylib"/>
<dllmap dll="SDL2_gfx" os="linux" target="libSDL2_gfx-1.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" target="libSDL2_image-2.0.so.0"/>
Expand Down

0 comments on commit 12137a1

Please sign in to comment.