summaryrefslogtreecommitdiff
path: root/bin/chown/chown.gpr
blob: 6efaa580eeac94481fd7a3746b3e075392048028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
project chown 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 chown;