Removed Terminal from build and made Terminal2 the real app

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13243 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2005-06-23 19:12:23 +00:00
parent 3019790e7e
commit 2146e4d643
2 changed files with 3 additions and 17 deletions
-14
View File
@@ -1,17 +1,3 @@
SubDir OBOS_TOP src apps terminal ;
AddResources Terminal :
Terminal.rdef
Terminal.icons.rdef
Terminal.version.rdef
;
App Terminal :
Terminal.cpp
TerminalWindow.cpp
TerminalApp.cpp
;
LinkSharedOSLibs Terminal : be translation tracker ;
SubInclude OBOS_TOP src apps terminal MYOB ;
+3 -3
View File
@@ -1,8 +1,8 @@
SubDir OBOS_TOP src apps terminal MYOB ;
AddResources Terminal2 : Terminal.rsrc ;
AddResources Terminal : Terminal.rsrc ;
App Terminal2 : AboutWindow.cpp
App Terminal : AboutWindow.cpp
AppearPrefView.cpp
CodeConv.cpp
CurPos.cpp
@@ -24,5 +24,5 @@ App Terminal2 : AboutWindow.cpp
VTPrsTbl.c
;
LinkSharedOSLibs Terminal2 : be tracker textencoding game ;
LinkSharedOSLibs Terminal : be tracker textencoding game ;