[Scons-users] scons-arguments: scons extension to easily add command-line options and variables

Paweł Tomulik ptomulik at meil.pw.edu.pl
Mon Feb 13 19:18:16 EST 2017


Hi,

I'd like to share the result of my recent work - a 'scons-arguments'
extension:

https://github.com/ptomulik/scons-arguments/

The extension allows to easily define a number of command-line
variables/options with just a few lines of code.

The extension provides out-of-box modules with predefined CLI arguments
related to the core SCons tools (like cc, c++, link, gettext, tex, etc.).

The list of available command-line arguments is easily extensible. One
may also prepare special reusable 'argumemt modules' and load them in
SCons scripts, similarly as it is done with SCons tools. For example, see

https://github.com/ptomulik/scons-arguments-gnuinstall

Hope, someone will find it useful.

Best regards!
-- 
Pawel Tomulik


More information about the Scons-users mailing list