Re: [Firebird-devel] Cleaning up Visual Studio detection during build and packaging.

2022-06-17 Thread Vlad Khorsun
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

Re: [Firebird-devel] Cleaning up Visual Studio detection during build and packaging.

2022-06-17 Thread Dmitry Kovalenko
> > 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

Re: [Firebird-devel] Cleaning up Visual Studio detection during build and packaging.

2022-06-17 Thread Adriano dos Santos Fernandes
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