| version 1.10 | | version 1.11 |
|---|
| | |
| # WGL_IO: for use with ENV_CYGWIN or ENV_MINGW32 or ENV_MSVC, builds support for OpenGL on win32 | | # WGL_IO: for use with ENV_CYGWIN or ENV_MINGW32 or ENV_MSVC, builds support for OpenGL on win32 |
| #WGL_IO = 1 | | #WGL_IO = 1 |
| | | |
| | | # OGL_RUNTIME: use runtime dynamic loading, or link at compile time? (Also |
| | | # allows -gl_library command line to choose which opengl lib to use, and allows |
| | | # you to build d1x-ogl without having a compiler specific opengl32.a) |
| | | # Windows only, currently. |
| | | #OGL_RUNTIME=1 |
| | | |
| # linux video/input options (choose one) | | # linux video/input options (choose one) |
| #GGI_IO = 1 | | #GGI_IO = 1 |
| #SDL_IO = 1 | | #SDL_IO = 1 |