2004-02-27 00:13:13 +08:00
|
|
|
@echo off
|
|
|
|
REM set up a CVS tree to build when there's no autotools
|
|
|
|
REM $Revision$
|
|
|
|
REM $Date$
|
|
|
|
|
|
|
|
REM create hugehelp.c
|
|
|
|
copy src\hugehelp.c.cvs src\hugehelp.c
|
|
|
|
|
|
|
|
REM create Makefile
|
2008-03-31 20:09:43 +08:00
|
|
|
copy Makefile.dist Makefile
|