Build mimeset for the build platform and use it for the apps we build.

This fixes bug #74.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16130 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2006-01-28 22:02:48 +00:00
parent 15285cb04d
commit 7aa7880955
2 changed files with 12 additions and 11 deletions
+9 -11
View File
@@ -123,6 +123,15 @@ actions SetType1
rule MimeSet
{
# MimeSet <target>
Depends $(1) : <build>mimeset ;
MimeSet1 $(1) : <build>mimeset ;
}
actions MimeSet1
{
$(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR)
$(2[1]) -f "$(1)" ;
}
rule ResComp
@@ -144,14 +153,3 @@ actions ResComp1
$(2[1]) --auto-names -o $(1) $(2[2-])
}
if $(OS) = BEOS
{
actions MimeSet
{
mimeset -f "$(1)" ;
}
} # if BEOS