summaryrefslogtreecommitdiff
path: root/scons/custom.py
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07scons: Require same pkg-config versions as configure.José Fonseca1-1/+4
2011-09-20scons: MacOSX build fixes.José Fonseca1-4/+2
2011-08-23scons: add ParseSourceList methodChia-I Wu1-0/+36
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>
2011-06-30scons: Expose pkg-config in a simpler manner.José Fonseca1-0/+76
2011-06-17scons: Accept verbose=yes instead of quiet=no.José Fonseca1-1/+2
'verbose' is affirmative, and much more common name for this sort of option.
2011-05-04scons: Add a few more human friendly messages.José Fonseca1-0/+1
2011-03-03scons: Add human friendlier build messages for lex/yacc.José Fonseca1-0/+2
2010-02-10scons: User friendly message for code generated filesJosé Fonseca1-1/+3
2010-01-02scons: Remove duplicated code.José Fonseca1-31/+0
2010-01-01scons: Expose convienience libraries to the host environment.José Fonseca1-0/+198
This fixes MinGW cross compilation build, recently broken due to the use of convenience libraries in the GLSL preprocessor.