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