blob: 59ec5b89ed0401a52df2ac8c17c1127e3d4db94a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
project = libodb-sqlite
using version
using config
using dist
using test
using install
|