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:
Axel Dörfler 2005-06-28 20:13:24 +00:00
parent d51de3cea9
commit a79f112e9b
1 changed files with 13 additions and 17 deletions

View File

@ -1,17 +1,13 @@
SubDir OBOS_TOP src apps abouthaiku ;
UsePrivateHeaders shared ;
if $(TARGET_PLATFORM) = r5 {
SubDirC++Flags -DR5_COMPATIBLE ;
}
App AboutHaiku :
AboutHaiku.cpp
: libbe.so libtranslation.so
: AboutHaiku.rdef
;
if $(TARGET_PLATFORM) != r5 {
LinkSharedOSLibs AboutHaiku : libroot.so ;
}
SubDir OBOS_TOP src apps abouthaiku ;
UsePrivateHeaders shared ;
if $(TARGET_PLATFORM) = r5 {
SubDirC++Flags -DR5_COMPATIBLE ;
}
App AboutHaiku :
AboutHaiku.cpp
: libbe.so libtranslation.so libroot.so
: AboutHaiku.rdef
;