Wednesday, June 01, 2005

Weird At My School

Its alive, alive!!!!

Tao now builds direct from SVN on OSX (10.3.9). It requires the *.config files to be altered to point to the right libraries but apart from that most of the OpenGL examples run, cool...

--- Tao.OpenGl.Glu.dll.config and Tao.OpenGl.dll.config ---


<configuration>
<dllmap dll="opengl32.dll" target="/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGL.dylib" />
<dllmap dll="glu32.dll" target="/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGLU.dylib" />
</configuration>

--- Tao.FreeGlut.dll.config ---

<configuration>
<dllmap dll="freeglut.dll" target="/System/Library/Frameworks/GLUT.framework/GLUT" />
</configuration>


I'm sure the non OpenGL ones need similar changes too.

Congrats to everyone involved

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home