You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
373 B
Plaintext
7 lines
373 B
Plaintext
2 years ago
|
<configuration>
|
||
|
<dllmap dll="csfml-graphics-2" target="libosx/libcsfml-graphics.2.0.dylib" os="osx" />
|
||
|
<dllmap dll="csfml-window-2" target="libosx/libcsfml-window.2.0.dylib" os="osx" />
|
||
|
<dllmap dll="csfml-graphics-2" target="libcsfml-graphics.so.2.0" os="linux" />
|
||
|
<dllmap dll="csfml-window-2" target="libcsfml-window.so.2.0" os="linux" />
|
||
|
</configuration>
|