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 rcsgen.c
rcsedit.c rcsedit.c
rcsfcmp.c rcsfcmp.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs ci : be ;
BinCommand co : BinCommand co :
co.c co.c
rcsgen.c rcsgen.c
rcsedit.c rcsedit.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs co : be ;
BinCommand ident : BinCommand ident :
ident.c ident.c
rcsmap.c rcsmap.c
version.c version.c
: be
: rcs.rdef
; ;
LinkSharedOSLibs ident : be ;
BinCommand merge : BinCommand merge :
merge.c merge.c
merger.c merger.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs merge : be ;
BinCommand rlog : BinCommand rlog :
rlog.c rlog.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs rlog : be ;
BinCommand rcs : BinCommand rcs :
rcs.c rcs.c
rcsgen.c rcsgen.c
rcsedit.c rcsedit.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs rcs : be ;
BinCommand rcsclean : BinCommand rcsclean :
rcsclean.c rcsclean.c
rcsedit.c rcsedit.c
rcsfcmp.c rcsfcmp.c
rcsgen.c rcsgen.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs rcsclean : be ;
BinCommand rcsdiff : BinCommand rcsdiff :
rcsdiff.c rcsdiff.c
: librcs.a : librcs.a be
: rcs.rdef
; ;
LinkSharedOSLibs rcsdiff : be ;
BinCommand rcsmerge : BinCommand rcsmerge :
rcsmerge.c rcsmerge.c
merger.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"
};