File: SConscript

package info (click to toggle)
abraca 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,036 kB
  • ctags: 64
  • sloc: python: 4,938; xml: 535; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Import('env')

lst = Split("""
    about.xml
    main_menu.xml
    mediainfo.xml
""")

ui, header, vapi = env.BinaryBlob('abraca_ui', lst)

env.Append(CPPPATH = [Dir('.')])
env.Append(VALAPKGPATH = [Dir('.')])
env.Append(VALAPKGS = ['abraca_ui'])

Export('ui')