Replaced ObjectDefines by the newly introduces ObjectsDefines and replaced BuildPlatformTest by SimpleTest (that's, how I understood Axel's previous comment, what he wanted in the first place).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@ UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
|||||||
UsePrivateHeaders [ FDirName storage ] ;
|
UsePrivateHeaders [ FDirName storage ] ;
|
||||||
SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ;
|
SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ;
|
||||||
|
|
||||||
ObjectDefines
|
ObjectsDefines
|
||||||
heap.cpp
|
heap.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
vfs.cpp
|
vfs.cpp
|
||||||
@@ -26,7 +26,7 @@ if $(OS) = "LINUX" {
|
|||||||
SubDirC++Flags -DHAVE_READ_POS=1 ;
|
SubDirC++Flags -DHAVE_READ_POS=1 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
BuildPlatformTest BootLoaderTest :
|
SimpleTest BootLoaderTest :
|
||||||
platform_start.cpp
|
platform_start.cpp
|
||||||
#platform_console.cpp
|
#platform_console.cpp
|
||||||
platform_debug.cpp
|
platform_debug.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user