blob: 7b4ca92c747689090ccf0624b9b509f95612115d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/export.build
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
$out_root/
{
include odb/mssql/
}
export $out_root/odb/mssql/lib{odb-mssql}
|