Added a "cegcc" target.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2887 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -12,7 +12,7 @@ uqm_requirements()
|
||||
have_build_tools_language C || exit 1
|
||||
have_build_tool LINK || exit 1
|
||||
case "$HOST_SYSTEM" in
|
||||
MINGW32*)
|
||||
MINGW32*|cegcc)
|
||||
have_build_tool WINDRES || exit 1
|
||||
;;
|
||||
Darwin)
|
||||
@@ -75,7 +75,7 @@ uqm_prepare_config()
|
||||
Darwin)
|
||||
# Installation directory not modifiable
|
||||
;;
|
||||
MINGW32*)
|
||||
MINGW32*|cegcc)
|
||||
# No install procedure available for MinGW
|
||||
;;
|
||||
*)
|
||||
@@ -429,6 +429,10 @@ uqm_install() {
|
||||
echo "No installation procedure available for MinGW."
|
||||
echo "Read the manual for more information."
|
||||
;;
|
||||
cegcc*)
|
||||
echo "No installation procedure available for Windows CE."
|
||||
echo "Read the manual for more information."
|
||||
;;
|
||||
*)
|
||||
generic_install
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user