Fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2536 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user