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:
Axel Dörfler
2005-02-09 17:20:08 +00:00
parent 36129be090
commit 29ad57a6c0
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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.
*/ */