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:
parent
06bc754054
commit
618a88bc18
@ -1,5 +1,14 @@
|
|||||||
SubDir HAIKU_TOP src bin desklink ;
|
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 ;
|
AddResources desklink : desklink.rsrc ;
|
||||||
|
|
||||||
BinCommand desklink :
|
BinCommand desklink :
|
||||||
|
Loading…
Reference in New Issue
Block a user