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
This commit is contained in:
Jérôme Duval 2006-01-15 22:27:37 +00:00
parent 06bc754054
commit 618a88bc18
1 changed files with 9 additions and 0 deletions

View File

@ -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 :