From fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Feb 2006 12:18:47 +0000 Subject: Hide the win32 option when building the simulator. The SDL is now the only type we endorse! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8747 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 03a94137e0..6ffd640398 100755 --- a/tools/configure +++ b/tools/configure @@ -306,9 +306,10 @@ if [ -z "$simver" ]; then # Figure out what simulator version # # x11 is deprecated so hide it from the question + # win32 is also deprecated # echo "" - echo "Build (W)in32 or (S)DL version? (S)" + echo "Build (S)DL version? (S)" option=`input`; -- cgit