17.06.2022 13:33, Adriano dos Santos Fernandes wrote:
Em sex., 17 de jun. de 2022 07:27, Paul Reeves escreveu:
We are currently doing this sort if thing in several batch files:
if defined VS170COMNTOOLS () else
if defined VS160COMNTOOLS () else
if defined VS150COMNTOOLS () else
>
> We then use VSnnnCOMNTOOLS to call the correct vcvarsall.bat.
>>
>
> I'd replace VSnnnCOMNTOOLS by FB_VSCOMNTOOLS.
>
https://github.com/dmitry-lipetsk/firebird/blob/B2_5_Release/builds/win32/helper__setenvvar.bat
:)
Regards,
Dmitry Kovalenko
Firebird-Devel mailing list, web interface at
htt
Em sex., 17 de jun. de 2022 07:27, Paul Reeves
escreveu:
>
> We are currently doing this sort if thing in several batch files:
>
> if defined VS170COMNTOOLS () else
> if defined VS160COMNTOOLS () else
> if defined VS150COMNTOOLS () else
>
> which is very messy and hard to maintain.
>
> I've been