~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« 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
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

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'