Changeset 49
- Timestamp:
- 10/24/04 22:45:29 (4 years ago)
- Files:
-
- trunk/DerelictGLU/Makefile (modified) (1 diff)
- trunk/DerelictGLU/README (modified) (1 diff)
- trunk/DerelictGLU/derelict/opengl (moved) (moved from trunk/DerelictGLU/derelict/glu)
- trunk/DerelictGLU/derelict/opengl/glu.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictGLU/Makefile
r33 r49 9 9 DINC = -I$(SRC.DIR) -I$(OGL.SRC.DIR) 10 10 11 GLU.SRC.DIR = $(SRC.DIR)\derelict\ glu11 GLU.SRC.DIR = $(SRC.DIR)\derelict\opengl 12 12 GLU.SRC = \ 13 13 $(GLU.SRC.DIR)\glu.d trunk/DerelictGLU/README
r31 r49 19 19 instructions). 20 20 21 In your code, you need to import the derelict. glu.glu module.21 In your code, you need to import the derelict.opengl.glu module. 22 22 23 23 ++++++++++++++++++++++++++ CODE +++++++++++++++++++++++++++++++++++++++++++++ 24 24 25 import derelict. glu.glu;25 import derelict.opengl.glu; 26 26 27 27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ trunk/DerelictGLU/derelict/opengl/glu.d
r46 r49 1 module derelict. glu.glu;1 module derelict.opengl.glu; 2 2 3 3 /*
