summaryrefslogtreecommitdiff
path: root/src/glut/glx/SConscript
AgeCommit message (Collapse)Author
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
2010-04-04glut: Include X11 headers and libraries in SCons build.Vinson Lee
Fixes Mac OS X SCons build.
2010-02-04scons: Use only the shared object name when linking progs.José Fonseca
Otherwise the whole path gets baked into the executable.
2010-01-01scons: Build progs together with everything else.José Fonseca
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
2009-02-10glut: Use the official WGL functions.José Fonseca
Especially using wglGetPixelFormat instead of GetPixelFormat causes problems with opengl32.dll and drivers that not hack around this issue.
2009-01-08glut: Unlist file.José Fonseca
Again..
2009-01-08glut: Fix build.José Fonseca
2008-12-30glut: List new source file in sconscript.José Fonseca
2008-11-21glut: MinGW portability fixes.José Fonseca
Still, it doesn't run as well as the glut binaries...