Re: [Firebird-devel] Firebird.pas for the windows build

2016-04-25 Thread Alex Peshkoff
On 04/25/2016 01:57 PM, Simonov Denis wrote: > Alex Peshkoff писал(а) в своём письме Mon, 28 Mar 2016 > 12:46:02 +0300: > >> On 03/25/2016 03:51 PM, Alex Peshkoff wrote: >>> On 03/25/2016 12:48 PM, preeves wrote: On Thu, 24 Mar 2016 12:35:25 +0300 Alex Peshkoff wrote: > On 03/2

Re: [Firebird-devel] Firebird.pas for the windows build

2016-04-25 Thread Simonov Denis
Adriano dos Santos Fernandes wrote Thu, 24 Mar 2016 13:36:27 +0300: > On 24/03/2016 06:35, Alex Peshkoff wrote: >> How are we meant to do this in the windows build? >> Paul, I see 2 alternatives. >> 1. (correct) Build cloop and execute same command. >> > > Is the Windows guys doing manual editi

Re: [Firebird-devel] Firebird.pas for the windows build

2016-04-25 Thread Simonov Denis
Alex Peshkoff писал(а) в своём письме Mon, 28 Mar 2016 12:46:02 +0300: > On 03/25/2016 03:51 PM, Alex Peshkoff wrote: >> On 03/25/2016 12:48 PM, preeves wrote: >>> On Thu, 24 Mar 2016 12:35:25 +0300 >>> Alex Peshkoff wrote: >>> On 03/23/2016 06:39 PM, preeves wrote: > Firebird.pas is

Re: [Firebird-devel] Firebird.pas for the windows build

2016-03-28 Thread Alex Peshkoff
On 03/25/2016 03:51 PM, Alex Peshkoff wrote: > On 03/25/2016 12:48 PM, preeves wrote: >> On Thu, 24 Mar 2016 12:35:25 +0300 >> Alex Peshkoff wrote: >> >>> On 03/23/2016 06:39 PM, preeves wrote: Firebird.pas is generated in the posix builds but it is not generated in the windows builds. P

Re: [Firebird-devel] Firebird.pas for the windows build

2016-03-25 Thread Alex Peshkoff
On 03/25/2016 12:48 PM, preeves wrote: > On Thu, 24 Mar 2016 12:35:25 +0300 > Alex Peshkoff wrote: > >> On 03/23/2016 06:39 PM, preeves wrote: >>> Firebird.pas is generated in the posix builds but it is not >>> generated in the windows builds. Posix builds generate it via this >>> target: >>> >>>

Re: [Firebird-devel] Firebird.pas for the windows build

2016-03-25 Thread preeves
On Thu, 24 Mar 2016 12:35:25 +0300 Alex Peshkoff wrote: > On 03/23/2016 06:39 PM, preeves wrote: > > Firebird.pas is generated in the posix builds but it is not > > generated in the windows builds. Posix builds generate it via this > > target: > > > > $(API_PAS_FILE): $(IDL_FILE) $(PASCAL_SOURCES

Re: [Firebird-devel] Firebird.pas for the windows build

2016-03-25 Thread Alex Peshkoff
On 03/24/2016 01:36 PM, Adriano dos Santos Fernandes wrote: > On 24/03/2016 06:35, Alex Peshkoff wrote: >> How are we meant to do this in the windows build? >> Paul, I see 2 alternatives. >> 1. (correct) Build cloop and execute same command. >> > Is the Windows guys doing manual editing of the gene

Re: [Firebird-devel] Firebird.pas for the windows build

2016-03-24 Thread Adriano dos Santos Fernandes
On 24/03/2016 06:35, Alex Peshkoff wrote: > How are we meant to do this in the windows build? > Paul, I see 2 alternatives. > 1. (correct) Build cloop and execute same command. > Is the Windows guys doing manual editing of the generated file after API changes? Adriano -

Re: [Firebird-devel] Firebird.pas for the windows build

2016-03-24 Thread Alex Peshkoff
On 03/23/2016 06:39 PM, preeves wrote: > Firebird.pas is generated in the posix builds but it is not generated > in the windows builds. Posix builds generate it via this target: > > $(API_PAS_FILE): $(IDL_FILE) $(PASCAL_SOURCES) $(TMP_FUNCS) > $(CLOOP) $(IDL_FILE) pascal $@ Firebird --uses Sys

[Firebird-devel] Firebird.pas for the windows build

2016-03-23 Thread preeves
Firebird.pas is generated in the posix builds but it is not generated in the windows builds. Posix builds generate it via this target: $(API_PAS_FILE): $(IDL_FILE) $(PASCAL_SOURCES) $(TMP_FUNCS) $(CLOOP) $(IDL_FILE) pascal $@ Firebird --uses SysUtils \ --interfaceFile $(PAS_ROOT)/Pasc