bzr branch
http://gegoxaren.bato24.eu/bzr/vqdr/trunk
65
by Gustav Hartvigsson
[General] Split libvee into it's own library. |
1 |
libvee_source_files = [] |
1
by Gustav Hartvigsson
* Initial code - far from done |
2 |
|
65
by Gustav Hartvigsson
[General] Split libvee into it's own library. |
3 |
libvee_source_files += files ([ |
18
by Gustav Hartvigsson
* renamed fast-number.vala to fast_number.vala for consistency. |
4 |
'fast_number.vala', |
62
by Gustav Hartvigsson
various changes |
5 |
'logger.vala', |
52
by Gustav Hartvigsson
Woops. |
6 |
'named_vector.vala', |
7 |
'pair.vala', |
|
62
by Gustav Hartvigsson
various changes |
8 |
'random.vala', |
9 |
'range.vala', |
|
10 |
'stack.vala', |
|
11 |
'utils.vala', |
|
12 |
'logger.vala' |
|
1
by Gustav Hartvigsson
* Initial code - far from done |
13 |
])
|