mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
part two of initial libtemporal creation
This commit is contained in:
parent
b62c305f20
commit
48d402c960
7 changed files with 42 additions and 88 deletions
|
|
@ -16,12 +16,12 @@ def configure(conf):
|
|||
|
||||
def build(bld):
|
||||
bld.shlib (
|
||||
source = [ 'src/time.cc', 'src/bbt_time.cc' ],
|
||||
name = 'libtimecode',
|
||||
target = 'timecode',
|
||||
source = [ 'time.cc', 'bbt_time.cc' ],
|
||||
name = 'libtemporal',
|
||||
target = 'temporal',
|
||||
includes = ['.'],
|
||||
export_includes = ['.'],
|
||||
defines = [ 'LIBTIMECODE_DLL_EXPORTS' ],
|
||||
defines = [ 'LIBTEMPORAL_DLL_EXPORTS' ],
|
||||
install_path = bld.env['LIBDIR']
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue