bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/vala-bit-field
2
by Gustav Hartvigsson
* encountered a bug in Valac: |
1 |
source_files = [] |
2 |
||
3 |
source_files += files ([ |
|
4 |
'bit_map.vala', |
|
5 |
'main.vala' |
|
6 |
])
|
|
10
by Gustav Hartvigsson
* Made it able to be compiled as a library |
7 |
|
8 |
lvbitfiled_sources = [] |
|
9 |
||
10 |
lvbitfiled_sources += files ([ |
|
11 |
'bit_map.vala' |
|
12 |
])
|
|
13 |
||
14 |
c_sources = [] |
|
15 |
||
16 |
c_sources += files ([ |
|
17 |
'c_main.c', |
|
18 |
])
|