blob: f1aa64c38ba2de01cd1914f4f942b6ea16acb7eb (
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-pgsql
using version
using config
using dist
using test
using install
|