Removed unnecessary detections, support for S60 SDK version >3.0
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3073 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -30,6 +30,12 @@ uqm_requirements()
|
||||
use_library SDL 1.2.8 || exit 1
|
||||
use_library SDL_image || exit 1
|
||||
|
||||
case "$HOST_SYSTEM" in
|
||||
WINSCW|ARMV5|GCCE)
|
||||
# Symbian does not use dynamically generated config.h
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
# Add defines for HAVE_READDIR_R, HAVE_SETENV, HAVE_STRUPR,
|
||||
# HAVE_STRCASECMP, and HAVE_STRICMP
|
||||
|
||||
Reference in New Issue
Block a user