Added make version info
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8137 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,6 +29,6 @@ BinCommand make :
|
|||||||
variable.c
|
variable.c
|
||||||
version.c
|
version.c
|
||||||
vpath.c
|
vpath.c
|
||||||
: libglob.a ;
|
: libglob.a : make.rdef ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src apps bin make glob ;
|
SubInclude OBOS_TOP src apps bin make glob ;
|
||||||
|
|||||||
@@ -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"
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user