pulse is beos compatible

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-02-10 14:11:21 +00:00
parent 532d1ccd43
commit 039132ab1d
+6 -1
View File
@@ -1,6 +1,11 @@
SubDir HAIKU_TOP src apps pulse ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders shared ;
if $(TARGET_PLATFORM) != haiku {
UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ;
}
if $(TARGET_PLATFORM) = r5 {
SubDirC++Flags -DR5_COMPATIBLE ;
@@ -20,7 +25,7 @@ Application Pulse :
PulseView.cpp
PulseWindow.cpp
: libbe.so
: be
: Pulse.rdef
;