summaryrefslogtreecommitdiff
path: root/usr.bin/unexpand/unexpand.gpr
blob: 72e5cfa5d4d5c09c284d8496a5469877fe3010f6 (plain) (blame)
1
2
3
4
5
6
project unexpand extends "template/usr_bin.gpr" is

   for Main use (project'Name);
   for Object_Dir use External ("BUILDROOT") & "/" & project'Name;

end unexpand;