Version information for grep, code formatting

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7748 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-03 13:49:33 +00:00
parent 937bfaed12
commit 675b648fe1
2 changed files with 20 additions and 2 deletions
+9 -2
View File
@@ -1,8 +1,15 @@
SubDir OBOS_TOP src apps bin grep-2.5 src ;
SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
BinCommand grep : dfa.c grep.c grepmat.c kwset.c search.c : libgreputils.a ;
BinCommand grep :
dfa.c
grep.c
grepmat.c
kwset.c
search.c
: libgreputils.a
: grep.rdef ;
+11
View File
@@ -0,0 +1,11 @@
resource app_version
{
major = 2,
middle = 5,
minor = 0,
variety = 5,
internal = 0,
short_info = "2.5",
long_info = "2.5 ©2004 The Free Software Foundation"
};