/usr/lib/cli/Tao.FreeGlut-2.4/Tao.FreeGlut.dll.config is in libtaoframework-freeglut2.4-cil 2.1.svn20090801-14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | <configuration>
<dllmap dll="freeglut.dll" os="windows" target="freeglut.dll" />
<dllmap dll="freeglut.dll" os="osx" target="/System/Library/Frameworks/GLUT.framework/GLUT" />
<dllmap dll="freeglut.dll" os="!windows,osx" target="libglut.so.3" />
</configuration>
|