Re: [PD-dev] Makefile configuration question

2006-12-04 Thread Miller Puckette
THere's a makefile in expr~ that combines three object files... the makefile is a bit ugly but could be a good starting point. cheers Miller On Mon, Dec 04, 2006 at 03:56:57PM +, Eric Lyon wrote: Greetings, I need some advice for how to modify the Pd Makefile for when I need to compile

Re: [PD-dev] Makefile configuration question

2006-12-04 Thread Hans-Christoph Steiner
You could use the Pd-extended build stuff, then only have to maintain one target for all platforms (GNU/Linux, Mac OS X, and Windows) and you get automatic inclusion into Pd-extended, nightly builds on all these platforms, as well as automatic handling of global CPU optimization flags.