[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] Building NEL on Windows 2000
From: |
Phil Jia-Lin Wu |
Subject: |
[Nel] Building NEL on Windows 2000 |
Date: |
Wed, 27 Mar 2002 10:33:12 +1100 |
Now it has been built on Windows2000.
Here is a short description about the procedure.
1. download "nel.tar.gz", not "nel.zip" which has "end of line" problem.
2. download some libraries or header files:
FreeType, STLport, EAX 2.0 Extension SDK (from Creative), GL extension SDK
(From SGI), libxml, OpenAL
3. Modify driver_opengl_extension_def.h:
(1) cooment out
//#ifndef GL_NV_vertex_program
//#endif /* GL_NV_vertex_program */
(2) comment out
/*
typedef void (APIENTRY * PFNGLPROGRAMPARAMETERS4DVNVPROC)
(GLenum target, GLuint index, GLsizei count,
const GLdouble *v);
typedef void (APIENTRY * PFNGLPROGRAMPARAMETERS4FVNVPROC)
(GLenum target, GLuint index, GLsizei count,
const GLfloat *v);
*/
Then biuld it!
Phil
- [Nel] Building NEL on Windows 2000,
Phil Jia-Lin Wu <=