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:
parent
5e778b8de0
commit
dfd3be5beb
@ -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 ;
|
||||
|
11
src/apps/bin/sed-4.0.9/sed/sed.rdef
Normal file
11
src/apps/bin/sed-4.0.9/sed/sed.rdef
Normal 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"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user