Files
soci/languages/ada/std_cpp.gpr
T
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

8 lines
191 B
Plaintext

project Std_Cpp is
for Externally_Built use "true";
for Source_Dirs use ();
for Library_Dir use ".";
for Library_Name use "stdc++";
for Library_Kind use "static";
end Std_Cpp;