diff options
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/date.gpr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/date/date.gpr b/bin/date/date.gpr new file mode 100644 index 0000000..5d5a824 --- /dev/null +++ b/bin/date/date.gpr @@ -0,0 +1,6 @@ +project date extends "template/bin.gpr" is + + for Main use (project'Name); + for Object_Dir use External ("BUILDROOT") & "/" & project'Name; + +end date; |