Sounds and Media prefs are beos compatible

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15957 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-01-15 22:01:43 +00:00
parent 843a7d9da4
commit 7f781bfbf2
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src preferences media ;
SetSubDirSupportedPlatformsBeOSCompatible ;
if $(TARGET_PLATFORM) != haiku {
SubDirC++Flags -fmultiple-symbol-spaces ;
}
@ -12,7 +14,7 @@ Preference Media :
MediaViews.cpp
MediaListItem.cpp
MediaAlert.cpp
: be libmedia.so
: be media
: media.rdef
;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src preferences sounds ;
SetSubDirSupportedPlatformsBeOSCompatible ;
if $(TARGET_PLATFORM) != haiku {
SubDirC++Flags -fmultiple-symbol-spaces ;
}