Version information for rcs, code formatting

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-03 15:31:29 +00:00
parent abf96e006a
commit f11cba16f5
2 changed files with 29 additions and 26 deletions
+18 -26
View File
@@ -20,73 +20,65 @@ BinCommand ci :
rcsgen.c
rcsedit.c
rcsfcmp.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs ci : be ;
BinCommand co :
co.c
rcsgen.c
rcsedit.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs co : be ;
BinCommand ident :
ident.c
rcsmap.c
version.c
: be
: rcs.rdef
;
LinkSharedOSLibs ident : be ;
BinCommand merge :
merge.c
merger.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs merge : be ;
BinCommand rlog :
rlog.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs rlog : be ;
BinCommand rcs :
rcs.c
rcsgen.c
rcsedit.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs rcs : be ;
BinCommand rcsclean :
rcsclean.c
rcsedit.c
rcsfcmp.c
rcsgen.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs rcsclean : be ;
BinCommand rcsdiff :
rcsdiff.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs rcsdiff : be ;
BinCommand rcsmerge :
rcsmerge.c
merger.c
: librcs.a
: librcs.a be
: rcs.rdef
;
LinkSharedOSLibs rcsmerge : be ;
+11
View File
@@ -0,0 +1,11 @@
resource app_version
{
major = 5,
middle = 7,
minor = 0,
variety = 5,
internal = 0,
short_info = "5.7",
long_info = "5.7 ©1995 The Free Software Foundation"
};