diff --git a/src/apps/terminal/Jamfile b/src/apps/terminal/Jamfile index eaffcff7c7..20396bef2d 100644 --- a/src/apps/terminal/Jamfile +++ b/src/apps/terminal/Jamfile @@ -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 ; diff --git a/src/apps/terminal/MYOB/Jamfile b/src/apps/terminal/MYOB/Jamfile index 8e44048a42..35210e82fa 100644 --- a/src/apps/terminal/MYOB/Jamfile +++ b/src/apps/terminal/MYOB/Jamfile @@ -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 ;