summaryrefslogtreecommitdiff
path: root/bin/pwd/pwd.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwd/pwd.gpr')
-rw-r--r--bin/pwd/pwd.gpr6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/pwd/pwd.gpr b/bin/pwd/pwd.gpr
new file mode 100644
index 0000000..9b625a6
--- /dev/null
+++ b/bin/pwd/pwd.gpr
@@ -0,0 +1,6 @@
+project pwd extends "template/bin.gpr" is
+
+ for Main use (project'Name);
+ for Object_Dir use External ("BUILDROOT") & "/" & project'Name;
+
+end pwd;