blob: 3ab62da35fa62231491b89ade613551b2a837ed9 (
plain)
1
2
3
4
5
6
7
|
# file : tests/basics/buildfile
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
import libs = libodb-mssql%lib{odb-mssql}
exe{driver}: {hxx cxx}{*} $libs
|