Re: [fpc-devel] Make file questions (Makefile.fpc, fpmake.pp, etc)

2023-01-03 Thread Sven Barth via fpc-devel
Wayne Sherman schrieb am Mi., 4. Jan. 2023, 01:13: > On Tue, Jan 3, 2023 at 12:17 AM Sven Barth wrote: > >> 1) How do I generate the fpmake.pp file? Or is it created by manual > coding? > > > > This is created manually and is *the* source for how to build a package. > > > >> 2) Does "Makefile"

Re: [fpc-devel] Make file questions (Makefile.fpc, fpmake.pp, etc)

2023-01-03 Thread Wayne Sherman via fpc-devel
On Tue, Jan 3, 2023 at 12:17 AM Sven Barth wrote: >> 1) How do I generate the fpmake.pp file? Or is it created by manual coding? > > This is created manually and is *the* source for how to build a package. > >> 2) Does "Makefile" automatically get generated during a build or do I >> have to

Re: [fpc-devel] Make file questions (Makefile.fpc, fpmake.pp, etc)

2023-01-03 Thread Sven Barth via fpc-devel
Wayne Sherman via fpc-devel schrieb am Di., 3. Jan. 2023, 07:36: > Each package directory (./fpc-source/packages/some-package/) typically > has these files: >fpmake.pp (where does this come from?) >Makefile (this is generated by FPCMake?) >Makefile.fpc (config file for FPCMake to