PIbd-32_Kashin_M.I_CG_OpenGL/OpenGLTutorial11/libs/OpenGL.dll.config

8 lines
214 B
Plaintext
Raw Normal View History

<configuration>
<dllmap dll="opengl32.dll">
<dllmap os="linux" dll="libGL.so.1"/>
<dllentry os="windows" dll="opengl32.dll" />
<dllentry os="osx" dll="opengl32.dll" />
</dllmap>
</configuration>