[Moeng-cvs] BBRpg configure,1.10,1.10.2.1 update.bat,1.1,1.1.2.1
Status: Alpha
Brought to you by:
b_lindeijer
From: <b_l...@us...> - 2004-01-04 23:21:51
|
Update of /cvsroot/moeng/BBRpg In directory sc8-pr-cvs1:/tmp/cvs-serv12440 Modified Files: Tag: bbrpg configure update.bat Log Message: Some changes from main trunk. Index: configure =================================================================== RCS file: /cvsroot/moeng/BBRpg/configure,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** configure 3 Jan 2004 21:56:19 -0000 1.10 --- configure 4 Jan 2004 23:21:48 -0000 1.10.2.1 *************** *** 1,4 **** --- 1,6 ---- #!/bin/sh + # thanks to Smunt for some tips :) + CC=g++ LIBS= *************** *** 17,21 **** # echo $MYRETVAL # a b c d ! function CLEAN () { MYRETVAL="" for arg do --- 19,23 ---- # echo $MYRETVAL # a b c d ! CLEAN () { MYRETVAL="" for arg do Index: update.bat =================================================================== RCS file: /cvsroot/moeng/BBRpg/update.bat,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** update.bat 30 Dec 2003 13:42:46 -0000 1.1 --- update.bat 4 Jan 2004 23:21:48 -0000 1.1.2.1 *************** *** 4,5 **** --- 4,6 ---- dat -a -k -t FONT data.dat data\bitmaps\font_*.* dat -a -k -t MAP data.dat data\maps\*.map + dat -a -k -t SAMP data.dat data\samples\*.wav |