From 17e75006a1865d672913af1d763a770f854cc60f Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 25 Nov 2006 03:15:56 +0000 Subject: [PATCH] Fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2536 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_proginfo_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/build/unix/config_proginfo_build b/sc2/build/unix/config_proginfo_build index 9e7efad14..d751a7dcb 100644 --- a/sc2/build/unix/config_proginfo_build +++ b/sc2/build/unix/config_proginfo_build @@ -74,12 +74,12 @@ esac case "$BUILD_SYSTEM" in Darwin) BUILDTOOL_REZ_NAME="MacOS X resource compiler (Rez)" - BUILDTOOL_REZ='$PROG_Rez_FILE' + BUILDTOOL_REZ_COMMAND='$PROG_Rez_FILE' BUILDTOOL_REZ_DEPEND='Rez' ;; MINGW32*|CYGWIN*) BUILDTOOL_WINDRES_NAME="Windows resource linker (windres)" - BUILDTOOL_WINDRES='$PROG_windres_FILE' + BUILDTOOL_WINDRES_COMMAND='$PROG_windres_FILE' BUILDTOOL_WINDRES_DEPEND='windres' ;; esac