blob: c1ae17a13ca3c9a2795499d09a7f4f53bcb81f12 (
plain) (
tree)
|
|
project cp extends "template/bin.gpr" is
for Main use (project'Name);
for Object_Dir use External ("BUILDROOT") & "/" & project'Name;
package Linker is
for Trailing_Switches ("C") use
bin.Linker'Trailing_Switches("C") & ("-lfts");
end Linker;
end cp;
|