2004-02-26 11:13:13 -05: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 08:09:43 -04:00
|
|
|
copy Makefile.dist Makefile
|