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