From 618a88bc18c523bc6ee9f36af68775a77a569540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 15 Jan 2006 22:27:37 +0000 Subject: [PATCH] desklink is beos compatible (provided it uses some haiku headers) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15962 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/desklink/Jamfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/bin/desklink/Jamfile b/src/bin/desklink/Jamfile index c8047b77fd..76ed0b63f6 100644 --- a/src/bin/desklink/Jamfile +++ b/src/bin/desklink/Jamfile @@ -1,5 +1,14 @@ SubDir HAIKU_TOP src bin desklink ; +SetSubDirSupportedPlatformsBeOSCompatible ; + +if $(TARGET_PLATFORM) != haiku { + UseHeaders [ FDirName $(HAIKU_TOP) headers os interface ] : true ; + # We need the public interface headers also when not compiling for Haiku. + UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ; + # We need the public headers also when not compiling for Haiku. +} + AddResources desklink : desklink.rsrc ; BinCommand desklink :