git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2536 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-11-25 03:15:56 +00:00
parent a5b27582ab
commit 17e75006a1
+2 -2
View File
@@ -74,12 +74,12 @@ esac
case "$BUILD_SYSTEM" in case "$BUILD_SYSTEM" in
Darwin) Darwin)
BUILDTOOL_REZ_NAME="MacOS X resource compiler (Rez)" BUILDTOOL_REZ_NAME="MacOS X resource compiler (Rez)"
BUILDTOOL_REZ='$PROG_Rez_FILE' BUILDTOOL_REZ_COMMAND='$PROG_Rez_FILE'
BUILDTOOL_REZ_DEPEND='Rez' BUILDTOOL_REZ_DEPEND='Rez'
;; ;;
MINGW32*|CYGWIN*) MINGW32*|CYGWIN*)
BUILDTOOL_WINDRES_NAME="Windows resource linker (windres)" BUILDTOOL_WINDRES_NAME="Windows resource linker (windres)"
BUILDTOOL_WINDRES='$PROG_windres_FILE' BUILDTOOL_WINDRES_COMMAND='$PROG_windres_FILE'
BUILDTOOL_WINDRES_DEPEND='windres' BUILDTOOL_WINDRES_DEPEND='windres'
;; ;;
esac esac