summaryrefslogtreecommitdiffstats
path: root/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * scons: Allow to request the winddk toolchain.José Fonseca2008-12-121-1/+1
| |
| * scons: Support MinGW32 cross compiler.José Fonseca2008-11-201-0/+2
| | | | | | | | | | | | | | | | To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no
* | scons: Support MinGW32 cross compiler.José Fonseca2008-11-181-0/+2
| | | | | | | | | | | | | | | | To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no
* | scons: ppc support.Michel Dänzer2008-10-231-1/+2
|/
* scons: Put the tool logic in a frontend tool.José Fonseca2008-06-061-280/+0
| | | | More logic can be shared between public and private branches this way.
* scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa.José Fonseca2008-06-041-2/+13
|
* gallium: Identify each Windows platform individually from scons.José Fonseca2008-06-021-2/+4
|
* scons: Set /W3 warning level for all MSVC based platforms.José Fonseca2008-06-021-3/+5
|
* scons: Play nice with MS Embedded Visual C++.José Fonseca2008-05-281-3/+21
|
* scons: New profile build.José Fonseca2008-05-241-1/+13
|
* scons: A few more compiler flags adjustments to match winddk.José Fonseca2008-05-051-3/+2
|
* scons: Try to cope with scons 0.98+.José Fonseca2008-05-011-2/+8
|
* scons: Silent MSVC CRT security warnings.José Fonseca2008-04-261-0/+1
|
* scons: Teach scons about user-land windows.José Fonseca2008-04-251-3/+156
| | | | | | | Actually, more like get rid of all our hacks when compiling for user-land windows. Only MSVC is supported atm though.
* scons: Preliminary code for quieting command lines.José Fonseca2008-03-051-0/+27
|
* scons: Make command line arguments effective again.José Fonseca2008-03-031-4/+1
|
* scons: Place the .sconsign file on the builddir too.José Fonseca2008-02-271-0/+3
| | | | To avoid issues with different scons versions building the same source file
* scons: Move common code to a separate file.José Fonseca2008-02-271-0/+113