On Thu, 2018-07-05 at 00:20 +0200, Tomas Hajny wrote:
> If you look into fpmake.pp in the same directory, you'll find out that the
> proper command line for calling data2inc should be:
>
> data2inc -b -s fpcmake.ini fpcmake.inc fpcmakeini
>
> (add paths as necessary, e.g. the path to data2inc if
On Thu, July 5, 2018 00:20, Tomas Hajny wrote:
> On Wed, July 4, 2018 22:42, Christo wrote:
>> On Wed, 2018-07-04 at 11:57 +0200, Tomas Hajny wrote:
Oops, sorry, sent the previous e-mail too early by mistake. :-(
.
.
> Invoking of data2inc from fpmake may not be as mature though (as suggested
>
On Wed, July 4, 2018 22:42, Christo wrote:
> On Wed, 2018-07-04 at 11:57 +0200, Tomas Hajny wrote:
>> The .ini file should be translated to .inc using the data2inc utility
>> (included with FPC as well) and then incorporated into the binary. This
>> should happen automatically, but let's make sure
On Wed, 2018-07-04 at 11:57 +0200, Tomas Hajny wrote:
> The .ini file should be translated to .inc using the data2inc utility
> (included with FPC as well) and then incorporated into the binary. This
> should happen automatically, but let's make sure it was the case for you
> as well.
The .inc fil
On Wed, July 4, 2018 10:50, Christo Crause wrote:
> On Wed, Jul 4, 2018 at 9:21 AM, Tomas Hajny wrote:
>> On Wed, July 4, 2018 07:53, Christo wrote:
>> > Any hints on how to compile and use fpcmake so that changes in the ini
>> > file ends up in the generated MakeFile?
>>
>> I assume that you upda
On Wed, Jul 4, 2018 at 9:21 AM, Tomas Hajny wrote:
> On Wed, July 4, 2018 07:53, Christo wrote:
> > Any hints on how to compile and use fpcmake so that changes in the ini
> > file ends up in the generated MakeFile?
>
> I assume that you updated fpcmake.ini in /fpcsrc/utils/fpcm/ (or without
> /fp
On Wed, July 4, 2018 07:53, Christo wrote:
.
.
> I'm trying to move Florian's changes in the target-subdir branch to trunk.
> I've updated fpcmake.ini, but when I compile fpcmake and execute
> ./fpcmake -Tall -w Makefile.fpc the regenerated MakeFile doesn't have
any of
> the modifications in fpcm