summaryrefslogtreecommitdiffstats
path: root/src/glut/glx/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* glut: Include X11 headers and libraries in SCons build.Vinson Lee2010-04-041-0/+1
| | | | Fixes Mac OS X SCons build.
* scons: Use only the shared object name when linking progs.José Fonseca2010-02-041-0/+2
| | | | Otherwise the whole path gets baked into the executable.
* scons: Build progs together with everything else.José Fonseca2010-01-011-22/+44
| | | | | | | | 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
* glut: Use the official WGL functions.José Fonseca2009-02-101-1/+0
| | | | | Especially using wglGetPixelFormat instead of GetPixelFormat causes problems with opengl32.dll and drivers that not hack around this issue.
* glut: Unlist file.José Fonseca2009-01-081-1/+0
| | | | Again..
* glut: Fix build.José Fonseca2009-01-081-2/+1
|
* glut: List new source file in sconscript.José Fonseca2008-12-301-0/+1
|
* glut: MinGW portability fixes.José Fonseca2008-11-211-0/+89
Still, it doesn't run as well as the glut binaries...