File: SConstruct

package info (click to toggle)
pyexiv2 0.1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 328 kB
  • ctags: 184
  • sloc: python: 548; cpp: 508; makefile: 33; sh: 5
file content (5 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/python
# -*- coding: utf-8 -*-

BuildDir('build', 'src', duplicate=0)
SConscript('build/SConscript')