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:
Meep-Eep
2007-12-23 06:34:12 +00:00
parent 99cefbb5d3
commit aa4afdade5
6 changed files with 15 additions and 8 deletions
+6 -2
View File
@@ -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
;;