Version information for bc
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7720 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1c9d853a22
commit
b32ba1de66
@ -7,5 +7,6 @@ SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) h ] ;
|
||||
|
||||
BinCommand bc :
|
||||
main.c bc.y scan.l execute.c load.c storage.c util.c global.c
|
||||
: libbc.a ;
|
||||
: libbc.a
|
||||
: bc.rdef ;
|
||||
|
||||
|
11
src/apps/bin/bc/bc/bc.rdef
Normal file
11
src/apps/bin/bc/bc/bc.rdef
Normal file
@ -0,0 +1,11 @@
|
||||
resource app_version
|
||||
{
|
||||
major = 1,
|
||||
middle = 0,
|
||||
minor = 6,
|
||||
variety = 5,
|
||||
internal = 0,
|
||||
short_info = "1.06",
|
||||
long_info = "1.06 ©2000 The Free Software Foundation"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user