Fixed indentation, still doesn't build correctly on PPC, though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17564 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,8 +20,8 @@ UseHeaders [ FDirName $(SUBDIR) mesa swrast ] ;
|
|||||||
UseHeaders [ FDirName $(SUBDIR) mesa swrast_setup ] ;
|
UseHeaders [ FDirName $(SUBDIR) mesa swrast_setup ] ;
|
||||||
|
|
||||||
{
|
{
|
||||||
local defines ;
|
local defines ;
|
||||||
defines = BEOS_THREADS GNU_ASSEMBLER ;
|
defines = BEOS_THREADS GNU_ASSEMBLER ;
|
||||||
|
|
||||||
if $(TARGET_ARCH) = x86 {
|
if $(TARGET_ARCH) = x86 {
|
||||||
defines += USE_X86_ASM USE_MMX_ASM USE_3DNOW_ASM USE_SSE_ASM ;
|
defines += USE_X86_ASM USE_MMX_ASM USE_3DNOW_ASM USE_SSE_ASM ;
|
||||||
@@ -31,8 +31,8 @@ UseHeaders [ FDirName $(SUBDIR) mesa swrast_setup ] ;
|
|||||||
}
|
}
|
||||||
|
|
||||||
defines = [ FDefines $(defines) ] ;
|
defines = [ FDefines $(defines) ] ;
|
||||||
SubDirCcFlags $(defines) ;
|
SubDirCcFlags $(defines) ;
|
||||||
SubDirC++Flags $(defines) ;
|
SubDirC++Flags $(defines) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
local arch_sources ;
|
local arch_sources ;
|
||||||
|
|||||||
Reference in New Issue
Block a user