From 039132ab1ddea01c8a1e13ffe53d33beb855a5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 10 Feb 2006 14:11:21 +0000 Subject: [PATCH] pulse is beos compatible git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16330 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/pulse/Jamfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/apps/pulse/Jamfile b/src/apps/pulse/Jamfile index 587e6bdb2c..f4956fcbfc 100644 --- a/src/apps/pulse/Jamfile +++ b/src/apps/pulse/Jamfile @@ -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 ;