[Nice-commit] Nice Makefile,1.159,1.160
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-04 09:48:35
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8992 Modified Files: Makefile Log Message: Fixed some errors in nice.io and end-of-line weirdnesses. Still disable its compilation since some errors remain. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.159 retrieving revision 1.160 diff -C2 -d -r1.159 -r1.160 *** Makefile 3 Mar 2005 23:50:03 -0000 1.159 --- Makefile 4 Mar 2005 09:48:17 -0000 1.160 *************** *** 212,216 **** @echo "Building libraries..." $(NICEC1) nice.functional ! $(NICEC1) nice.io testengine: --- 212,216 ---- @echo "Building libraries..." $(NICEC1) nice.functional ! # $(NICEC1) nice.io testengine: |