From: Per P. <per...@ma...> - 2004-12-19 13:18:43
|
On Dec 18, 2004, at 02:23, Corey Halpin wrote: > - CC -ObjC -o bin/ofsndplay OFSndPLay.cc -framework Cocoa > + cc -ObjC -o bin/ofsndplay OFSndPlay.cc -framework Cocoa Interesting how many typos I could make in a single line..., it was meant to read $(CC) -ObjC -o bin/ofsndplay OFSndPlay.cc -framework Cocoa Fixed in CVS. /Per |