|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat May 26 22:06:38 CEST 2007
Subject: [cvs-checkins] MODIFIED: mlite ...
Date: 00/07/05 26:22:06 Modified: mlite/kernel makefile Log: Use filesys for http server Revision Changes Path 1.9 mlite/kernel/makefile http://www.opencores.org/cvsweb.shtml/mlite/kernel/makefile.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: makefile =================================================================== RCS file: /cvsroot/rhoads/mlite/kernel/makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- makefile 21 May 2007 02:52:33 -0000 1.8 +++ makefile 26 May 2007 20:06:38 -0000 1.9 @@ -52,7 +52,7 @@ $(GCC_MIPS) rtos_test.c -DINCLUDE_HTML -DINCLUDE_CONSOLE $(GCC_MIPS) math.c $(GCC_MIPS) tcpip.c - $(GCC_MIPS) http.c + $(GCC_MIPS) http.c -DINCLUDE_FILESYS $(GCC_MIPS) netutil.c $(GCC_MIPS) filesys.c $(GCC_MIPS) -I. ..\app\html.c -DMainThread=HtmlThread
|