[Scummvm-cvs-logs] CVS: scummvm configure,1.49,1.50
Max Horn
fingolfin at users.sourceforge.net
Fri Dec 5 15:15:00 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/queen defs.h,1.34,1.35 display.cpp,1.32,1.33 logic.cpp,1.120,1.121 cutaway.cpp,1.83,1.84 xref.txt,1.42,1.43
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler hq2x.h,NONE,1.1 hq3x.h,NONE,1.1 hq2x.cpp,1.8,1.9 hq3x.cpp,1.6,1.7 intern.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv27337
Modified Files:
configure
Log Message:
Define HAS_ALTIVEC on OS X (should do a proper test here, in case we are run on Darwin/x86, but for now I am lazy)
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- configure 16 Nov 2003 04:03:31 -0000 1.49
+++ configure 5 Dec 2003 23:14:01 -0000 1.50
@@ -365,6 +365,8 @@
Darwin)
DEFINES="$DEFINES -DUNIX -DMACOSX"
LIBS="$LIBS -framework QuickTime -framework AudioUnit"
+ # TODO: Add proper check for Altivec support in the compiler...
+ DEFINES="$DEFINES -DHAS_ALTIVEC"
CXXFLAGS="$CXXFLAGS -faltivec"
;;
MINGW32*)
@@ -614,8 +616,8 @@
# -------- Generated by configure -----------
CXX := $CXX
-CXXFLAGS := $CXXFLAGS
-LIBS := $LIBS
+CXXFLAGS += $CXXFLAGS
+LIBS += $LIBS
RANLIB := $_ranlib
BACKEND := $_backend
MODULES += $MODULES
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/queen defs.h,1.34,1.35 display.cpp,1.32,1.33 logic.cpp,1.120,1.121 cutaway.cpp,1.83,1.84 xref.txt,1.42,1.43
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler hq2x.h,NONE,1.1 hq3x.h,NONE,1.1 hq2x.cpp,1.8,1.9 hq3x.cpp,1.6,1.7 intern.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list