Hopefully final build fix for Dano; at least I build everything with "-a" this

time and it worked :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-02-29 15:02:12 +00:00
parent 340dd4fe3d
commit dd8a8496f0
2 changed files with 3 additions and 2 deletions

View File

@ -129,7 +129,7 @@ extern float roundf(float value);
# define B_TRANSLATION_MAJOR_VERSION(v) (v >> 8)
# define B_TRANSLATION_MINOR_VERSION(v) ((v >> 4) & 0xf)
# define B_TRANSLATION_REVISION_VERSION(v) (v & 0xf)
# ifndef HAIKU_HOST_PLATFORM_DANO
# ifndef USING_HAIKU_TYPE_CONSTANTS_H
# define B_LARGE_ICON_TYPE 'ICON'
# define B_MINI_ICON_TYPE 'MICN'
# define B_VECTOR_ICON_TYPE 'VICN'

View File

@ -26,7 +26,8 @@ if $(HOST_PLATFORM) in r5 bone dano {
ObjectSysHdrs $(libbePatchSources)
: [ FDirName $(HAIKU_TOP) headers build os storage ] ;
if $(HOST_PLATFORM) = dano {
ObjectDefines $(libbePatchSources) : _IMPEXP_BE= ;
ObjectDefines $(libbePatchSources) : _IMPEXP_BE=
USING_HAIKU_TYPE_CONSTANTS_H= ;
}
ObjectC++Flags $(libbePatchSources)
: -include [ FDirName $(HAIKU_TOP) headers build