aboutsummaryrefslogtreecommitdiffstats
path: root/src/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: replaced non-breakable spaces by normal white spaces in comments.Olivier Tilloy2010-11-211-1/+1
|
* Add the new preview module to the build rules.Olivier Tilloy2010-05-261-1/+1
|
* 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 ↵Olivier Tilloy2010-03-181-9/+17
| | | | site directory.
* 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
| | | | | | | Needed, for example, when building on certain versions of Debian and Ubuntu (because they added the -mt suffix to the library names). Example: `scons BOOSTLIB=boost_python-mt`
* 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
|/ | | See http://www.scons.org/doc/1.2.0/HTML/scons-user/x3394.html for details.
* 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
| | | | #177249, thanks to a patch provided by Chris Mayo.
* Added support for DESTDIR in SConscript for installation. This will ease the ↵Olivier Tilloy2007-09-271-10/+19
| | | | creation of a Debian package (feature request by Michal Cihar, see http://www.sirena.org.uk/log/?p=58)
* Added an 'install' target to the SConscript script, invoke 'scons install' ↵Olivier Tilloy2007-01-011-1/+7
| | | | to use.
* Split the Sconstruct script into two files.Olivier Tilloy2007-01-011-0/+17
Improved the portability of the build process. Object files and library are now built in a separate directory from the sources.