~ubuntu-branches/ubuntu/oneiric/bombono-dvd/oneiric

« back to all changes in this revision

Viewing changes to src/mlib/SConscript

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101104114625-2tfaxma74eqggp5r
Tags: 0.8.0-0ubuntu1
* New upstream release (LP: #670193).
* Refresh 02_sparc.diff patch.
* Replace 05-boost_filesystem-link.patch with 05-fix_boost.patch, it fixes
  build failure with Boost <= 1.44.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
lib_src_files = [
13
13
                 'dataware.cpp',
14
14
                 'filesystem.cpp',
 
15
                 'instantiate.cpp',
15
16
                 'geom2d.cpp',
16
17
                 'read_stream.cpp',
 
18
                 'regex.cpp',
17
19
                 'stream.cpp',
18
20
                 'tech.cpp',
19
21
 
21
23
                 #'sdk/memmem.cpp',
22
24
                 'sdk/misc.cpp',
23
25
                 'sdk/stream_util.cpp',
24
 
                 'sdk/system.cpp'
 
26
                 'sdk/system.cpp',
 
27
 
 
28
                 'adobe/typeinfo.cpp',
25
29
                ]
26
30
 
27
31
mlib_lib_name = 'MdLib'