repo.or.cz
/
libdbw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix
[libdbw.git]
/
test
/
Jamfile
blob
8ab0a7d8b3ab24b0ade892e9a2719ed76b381a8c
1
SubDir TOP test ;
2
3
#if $(HAVE_PGSQL) {
4
Main test_pg : test_pg.c ;
5
LinkLibraries test_pg : libpgw.a ;
6
LINKLIBS on test_pg = -luuid ;
7
#}
8
9
if $(HAVE_MYSQL) {
10
Main test_mysql : test_mysql.c ;
11
LinkLibraries test_mysql : libmysqlw.a ;
12
}
13