summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-20 12:18:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-20 12:18:47 +0000
commitfe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8 (patch)
treeab02537cabe9c862852c947861388bc1e035ef4f /tools/configure
parentabbdcacfbdc5e1019998c2a3a3ab59fa575cdbde (diff)
downloadrockbox-fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8.tar.gz
rockbox-fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8.zip
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure3
1 files changed, 2 insertions, 1 deletions
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
306 # Figure out what simulator version 306 # Figure out what simulator version
307 # 307 #
308 # x11 is deprecated so hide it from the question 308 # x11 is deprecated so hide it from the question
309 # win32 is also deprecated
309 # 310 #
310 echo "" 311 echo ""
311 echo "Build (W)in32 or (S)DL version? (S)" 312 echo "Build (S)DL version? (S)"
312 313
313 option=`input`; 314 option=`input`;
314 315