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
+1 -1
View File
@@ -77,7 +77,7 @@ case "$HOST_SYSTEM" in
BUILDTOOL_REZ_COMMAND='$PROG_Rez_FILE'
BUILDTOOL_REZ_DEPEND='Rez'
;;
MINGW32*|CYGWIN*)
MINGW32*|CYGWIN*|cegcc)
BUILDTOOL_WINDRES_NAME="Windows resource linker (windres)"
BUILDTOOL_WINDRES_COMMAND='$PROG_windres_FILE'
BUILDTOOL_WINDRES_DEPEND='windres'