mirror of https://github.com/OpenTTD/OpenTTD
(svn r8311) [WinCE] -Fix r8304: GDI wasn't enabled by default on WinCE
parent
203ccad578
commit
58b547b4e1
|
@ -372,13 +372,13 @@ check_params() {
|
||||||
sleep 5
|
sleep 5
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ]; then
|
if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "WINCE" ]; then
|
||||||
log 1 "checking GDI video driver... found"
|
log 1 "checking GDI video driver... found"
|
||||||
else
|
else
|
||||||
log 1 "checking GDI video driver... not Windows, skipping"
|
log 1 "checking GDI video driver... not Windows, skipping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$sdl_config" ] && [ "$with_cocoa" = 0 ] && [ "$os" != "MINGW" ] && [ "$os" != "CYGWIN" ]; then
|
if [ -z "$sdl_config" ] && [ "$with_cocoa" = 0 ] && [ "$os" != "MINGW" ] && [ "$os" != "CYGWIN" ] && [ "$os" != "WINCE" ]; then
|
||||||
log 1 "WARNING: no video driver found, building dedicated only"
|
log 1 "WARNING: no video driver found, building dedicated only"
|
||||||
enable_dedicated="1"
|
enable_dedicated="1"
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
Loading…
Reference in New Issue