Changeset 119

Show
Ignore:
Timestamp:
08/17/05 03:19:38 (3 years ago)
Author:
aldacron
Message:

* added DerelictIL, DerelictILU, and DerelictILUT, along with associated docs
* corrected errors in existing docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/buildme.bat

    r116 r119  
    66if exist derelictGLFW\buildme.bat call derelictGLFW\buildme %1 
    77if exist derelictGLU\buildme.bat call derelictGLU\buildme %1 
     8if exist derelictIL\buildme.bat call derelictIL\buildme %1 
     9if exist derelictILU\buildme.bat call derelictILU\buildme %1 
     10if exist derelictILUT\buildme.bat call derelictILUT\buildme %1 
    811if exist derelictSDL\buildme.bat call derelictSDL\buildme %1 
    912if exist derelictSDLImage\buildme.bat call derelictSDLImage\buildme %1 
  • trunk/docs/al.html

    r112 r119  
    7070<h3>Building</h3> 
    7171Before building, ensure you have DerelictUtil on your system. It is required by 
    72 DerelictSDL for importing and linking. 
     72DerelictAL for importing and linking. 
    7373<p> 
    7474To build DerelictAL on Windows: 
     
    9090<li>ensure that both dmd and gcc are on your path</li> 
    9191<li>from a command prompt, cd to [derelict_dir]/DerelictAL</li> 
    92 <li>type 'make' or 'make all' to build derelictAL.a</li> 
     92<li>type 'make' or 'make all' to build libderelictAL.a</li> 
    9393<li>optionally type 'make clean' to delete all object files OR 
    9494optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/credit.html

    r112 r119  
    3333<li>James Dunne (Jaymz031602) - DerelictSDLMixer</li> 
    3434<li>Sebastian Beschke (randomZ) - DerelictSDLttf</li> 
     35<li>Tomasz Stachowiak (h3r3tic) - Original version of DerelictIL</li> 
    3536<li>More pending!</li> 
    3637</ul> 
  • trunk/docs/gl.html

    r112 r119  
    7979<li>ensure that both dmd and gcc are on your path</li> 
    8080<li>from a command prompt, cd to [derelict_dir]/DerelictGL</li> 
    81 <li>type 'make' or 'make all' to build derelictGL.a</li> 
     81<li>type 'make' or 'make all' to build libderelictGL.a</li> 
    8282<li>optionally type 'make clean' to delete all object files OR 
    8383optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/glu.html

    r112 r119  
    9898<li>ensure that both dmd and gcc are on your path</li> 
    9999<li>from a command prompt, cd to [derelict_dir]/DerelictGLU</li> 
    100 <li>type 'make' or 'make all' to build derelictGLU.a</li> 
     100<li>type 'make' or 'make all' to build libderelictGLU.a</li> 
    101101<li>optionally type 'make clean' to delete all object files OR 
    102102optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/index_a.html

    r112 r119  
    1616<li><a href="http://www.opengl.org/">OpenGL</a></li> 
    1717<li><a href="http://rush3d.com/reference/opengl-bluebook-1.0/ch06.html">OpenGL Utility Library (GLU)</a></li> 
    18 <li><a href="http://www.glfw.sourcforge.net">GLFW</a> 
     18<li><a href="http://www.glfw.sourcforge.net/">GLFW</a> 
     19<li><a href="http://openil.sourceforge.net/">DevIL, ILU, and ILUT</a><li> 
    1920<li><a href="http://www.libsdl.org/">SDL</a></li> 
    2021<li><a href="http://www.libsdl.org/projects/SDL_image/">SDL_image</a></li> 
     
    107108<li><a href="glfw.html">DerelictGLFW</a></li> 
    108109<li><a href="glu.html">DerelictGLU</a></li> 
     110<li><a href="il.html">DerelictIL</a></li> 
     111<li><a href="ilu.html">DerelictILU</a></li> 
     112<li><a href="ilut.html">DerelictILUT</a></li> 
    109113<li><a href="sdl.html">DerelictSDL</a></li> 
    110114<li><a href="sdlimg.html">DerelictSDLImage</a></li> 
  • trunk/docs/sdl.html

    r112 r119  
    8989<li>ensure that both dmd and gcc are on your path</li> 
    9090<li>from a command prompt, cd to [derelict_dir]/DerelictSDL</li> 
    91 <li>type 'make' or 'make all' to build derelictSDL.a</li> 
     91<li>type 'make' or 'make all' to build libderelictSDL.a</li> 
    9292<li>optionally type 'make clean' to delete all object files OR 
    9393optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/sdlimg.html

    r112 r119  
    7777<li>ensure that both dmd and gcc are on your path</li> 
    7878<li>from a command prompt, cd to [derelict_dir]/DerelictSDLImage</li> 
    79 <li>type 'make' or 'make all' to build derelictSDLImage.a</li> 
     79<li>type 'make' or 'make all' to build libderelictSDLImage.a</li> 
    8080<li>optionally type 'make clean' to delete all object files OR 
    8181optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/sdlmix.html

    r112 r119  
    8181<li>ensure that both dmd and gcc are on your path</li> 
    8282<li>from a command prompt, cd to [derelict_dir]/DerelictSDLMixer</li> 
    83 <li>type 'make' or 'make all' to build derelictSDLMixer.a</li> 
     83<li>type 'make' or 'make all' to build libderelictSDLMixer.a</li> 
    8484<li>optionally type 'make clean' to delete all object files OR 
    8585optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/sdlnet.html

    r112 r119  
    7777<li>ensure that both dmd and gcc are on your path</li> 
    7878<li>from a command prompt, cd to [derelict_dir]/DerelictSDLNet</li> 
    79 <li>type 'make' or 'make all' to build derelictSDLNet.a</li> 
     79<li>type 'make' or 'make all' to build libderelictSDLNet.a</li> 
    8080<li>optionally type 'make clean' to delete all object files OR 
    8181optionally type 'make cleanall' to delete all object and lib files.</li> 
  • trunk/docs/sdlttf.html

    r112 r119  
    1313<a href="http://www.libsdl.org/">SDL</a>. 
    1414<p> 
    15 <b>Note:</b> This version of DerelictSDLttf requires SDL_ttf 2.0.7 or later. 
     15<b>NOTE:</b> This version of DerelictSDLttf requires SDL_ttf 2.0.7 or later. 
    1616</p><p> 
    1717<b>SPECIAL THANKS</b> to Sebastian Beschke for putting DerelictSDLttf together. 
     
    8080<li>ensure that both dmd and gcc are on your path</li> 
    8181<li>from a command prompt, cd to [derelict_dir]/DerelictSDLttf</li> 
    82 <li>type 'make' or 'make all' to build derelictSDLttf.a</li> 
     82<li>type 'make' or 'make all' to build libderelictSDLttf.a</li> 
    8383<li>optionally type 'make clean' to delete all object files OR 
    8484optionally type 'make cleanall' to delete all object and lib files.</li>