Renamed main.c to console.cpp and link it against libbe.so
(in anticipation of future changes). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11296 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,5 +3,5 @@ SubDir OBOS_TOP src kernel apps consoled ;
|
||||
UsePrivateHeaders kernel ;
|
||||
|
||||
App consoled :
|
||||
main.c
|
||||
: libroot.so ;
|
||||
consoled.cpp
|
||||
: libroot.so libbe.so ;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
** Copyright 2004, The Haiku Team. All rights reserved.
|
||||
** Distributed under the terms of the Haiku License.
|
||||
**
|
||||
** Copyright 2002, Travis Geiselbrecht. All rights reserved.
|
||||
** Distributed under the terms of the NewOS License.
|
||||
*/
|
||||
* Copyright 2004, The Haiku Team. All rights reserved.
|
||||
* Distributed under the terms of the Haiku License.
|
||||
*
|
||||
* Copyright 2002, Travis Geiselbrecht. All rights reserved.
|
||||
* Distributed under the terms of the NewOS License.
|
||||
*/
|
||||
|
||||
|
||||
#include <OS.h>
|
||||
Reference in New Issue
Block a user