From e8da4477297ffb12603680f09fa9b2cd30d0b7b5 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 4 Feb 2009 20:59:27 +0000 Subject: Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19923 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 3c1975d4de..9ea5f9f739 100755 --- a/tools/configure +++ b/tools/configure @@ -133,6 +133,16 @@ simcc () { output="rockboxui.exe" # use this as output binary name ;; + MINGW*) + echo "MinGW host detected" + + # sdl version + GCCOPTS="$GCCOPTS `sdl-config --cflags`" + LDOPTS="`sdl-config --libs` -mconsole" + + output="rockboxui.exe" # use this as output binary name + ;; + Linux) echo "Linux host detected" if [ "0" != `sdl-config --libs |grep -c mwindows` ]; then -- cgit v1.2.3