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 ;
|
UsePrivateHeaders kernel ;
|
||||||
|
|
||||||
App consoled :
|
App consoled :
|
||||||
main.c
|
consoled.cpp
|
||||||
: libroot.so ;
|
: libroot.so libbe.so ;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2004, The Haiku Team. All rights reserved.
|
* Copyright 2004, The Haiku Team. All rights reserved.
|
||||||
** Distributed under the terms of the Haiku License.
|
* Distributed under the terms of the Haiku License.
|
||||||
**
|
*
|
||||||
** Copyright 2002, Travis Geiselbrecht. All rights reserved.
|
* Copyright 2002, Travis Geiselbrecht. All rights reserved.
|
||||||
** Distributed under the terms of the NewOS License.
|
* Distributed under the terms of the NewOS License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user