Changeset 49

Show
Ignore:
Timestamp:
10/24/04 22:45:29 (4 years ago)
Author:
aldacron
Message:

[DerelictGLU]
* changed the package structure from derelict.glu to derelict.opengl, and made the appropriate modifications to the affected files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictGLU/Makefile

    r33 r49  
    99DINC = -I$(SRC.DIR) -I$(OGL.SRC.DIR) 
    1010 
    11 GLU.SRC.DIR = $(SRC.DIR)\derelict\glu 
     11GLU.SRC.DIR = $(SRC.DIR)\derelict\opengl 
    1212GLU.SRC = \ 
    1313    $(GLU.SRC.DIR)\glu.d 
  • trunk/DerelictGLU/README

    r31 r49  
    1919instructions). 
    2020 
    21 In your code, you need to import the derelict.glu.glu module. 
     21In your code, you need to import the derelict.opengl.glu module. 
    2222 
    2323++++++++++++++++++++++++++   CODE  +++++++++++++++++++++++++++++++++++++++++++++ 
    2424 
    25 import derelict.glu.glu; 
     25import derelict.opengl.glu; 
    2626 
    2727++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
  • trunk/DerelictGLU/derelict/opengl/glu.d

    r46 r49  
    1 module derelict.glu.glu; 
     1module derelict.opengl.glu; 
    22 
    33/*