Files
soci/languages/ada/postgresql_client.gpr
Mateusz Loskot b6d97ffa6f Implement new source tree layout #125
First set of changes incorporating new structure of source tree.
It also applies some of changes planned as part of buried headers feature #25

Work in progress, requires testing before merging into develop branch
2013-05-29 21:57:23 +01:00

9 lines
221 B
Plaintext

project PostgreSQL_Client is
for Externally_Built use "true";
for Source_Dirs use ();
for Library_Dir use "/usr/local/lib";
for Library_Name use "pq";
for Library_Kind use "static";
end PostgreSQL_Client;