History log of /external/mesa3d/scons/custom.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
50dec637909cfe8fa53582f2f64ab261b123f092 15-Aug-2012 José Fonseca <jfonseca@vmware.com> scons: Fix MinGW cross compilation.

Compensate for the recent changes and assumptions added to
Makefiles.sources
/external/mesa3d/scons/custom.py
ea8dcfc90d5abbf699cd64be4dccd1e69fe82d75 14-Aug-2012 José Fonseca <jfonseca@vmware.com> scons: Populate top_srcdir and top_builddir variables when reading Makefiles.sources.

This is not entirely correct, as scons doesn't put binaries in a
"src" subdirectory, but doesn't seem to be a problem for now.
/external/mesa3d/scons/custom.py
2470e918cc29e5d057a28551ce9c15e7d83fab7e 07-Feb-2012 José Fonseca <jfonseca@vmware.com> scons: Require same pkg-config versions as configure.
/external/mesa3d/scons/custom.py
f8aeb1c990b6e127497da1e46e0e4cdcb67ce9b3 20-Sep-2011 José Fonseca <jfonseca@vmware.com> scons: MacOSX build fixes.
/external/mesa3d/scons/custom.py
582b5d869c0f05814d4d567636a743d3fdddf431 18-Aug-2011 Chia-I Wu <olv@lunarg.com> scons: add ParseSourceList method

ParseSourceList() can be used to parse a source list file and returns
the source files defined in it. It is supposed to be used like this

# get the list of source files from C_SOURCES in Makefile.sources
sources = env.ParseSourceList('Makefile.sources', 'C_SOURCES')

The syntax of a source list file is compatible with GNU Make. This
effectively allows SConscript and Makefile to share the source lists.

Acked-by: José Fonseca <jfonseca@vmware.com>
Acked-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/scons/custom.py
235225ec935002b4669d14a48c9c20864a5496f8 30-Jun-2011 José Fonseca <jfonseca@vmware.com> scons: Expose pkg-config in a simpler manner.
/external/mesa3d/scons/custom.py
c7bd0fa4851187c3102948f5f4d70c26d1b55a5e 17-Jun-2011 José Fonseca <jfonseca@vmware.com> scons: Accept verbose=yes instead of quiet=no.

'verbose' is affirmative, and much more common name for this sort of option.
/external/mesa3d/scons/custom.py
37058c3497850f452bdaf70a5dda07ee4840b6b9 04-May-2011 José Fonseca <jfonseca@vmware.com> scons: Add a few more human friendly messages.
/external/mesa3d/scons/custom.py
54d8c5e3c2fc7db643a2bae61be203ab9cbb1efa 03-Mar-2011 José Fonseca <jfonseca@vmware.com> scons: Add human friendlier build messages for lex/yacc.
/external/mesa3d/scons/custom.py
2311e2adf0db3c46a1054d94cdfcd2ec0badbfd3 10-Feb-2010 José Fonseca <jfonseca@vmware.com> scons: User friendly message for code generated files
/external/mesa3d/scons/custom.py
2104cbb6947645614e99319edb3b6502535066ee 01-Jan-2010 José Fonseca <jfonseca@vmware.com> scons: Remove duplicated code.
/external/mesa3d/scons/custom.py
97e2c5ac0bba7298c9a32703fe3d19de1f7b815a 31-Dec-2009 José Fonseca <jfonseca@vmware.com> scons: Expose convienience libraries to the host environment.

This fixes MinGW cross compilation build, recently broken due to the use
of convenience libraries in the GLSL preprocessor.
/external/mesa3d/scons/custom.py