summaryrefslogtreecommitdiff
path: root/common.py
AgeCommit message (Collapse)Author
2008-04-26scons: Silent MSVC CRT security warnings.José Fonseca
2008-04-25scons: Teach scons about user-land windows.José Fonseca
Actually, more like get rid of all our hacks when compiling for user-land windows. Only MSVC is supported atm though.
2008-03-05scons: Preliminary code for quieting command lines.José Fonseca
2008-03-03scons: Make command line arguments effective again.José Fonseca
2008-02-27scons: Place the .sconsign file on the builddir too.José Fonseca
To avoid issues with different scons versions building the same source file
2008-02-27scons: Move common code to a separate file.José Fonseca