Sorry for the broken last commit.
We can always link against libroot.so, there is no need for this special case. Also fixed line breaks: please try not to commit DOS line breaks. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13331 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+13
-17
@@ -1,17 +1,13 @@
|
|||||||
SubDir OBOS_TOP src apps abouthaiku ;
|
SubDir OBOS_TOP src apps abouthaiku ;
|
||||||
|
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
if $(TARGET_PLATFORM) = r5 {
|
if $(TARGET_PLATFORM) = r5 {
|
||||||
SubDirC++Flags -DR5_COMPATIBLE ;
|
SubDirC++Flags -DR5_COMPATIBLE ;
|
||||||
}
|
}
|
||||||
|
|
||||||
App AboutHaiku :
|
App AboutHaiku :
|
||||||
AboutHaiku.cpp
|
AboutHaiku.cpp
|
||||||
: libbe.so libtranslation.so
|
: libbe.so libtranslation.so libroot.so
|
||||||
: AboutHaiku.rdef
|
: AboutHaiku.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
if $(TARGET_PLATFORM) != r5 {
|
|
||||||
LinkSharedOSLibs AboutHaiku : libroot.so ;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user