Difference for ./defines.in from version 1.10 to 1.11


version 1.10 version 1.11
Line 54
 
Line 54
 # 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

Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11