When I untar/gunzip the file and run "makemake vc" I get:
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
'make.bat' is not recognized as an internal or external command,
operable program or batch file.
I put some trace statements in the make file and the errors begin when it tries to run the
"type" command against lib\Makefile.%1 (Makefile.vc).
Is this file, and Makefile.base, suppose to be included with the tar.gz file?
Thanks