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:
Ingo Weinhold
2003-09-11 20:50:46 +00:00
parent 728b5725a8
commit 508fd666f4
+2 -2
View File
@@ -5,7 +5,7 @@ UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
UsePrivateHeaders [ FDirName storage ] ;
SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ;
ObjectDefines
ObjectsDefines
heap.cpp
main.cpp
vfs.cpp
@@ -26,7 +26,7 @@ if $(OS) = "LINUX" {
SubDirC++Flags -DHAVE_READ_POS=1 ;
}
BuildPlatformTest BootLoaderTest :
SimpleTest BootLoaderTest :
platform_start.cpp
#platform_console.cpp
platform_debug.cpp