Revert accidentally committed local change.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2508 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-11-17 21:19:24 +00:00
parent 8cb5693abe
commit 02dfb26d6c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
BUILDLOG=/tmp/build.log
BUILDLOG=/dev/null
TEMPFILE="/tmp/build.$$.tmp"
+2 -2
View File
@@ -90,8 +90,8 @@ case "$HOST_SYSTEM" in
LIB_SDL_image_LDFLAGS="-framework SDL_image"
;;
*)
LIB_SDL_image_CFLAGS="$LIB_SDL_CFLAGS -I/opt/SDL_image/include/SDL"
LIB_SDL_image_LDFLAGS="$LIB_SDL_LDFLAGS -L/opt/SDL_image/lib -lSDL_image"
LIB_SDL_image_CFLAGS="$LIB_SDL_CFLAGS"
LIB_SDL_image_LDFLAGS="$LIB_SDL_LDFLAGS -lSDL_image"
;;
esac
LIB_SDL_image_VERSION=""