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
This commit is contained in:
Daniel Stenberg 2006-02-20 12:18:47 +00:00
parent abbdcacfbd
commit fe2eadd793

3
tools/configure vendored
View file

@ -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`;