From e125679ba6a82c9ccced8dbe821d5e85301f3947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 23 Jun 2004 15:31:33 +0000 Subject: [PATCH] Added make version info git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8137 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/make/Jamfile | 2 +- src/apps/bin/make/make.rdef | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/apps/bin/make/make.rdef diff --git a/src/apps/bin/make/Jamfile b/src/apps/bin/make/Jamfile index 2316ce85c1..24cb484d74 100644 --- a/src/apps/bin/make/Jamfile +++ b/src/apps/bin/make/Jamfile @@ -29,6 +29,6 @@ BinCommand make : variable.c version.c vpath.c -: libglob.a ; +: libglob.a : make.rdef ; SubInclude OBOS_TOP src apps bin make glob ; diff --git a/src/apps/bin/make/make.rdef b/src/apps/bin/make/make.rdef new file mode 100644 index 0000000000..40e2ba1c06 --- /dev/null +++ b/src/apps/bin/make/make.rdef @@ -0,0 +1,11 @@ +resource app_version +{ + major = 3, + middle = 80, + minor = 0, + variety = 5, + internal = 0, + short_info = "3.80", + long_info = "3.80 ©2002 The Free Software Foundation" +}; +