Warning, /sdk/codevis/thirdparty/soci/languages/ada/test/postgresql_test.gpr is written in an unsupported language. File is not indexed.
0001 with "../soci_ada.gpr"; 0002 with "../soci_postgresql.gpr"; 0003 with "../postgresql_client.gpr"; 0004 0005 project PostgreSQL_Test is 0006 for Main use ("postgresql_test"); 0007 0008 package Compiler is 0009 for Default_Switches ("Ada") use ("-gnat05", "-gnata"); 0010 end Compiler; 0011 end PostgreSQL_Test; 0012