Version information for sharutils, code formatting

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-02 12:19:13 +00:00
parent 7431ddee5f
commit 47d9175a24
2 changed files with 23 additions and 4 deletions
+12 -4
View File
@@ -5,13 +5,21 @@ SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
BinCommand shar :
shar.c encode.c : root libsharutils.a ;
shar.c encode.c
: libsharutils.a
: sharutils.rdef ;
BinCommand unshar :
unshar.c : root libsharutils.a ;
unshar.c
: libsharutils.a
: sharutils.rdef ;
BinCommand uuencode :
uuencode.c : root libsharutils.a ;
uuencode.c
: libsharutils.a
: sharutils.rdef ;
BinCommand uudecode :
uudecode.c : root libsharutils.a ;
uudecode.c
: libsharutils.a
: sharutils.rdef ;
@@ -0,0 +1,11 @@
resource app_version
{
major = 4,
middle = 2,
minor = 1,
variety = 5,
internal = 0,
short_info = "4.2.1",
long_info = "4.2.1 ©2004 The Free Software Foundation"
};