[Scummvm-cvs-logs] CVS: scummvm configure,1.15,1.16
Jonathan Gray
khalek at users.sourceforge.net
Tue May 20 01:40:01 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv31789a
Modified Files:
configure
Log Message:
output which engines we are building
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure 18 May 2003 14:06:13 -0000 1.15
+++ configure 20 May 2003 08:39:03 -0000 1.16
@@ -346,6 +346,19 @@
echo "" >> config.h
echo "#endif /* CONFIG_H */" >> config.h
+echo
+echo "Engines:"
+if test "$_build_scumm" = yes ; then
+ echo " SCUMM"
+fi
+if test "$_build_simon" = yes ; then
+ echo " Simon the Sorcerer"
+fi
+if test "$_build_sky" = yes ; then
+ echo " Beneath a Steel Sky"
+fi
+echo
+
echo "Creating config.mak"
cat > config.mak << EOF
# -------- Generated by configure -----------
More information about the Scummvm-git-logs
mailing list