Version information for sed, code formatting

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-06-02 12:08:06 +00:00
parent 5e778b8de0
commit dfd3be5beb
2 changed files with 19 additions and 1 deletions

View File

@ -4,4 +4,11 @@ SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
BinCommand sed : compile.c execute.c fmt.c regexp.c sed.c : libsedutils.a ;
BinCommand sed :
compile.c
execute.c
fmt.c
regexp.c
sed.c
: libsed.a
: sed.rdef ;

View File

@ -0,0 +1,11 @@
resource app_version
{
major = 4,
middle = 0,
minor = 9,
variety = 5,
internal = 0,
short_info = "4.0.9",
long_info = "4.0.9 ©2004 The Free Software Foundation"
};