links against our libs
deactivated -fmultiple-symbol-spaces when building for Haiku git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
251060985c
commit
597f9de634
@ -1,10 +1,9 @@
|
||||
SubDir OBOS_TOP src prefs mouse ;
|
||||
|
||||
if $(COMPILE_FOR_R5) {
|
||||
if $(TARGET_PLATFORM) != haiku {
|
||||
SubDirC++Flags -DCOMPILE_FOR_R5 ;
|
||||
}
|
||||
|
||||
SubDirC++Flags -fmultiple-symbol-spaces ;
|
||||
SubDirC++Flags -fmultiple-symbol-spaces ;
|
||||
}
|
||||
|
||||
UsePrivateHeaders input ;
|
||||
|
||||
@ -18,4 +17,4 @@ Preference Mouse :
|
||||
SettingsView.cpp
|
||||
;
|
||||
|
||||
LinkSharedOSLibs Mouse : translation be ;
|
||||
LinkSharedOSLibs Mouse : libtranslation.so libbe.so ;
|
||||
|
Loading…
Reference in New Issue
Block a user