[Moeng-cvs] BBRpg configure,1.9,1.10 rpg.cfg,1.4,1.5
Status: Alpha
Brought to you by:
b_lindeijer
From: <b_l...@us...> - 2004-01-03 21:56:23
|
Update of /cvsroot/moeng/BBRpg In directory sc8-pr-cvs1:/tmp/cvs-serv23984 Modified Files: configure rpg.cfg Log Message: Now samples can always be played even if alogg is not available. Index: configure =================================================================== RCS file: /cvsroot/moeng/BBRpg/configure,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** configure 2 Jan 2004 01:00:05 -0000 1.9 --- configure 3 Jan 2004 21:56:19 -0000 1.10 *************** *** 182,186 **** if alogg-config --version >>$LOG 2>>$LOGERR ; then LIBS_ENGINE="`alogg-config --libs` $LIBS_ENGINE" ! CPPFLAGS="$CPPFLAGS `alogg-config --cflags` -DENABLE_SOUND" echo "yes" else --- 182,186 ---- if alogg-config --version >>$LOG 2>>$LOGERR ; then LIBS_ENGINE="`alogg-config --libs` $LIBS_ENGINE" ! CPPFLAGS="$CPPFLAGS `alogg-config --cflags` -DENABLE_MUSIC" echo "yes" else *************** *** 214,218 **** # gelukt LIBS_ENGINE="-lalogg -logg -lvorbis -lvorbisfile -lvorbisenc $LIBS_ENGINE" ! CPPFLAGS="$CPPFLAGS -DENABLE_SOUND" SOUND=true echo "yes" --- 214,218 ---- # gelukt LIBS_ENGINE="-lalogg -logg -lvorbis -lvorbisfile -lvorbisenc $LIBS_ENGINE" ! CPPFLAGS="$CPPFLAGS -DENABLE_MUSIC" SOUND=true echo "yes" Index: rpg.cfg =================================================================== RCS file: /cvsroot/moeng/BBRpg/rpg.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rpg.cfg 2 Jan 2004 02:49:56 -0000 1.4 --- rpg.cfg 3 Jan 2004 21:56:19 -0000 1.5 *************** *** 15,16 **** --- 15,17 ---- [Sound] EnableMusic=1 + EnableSfx=1 |