Whoops.
Sent the wrong file the first time.
I deleted it (it's in the .zip file: /EZASPIE/ezaspiepelles.zip)
This is a version to compile the ezaspie program with Pelles C. It's the
same BCX program as contained in ezaspie005.zip - just a new way to compile
it - for those who do not have VC++ 6.0.
There is a p.bat batch file which invokes pomake.exe to process the
makefile. There are two main targets. "all" compiles the ezaspie.exe and
"clean" which deletes all the compiler/linker outputs. You can invoke the
batch file by typing p <enter> or p clean <enter>.
The point of this exercise is to show how to compile multiple file projects
and link them together to create an .exe. There are lots of things that can
be done to simplify makefile maintenance and I plan to do a few of them, but
this shows the basic approach without too much magic to distract from the
basic concepts. Hope someone finds it useful.
David Garner