use libbe initialization unless we are targeting haiku
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9921 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
fdaa370452
commit
dd8a21cd31
@ -2,6 +2,10 @@ SubDir OBOS_TOP src kits interface BTextView ;
|
||||
|
||||
UsePrivateHeaders interface ;
|
||||
|
||||
if ! $(HAIKU_COMPATIBLE) {
|
||||
SubDirC++Flags -DCOMPILE_FOR_R5 ;
|
||||
}
|
||||
|
||||
StaticLibrary haiku :
|
||||
InlineInput.cpp
|
||||
LineBuffer.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user