diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-02-20 12:18:47 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-02-20 12:18:47 +0000 |
| commit | fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8 (patch) | |
| tree | ab02537cabe9c862852c947861388bc1e035ef4f | |
| parent | abbdcacfbdc5e1019998c2a3a3ab59fa575cdbde (diff) | |
| download | rockbox-fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8.zip rockbox-fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8.tar.gz rockbox-fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8.tar.bz2 rockbox-fe2eadd79360faea97ab7dd9f3c0d3bd02dd20b8.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 03a9413..6ffd640 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`; |