summaryrefslogtreecommitdiff
path: root/scons/generic.py
AgeCommit message (Collapse)Author
2010-01-02scons: Axe generic.py.José Fonseca
Progs are now built together with the rest so no longer needed.
2010-01-01scons: Don't globally define WIN32_LEAN_AND_MEAN.José Fonseca
Some of the demo progams legitimately need the functionality that's disabled by WIN32_LEAN_AND_MEAN. Instead the solution should be to define WIN32_LEAN_AND_MEAN just before including windows.h on a case by case basis.
2010-01-01scons: Expose convienience libraries to the host environment.José Fonseca
This fixes MinGW cross compilation build, recently broken due to the use of convenience libraries in the GLSL preprocessor.
2009-11-04util: Remove homegrown Windows KM profiler.José Fonseca
It's not sampling based so its results are biased towards functions called many times.
2009-10-26scons: Define _USE_MATH_DEFINES on MSVC.José Fonseca
2009-06-26scons: Don't use C specific options with g++José Fonseca
2009-06-17Revert "scons: Debug build by default."José Fonseca
Per Brian's request. This reverts commit 25f0c33bb3509958a532bdd72b3945c1d5d1cad5.
2009-06-17scons: Debug build by default.José Fonseca
Match what autotools and other build systems do by default.
2009-05-08scons: mingw is broken with -O1 and higherKeith Whitwell
2009-03-25scons: Move MSVC specific away from Mingw builds.José Fonseca
2009-03-25scons: Support building with the Windows SDK.José Fonseca
x86_64 is also supported.
2009-03-16scons: Promote declaration-after-statement to error. Detect more warnings.José Fonseca
2009-03-13scons: Use -Wdeclaration-after-statementJosé Fonseca
2009-02-23Merge commit 'origin/gallium-0.1'José Fonseca
Conflicts: src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c src/gallium/auxiliary/util/u_tile.c
2009-02-18scons: Produce map files for debug builds too.José Fonseca
2009-02-12scons: Unbreak mingw builds.José Fonseca
2009-02-12scons: Build DLLs/EXEs with more memory debugger friendlier settings.José Fonseca
2009-02-10scons: Use parallel builds by default.José Fonseca
2009-02-01progs: Get more samples building on windows.José Fonseca
2009-01-24scons: Build the progs into seperate dirs as well.José Fonseca
2009-01-23scons: Allow to specify the MSVS version on command line.José Fonseca
2009-01-08scons: Choose the appropriate MSVC CRT.José Fonseca
2009-01-06scons: Choose the appropriate MSVC CRT.José Fonseca
2008-12-12scons: Build progs.José Fonseca
Just demos and trivial dirs for starters. Conflicts: .gitignore
2008-11-21scons: Build progs.José Fonseca
Just demos and trivial dirs for starters.