Warning, /sdk/codevis/thirdparty/soci/languages/ada/soci_ada.gpr is written in an unsupported language. File is not indexed.
0001 with "std_cpp.gpr";
0002 with "soci_core.gpr";
0003
0004 project SOCI_Ada is
0005 for Source_Dirs use (".");
0006 for Object_Dir use ".";
0007 for Library_Name use "soci_ada";
0008 for Library_Dir use "lib";
0009 for Library_Kind use "static";
0010
0011 package Compiler is
0012 for Default_Switches ("Ada") use ("-gnat05", "-O2");
0013 end Compiler;
0014 end SOCI_Ada;