changed ordering of SetVersion and MimeSet to fix application version nuking.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1316 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -910,10 +910,10 @@ rule Link
|
|||||||
# Note: RESFILES must be set before invocation.
|
# Note: RESFILES must be set before invocation.
|
||||||
MODE on $(<) = $(EXEMODE) ;
|
MODE on $(<) = $(EXEMODE) ;
|
||||||
on $(1) XRes $(1) : $(RESFILES) ;
|
on $(1) XRes $(1) : $(RESFILES) ;
|
||||||
SetVersion $(1) ;
|
|
||||||
Chmod $(<) ;
|
Chmod $(<) ;
|
||||||
SetType $(1) ;
|
SetType $(1) ;
|
||||||
MimeSet $(1) ;
|
MimeSet $(1) ;
|
||||||
|
SetVersion $(1) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
actions Link bind NEEDLIBS
|
actions Link bind NEEDLIBS
|
||||||
|
|||||||
Reference in New Issue
Block a user