The debug_server now uses the standard terminal for debugging - we no longer

need MiniTerminal, it's no longer included in the image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15822 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-01-03 14:50:39 +00:00
parent b1c3e6a9f0
commit 696e72709e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chown clockco
uptime version waitfor xargs xres zip
;
BEOS_APPS = MiniTerminal Terminal Expander People ShowImage Clock Pulse
BEOS_APPS = Terminal Expander People ShowImage Clock Pulse
Playground SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku
StyledEdit Chart
;

View File

@ -39,7 +39,7 @@ static const char *kSignature = "application/x-vnd.haiku-debug-server";
// paths to the apps used for debugging
static const char *kConsoledPath = "/bin/consoled";
static const char *kTerminalPath = "/boot/beos/apps/MiniTerminal";
static const char *kTerminalPath = "/boot/beos/apps/Terminal";
static const char *kGDBPath = "/bin/gdb";