Update of /cvsroot/csdoc/mcsdoc/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11554
Added Files:
ChangeLog Makefile README
Log Message:
2004-11-09 Gaurav Vaish <mastergaurav>
* MCSDoc : Imported the directory from old csdoc.
* Makefile : Dummy makefile for now. To use NAnt finally.
--- NEW FILE: ChangeLog ---
2004-11-09 Gaurav Vaish <mastergaurav>
* MCSDoc : Imported the directory from old csdoc.
* Makefile : Dummy makefile for now. To use NAnt finally.
--- NEW FILE: Makefile ---
DIRS=mcsdoc
ASSEMBLY=mcsdoc.dll
all: default
default:
echo Nothing built
clean:
echo Nothing cleaned
--- NEW FILE: README ---
mcsdoc: The Master C# Document Generator. Hacked version of mcs (by Gaurav Vaish)
|