just to show you, how simple it is. this is how a complete makefile with pd-lib-builder might look like:
--- # Makefile for mylib lib.name = mylib class.sources = myclass1.c myclass2.c datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt include Makefile.pdlibbuilder --- and building your external is as simple as: > cd /path/to/source > make PDDIR=/path/to/pd Christof > Gesendet: Mittwoch, 05. September 2018 um 16:33 Uhr > Von: "IOhannes m zmoelnig" <[email protected]> > An: [email protected] > Betreff: Re: [PD] Setting Code::Blocks (MinGW64) to compile pd externals > > On 2018-09-05 16:25, alfonso santimone wrote: > > I have no good knowledge of cmake. > > to repeat christophs advice: > >> in your case I'd strongly suggest to use the pd-lib-builder makefile > >> template: https://github.com/pure-data/pd-lib-builder > > > Coding for pd and max is always a moving target :-D > > that's a bit far-fetched for an API that has been pretty stable for > about 20 years. > > fgasmkdr > IOhannes > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list > _______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
