/usr/lib/cli/Tao.OpenGl-3.0/Tao.OpenGl.dll.config is in libtaoframework-opengl3.0-cil 2.1.svn20090801-10.
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 6 7 8 9 | <configuration>
<dllmap dll="opengl32.dll" os="windows" target="opengl32.dll" />
<dllmap dll="opengl32.dll" os="osx" target="/System/Library/Frameworks/OpenGL.framework/OpenGL" />
<dllmap dll="opengl32.dll" os="!windows,osx" target="libGL.so.1" />
<dllmap dll="glu32.dll" os="windows" target="opengl32.dll" />
<dllmap dll="glu32.dll" os="osx" target="/System/Library/Frameworks/OpenGL.framework/Libraries/libGLU.dylib" />
<dllmap dll="glu32.dll" os="!windows,osx" target="libGLU.so.1" />
</configuration>
|