May 20, 2002
Dug up my old version of PCgrasp (freeware mostly I think),
http://www.eng.auburn.edu/grasp/.

I can get to compliation of the obj files, but I've got stuck at the linking, as PCgrasp only supports:

%f = filename with no path and no extention
%F = filename with path and extention

so I can't go
sc path/filename.obj

So either, I have to run in the same directory, or path all the directories I use, which isn't very neat. Any other suggestions? (note, I'm probably missed something)