fix up wscript/build issues in exportvis after merge with master

This commit is contained in:
Paul Davis 2013-12-03 11:51:25 -05:00
commit 8648a8a13b
160 changed files with 29589 additions and 65089 deletions

View file

@ -17,13 +17,13 @@ def configure(conf):
def build(bld):
bld (export_includes = ['.'],
includes = ['.'],
name = 'timecode_includes'
name = 'libtimecode_includes'
)
bld.stlib (cxxflags = [ '-fPIC' ],
source = [ 'src/time.cc', 'src/bbt_time.cc' ],
target = 'timecode',
use = 'timecode_includes'
target = 'libtimecode',
use = 'libtimecode_includes'
)
def shutdown():