aboutsummaryrefslogtreecommitdiffstats
path: root/src/SConscript
Commit message (Expand)AuthorAgeFilesLines
* Install only selected modules (exclude main).Olivier Tilloy2010-03-181-1/+3
* Do not add the --user switch for Python < 2.6.Olivier Tilloy2010-03-181-4/+9
* Add a --user switch to the install target to install pyexiv2 in the user site...Olivier Tilloy2010-03-181-9/+17
* Explain the BOOSTLIB argument.Olivier Tilloy2010-02-221-0/+3
* Allow the builder to specify a custom name for the boost::python libraryMark Lee2010-02-211-1/+1
* Complete documentation generated with sphinx.Olivier Tilloy2010-02-161-1/+2
|\
| * Removed useless execution magic: scons scripts are not standalone executables.Olivier Tilloy2010-02-161-1/+0
| * Dispatch build targets.Olivier Tilloy2010-02-161-0/+2
* | Removed a useless import.Olivier Tilloy2010-02-081-1/+0
* | Use SCons' Glob to install all source files in src/pyexiv2.Xoff2010-02-081-1/+1
|/
* Take environment variables into account when compiling.Olivier Tilloy2010-01-251-1/+11
* Use platform-specific include and lib dirs.Olivier Tilloy2009-10-201-2/+2
* Use distutils.sysconfig to determine to python include and lib paths.Olivier Tilloy2009-10-191-4/+3
* Install all the python modules.Olivier Tilloy2009-10-191-2/+4
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-191-2/+2
* pyexiv2 will now install in the 'site-packages' python directory. Fixes bug #...Olivier Tilloy2007-12-261-1/+1
* Added support for DESTDIR in SConscript for installation. This will ease the ...Olivier Tilloy2007-09-271-10/+19
* Added an 'install' target to the SConscript script, invoke 'scons install' to...Olivier Tilloy2007-01-011-1/+7
* Split the Sconstruct script into two files.Olivier Tilloy2007-01-011-0/+17