* Applied patch by Vasilis Kaoutsis: added rdef file for all Haiku utilities.
* Updated coreutils.rdef to follow the same style as all other rdef files (or at least most of them). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19792 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+14
-16
@@ -8,6 +8,10 @@ UsePrivateHeaders storage ;
|
|||||||
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
|
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
|
||||||
SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_cache ;
|
SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_cache ;
|
||||||
|
|
||||||
|
local haiku-utils_rsrc = [ FGristFiles haiku-utils.rsrc ] ;
|
||||||
|
|
||||||
|
ResComp $(haiku-utils_rsrc) : [ FGristFiles haiku-utils.rdef ] ;
|
||||||
|
|
||||||
AddResources hey : hey.rdef ;
|
AddResources hey : hey.rdef ;
|
||||||
|
|
||||||
# standard commands that don't need any additional library
|
# standard commands that don't need any additional library
|
||||||
@@ -42,7 +46,7 @@ StdBinCommands
|
|||||||
uptime.cpp
|
uptime.cpp
|
||||||
waitfor.c
|
waitfor.c
|
||||||
# whoami.c
|
# whoami.c
|
||||||
;
|
: : $(haiku-utils_rsrc) ;
|
||||||
|
|
||||||
# Commands which don't need another library that depend on
|
# Commands which don't need another library that depend on
|
||||||
# Haiku-specific code
|
# Haiku-specific code
|
||||||
@@ -55,15 +59,14 @@ StdBinCommands
|
|||||||
rmindex.cpp
|
rmindex.cpp
|
||||||
safemode.c
|
safemode.c
|
||||||
unmount.c
|
unmount.c
|
||||||
;
|
: : $(haiku-utils_rsrc) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
# standard commands that need libtermcap.a
|
# standard commands that need libtermcap.a
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
top.c
|
top.c
|
||||||
tput.c
|
tput.c
|
||||||
: libtermcap.a
|
: libtermcap.a : $(haiku-utils_rsrc) ;
|
||||||
;
|
|
||||||
|
|
||||||
AddResources mimeset : mimeset.rdef ;
|
AddResources mimeset : mimeset.rdef ;
|
||||||
|
|
||||||
@@ -93,48 +96,43 @@ StdBinCommands
|
|||||||
setversion.cpp
|
setversion.cpp
|
||||||
version.cpp
|
version.cpp
|
||||||
# yes.cpp
|
# yes.cpp
|
||||||
: be ;
|
: be : $(haiku-utils_rsrc) ;
|
||||||
|
|
||||||
# Haiku-specific apps which need libbe.so
|
# Haiku-specific apps which need libbe.so
|
||||||
if $(TARGET_PLATFORM) = haiku {
|
if $(TARGET_PLATFORM) = haiku {
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
shutdown.cpp
|
shutdown.cpp
|
||||||
: be ;
|
: be : $(haiku-utils_rsrc) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
# standard commands that need libbe.so, libstdc++.so
|
# standard commands that need libbe.so, libstdc++.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
copyattr.cpp
|
copyattr.cpp
|
||||||
xres.cpp
|
xres.cpp
|
||||||
: be $(TARGET_LIBSTDC++)
|
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
||||||
;
|
|
||||||
|
|
||||||
# Haiku-specific apps which need libbe., libstdc++.so
|
# Haiku-specific apps which need libbe., libstdc++.so
|
||||||
if $(TARGET_PLATFORM) = haiku {
|
if $(TARGET_PLATFORM) = haiku {
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
mountvolume.cpp
|
mountvolume.cpp
|
||||||
: be $(TARGET_LIBSTDC++)
|
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# standard commands that need libbe.so, libtranslation.so
|
# standard commands that need libbe.so, libtranslation.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
translate.cpp
|
translate.cpp
|
||||||
: be translation
|
: be translation : $(haiku-utils_rsrc) ;
|
||||||
;
|
|
||||||
|
|
||||||
# standard commands that need libbe.so, libmedia.so
|
# standard commands that need libbe.so, libmedia.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
installsound.cpp
|
installsound.cpp
|
||||||
setvolume.cpp
|
setvolume.cpp
|
||||||
: be libmedia.so
|
: be libmedia.so : $(haiku-utils_rsrc) ;
|
||||||
;
|
|
||||||
|
|
||||||
# standard commands that need libbe.so, libmail.so
|
# standard commands that need libbe.so, libmail.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
mail.cpp
|
mail.cpp
|
||||||
: be libmail.so
|
: be libmail.so : $(haiku-utils_rsrc) ;
|
||||||
;
|
|
||||||
|
|
||||||
SubInclude HAIKU_TOP src bin addattr ;
|
SubInclude HAIKU_TOP src bin addattr ;
|
||||||
SubInclude HAIKU_TOP src bin bash ;
|
SubInclude HAIKU_TOP src bin bash ;
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
resource app_version
|
resource app_version {
|
||||||
{
|
|
||||||
major = 6,
|
major = 6,
|
||||||
middle = 7,
|
middle = 7,
|
||||||
minor = 0,
|
minor = 0,
|
||||||
variety = 5,
|
variety = B_FINAL_VERSION,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
short_info = "6.7",
|
short_info = "coreutils",
|
||||||
long_info = "6.7 ©2006 The Free Software Foundation"
|
long_info = "coreutils ©2006 The Free Software Foundation"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
resource app_version {
|
||||||
|
major = 1,
|
||||||
|
middle = 0,
|
||||||
|
minor = 0,
|
||||||
|
variety = B_APPV_ALPHA,
|
||||||
|
internal = 0,
|
||||||
|
short_info = "Haiku Utilities",
|
||||||
|
long_info = "Haiku Utilities ©2007 Haiku, Inc."
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user