summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-22 12:41:13 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-22 12:41:13 +0000
commit43528c770e32556223a99d3e92a551434395dde5 (patch)
tree31afc59cadd48db24bc99fd45a6cdf0547fa4f3e /tools
parent9f29086b2c0ef5cccd85cf53aa6fa7ee501b8dc7 (diff)
downloadrockbox-43528c770e32556223a99d3e92a551434395dde5.tar.gz
rockbox-43528c770e32556223a99d3e92a551434395dde5.zip
Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debug output finally appears on the console again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11309 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index b7932be13f..f9ef9803e2 100755
--- a/tools/configure
+++ b/tools/configure
@@ -111,7 +111,7 @@ simcc () {
111 elif [ "$simver" = "sdl" ]; then 111 elif [ "$simver" = "sdl" ]; then
112 # sdl version 112 # sdl version
113 GCCOPTS="$GCCOPTS `sdl-config --cflags`" 113 GCCOPTS="$GCCOPTS `sdl-config --cflags`"
114 LDOPTS="`sdl-config --libs`" 114 LDOPTS="`sdl-config --libs` -mconsole"
115 checksoundcard 115 checksoundcard
116 else 116 else
117 # x11 version 117 # x11 version