aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClaudio Matsuoka2001-11-07 10:28:33 +0000
committerClaudio Matsuoka2001-11-07 10:28:33 +0000
commite55d303f22e9de21261fea6577df901550083a58 (patch)
tree8c3fb4e7192b8db989dfba2bf1fd0ba2548ee498 /Makefile
parentfffb53aa5349d1a9bb8f5e96c9d7dda706538e63 (diff)
downloadscummvm-rg350-e55d303f22e9de21261fea6577df901550083a58.tar.gz
scummvm-rg350-e55d303f22e9de21261fea6577df901550083a58.tar.bz2
scummvm-rg350-e55d303f22e9de21261fea6577df901550083a58.zip
Using `sdl-config --libs` as LIBS, will override for cross-build.
svn-id: r3469
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d67f13fc4..c073f79cea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
# $Id$
#
# $Log$
+# Revision 1.10 2001/11/07 10:28:33 cmatsuoka
+# Using `sdl-config --libs` as LIBS, will override for cross-build.
+#
# Revision 1.9 2001/11/06 22:59:59 cmatsuoka
# Re-added changes to allow cygwin and beos cross-compilation.
#
@@ -11,7 +14,7 @@ DEFINES = -DUNIX
LDFLAGS :=
INCLUDES:= `sdl-config --cflags`
CPPFLAGS= $(DEFINES) $(INCLUDES)
-LIBS = -lSDL
+LIBS = `sdl-config --libs`
ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
INCS = scumm.h scummsys.h stdafx.h