This is a modified version of this patch:

[#7660] Solaris 10 x86 support (Makefiles)

Hopefully it will not mess up anything for anyone else.  I removed
some hardcoded static libs and made NAN_*_LIB definitions so they could be 
overridden, to allow greater flexability.

Let me know if there are any problems/questions.

Kent
This commit is contained in:
2007-12-05 16:58:52 +00:00
parent b3c1e458b4
commit 7b2e348d4f
21 changed files with 123 additions and 81 deletions

View File

@@ -44,8 +44,12 @@
#include <OpenGL/glu.h>
#else
#include <GL/gl.h>
#if defined(__sun__) && !defined(__sparc__)
#include <mesa/glu.h>
#else
#include <GL/glu.h>
#endif
#endif
#ifdef WIN32
#pragma warning (disable : 4786)