links against our libs
multiple symbolspaces deactivated on haiku git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12975 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1100b1dd94
commit
2bc5183d59
@ -1,6 +1,8 @@
|
|||||||
SubDir OBOS_TOP src prefs sounds ;
|
SubDir OBOS_TOP src prefs sounds ;
|
||||||
|
|
||||||
SubDirC++Flags -fmultiple-symbol-spaces ;
|
if $(TARGET_PLATFORM) != haiku {
|
||||||
|
SubDirC++Flags -fmultiple-symbol-spaces ;
|
||||||
|
}
|
||||||
|
|
||||||
AddResources Sounds : Sounds.rdef ;
|
AddResources Sounds : Sounds.rdef ;
|
||||||
|
|
||||||
@ -8,6 +10,6 @@ Preference Sounds :
|
|||||||
HApp.cpp
|
HApp.cpp
|
||||||
HEventItem.cpp
|
HEventItem.cpp
|
||||||
HWindow.cpp
|
HWindow.cpp
|
||||||
HEventList.cpp ;
|
HEventList.cpp
|
||||||
|
: libbe.so libmedia.so libgame.so libtracker.so
|
||||||
LinkSharedOSLibs Sounds : be libmedia.so game tracker ;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user