Update of /cvsroot/moeng/BBRpg
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13247
Modified Files:
README configure
Log Message:
Upgraded BBRpg to work with Lua 5.1.
Index: README
===================================================================
RCS file: /cvsroot/moeng/BBRpg/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README 10 Dec 2004 14:15:36 -0000 1.8
--- README 27 Jan 2007 02:14:47 -0000 1.9
***************
*** 88,99 ****
-------
! 1.1.1 - October, Xth (Final release)
!
! / A lot of small fixes
! / Some more efficient object handling
! TODO: Examine commit messages
!
! 1.1.0 - January, 10th (First post-compo release)
* Added the Blues music, the biggest thing missing in our previous version
--- 88,97 ----
-------
! 1.1.1 - X January, 2006 (Final release)
! * Upgraded to Lua 5.1
! * First proper source release
! * A lot of small fixes and improvements
! 1.1.0 - 10 January, 2004 (First post-compo release)
* Added the Blues music, the biggest thing missing in our previous version
***************
*** 104,106 ****
! 1.0.0 - January, 2nd (First public release)
--- 102,104 ----
! 1.0.0 - 2 January, 2004 (First public release)
Index: configure
===================================================================
RCS file: /cvsroot/moeng/BBRpg/configure,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** configure 13 Apr 2004 12:26:07 -0000 1.13
--- configure 27 Jan 2007 02:14:47 -0000 1.14
***************
*** 170,178 ****
EOF
! echo "$CC $CPPFLAGS conftest.cpp $LIBS -llua -llualib -o /dev/null" >>$LOG
! echo "$CC $CPPFLAGS conftest.cpp $LIBS -llua -llualib -o /dev/null" >>$LOGERR
! if $CC $CPPFLAGS conftest.cpp $LIBS -llua -llualib -o /dev/null >>$LOG 2>>$LOGERR ; then
# gelukt
! LIBS="$LIBS -llua -llualib"
echo "yes"
else
--- 170,178 ----
EOF
! echo "$CC $CPPFLAGS conftest.cpp $LIBS -llua -ldl -o /dev/null" >>$LOG
! echo "$CC $CPPFLAGS conftest.cpp $LIBS -llua -ldl -o /dev/null" >>$LOGERR
! if $CC $CPPFLAGS conftest.cpp $LIBS -llua -ldl -o /dev/null >>$LOG 2>>$LOGERR ; then
# gelukt
! LIBS="$LIBS -llua"
echo "yes"
else
|