diff options
author | Samuel Holland <samuel@sholland.org> | 2019-07-05 21:25:26 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2019-07-05 22:23:07 -0500 |
commit | 4b05e0e49c979e4a49f37a441556ee11cd6a0c5e (patch) | |
tree | 765553e92000364cd61c8c2ff4a920b08a160975 /usr.bin/patch/patch.gpr | |
parent | 91e542abd30b662683cfb93dc63d33ff36b398da (diff) | |
download | userland-4b05e0e49c979e4a49f37a441556ee11cd6a0c5e.tar.gz userland-4b05e0e49c979e4a49f37a441556ee11cd6a0c5e.tar.bz2 userland-4b05e0e49c979e4a49f37a441556ee11cd6a0c5e.tar.xz userland-4b05e0e49c979e4a49f37a441556ee11cd6a0c5e.zip |
build: add gprbuild projects
Diffstat (limited to 'usr.bin/patch/patch.gpr')
-rw-r--r-- | usr.bin/patch/patch.gpr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/patch/patch.gpr b/usr.bin/patch/patch.gpr new file mode 100644 index 0000000..33407f0 --- /dev/null +++ b/usr.bin/patch/patch.gpr @@ -0,0 +1,6 @@ +project patch extends "template/usr_bin.gpr" is + + for Main use (project'Name); + for Object_Dir use External ("BUILDROOT") & "/" & project'Name; + +end patch; |