mirror of
https://github.com/SOCI/soci.git
synced 2026-05-12 22:59:05 -05:00
b6d97ffa6f
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
8 lines
191 B
Plaintext
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;
|