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:
@@ -1,17 +1,3 @@
|
|||||||
SubDir OBOS_TOP src apps terminal ;
|
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 ;
|
SubInclude OBOS_TOP src apps terminal MYOB ;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
SubDir OBOS_TOP src apps terminal MYOB ;
|
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
|
AppearPrefView.cpp
|
||||||
CodeConv.cpp
|
CodeConv.cpp
|
||||||
CurPos.cpp
|
CurPos.cpp
|
||||||
@@ -24,5 +24,5 @@ App Terminal2 : AboutWindow.cpp
|
|||||||
VTPrsTbl.c
|
VTPrsTbl.c
|
||||||
;
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs Terminal2 : be tracker textencoding game ;
|
LinkSharedOSLibs Terminal : be tracker textencoding game ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user