mirror of
https://github.com/AdaCore/gprbuild.git
synced 2026-02-12 12:30:13 -08:00
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gprbuild@132388 936e1b1b-40f2-da11-902a-00137254ae57
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
library project Static_Lib is
|
|
for Languages use ("Ada", "C");
|
|
for Source_Dirs use ("lib_src");
|
|
for Object_Dir use "obj";
|
|
for Library_Dir use "lib";
|
|
for Library_Kind use "static";
|
|
for Library_Name use "l1";
|
|
end Static_Lib;
|