You (fb devs) should consider higher level build system (CMake) that
can generate all stuff for you.
It can generate projects for any VS version. See
https://cmake.org/cmake/help/v3.5/manual/cmake-generators.7.html#visual-studio-generators
Maintaining different build systems (makefiles + VS projects for
several versions) is not worth it.
And other big projects confirm that cmake is suitable for use. (LLVM
completely removed their autotools buils system and now it's cmake
only.)

> For example, if I add a new module to sources, I'll have to include it into 
> project for
> official compiler. Changing of non-official projects/makefiles are up to 
> their maintainers.

With cmake developer adds source file to cmake conf file and get it
building on any toolchain he uses.
Or even with globbing expressions (regex) files are added
automatically when you put them in correct folder.


On 1 March 2016 at 16:20, Dmitry Yemanov <firebi...@yandex.ru> wrote:
> 01.03.2016 16:08, Dimitry Sibiryakov wrote:
>
>> So, is usage of VS 2013 as a main build for Windows decided?
>> If so, I'd suggest to delete VS 2010 and lesser projects from build dir.
>
> They may be maintained by someone else. We don't require our sources to
> be built using VS 2013 exclusively.
>
> That said, I'd agree with removing VS 7.1 (contributed by RedSoft but
> outdated for a while) and maybe VS 8/9 projects (if nobody here
> objects). I'd keep the VS 2010 support though.
>
>
> Dmitry
>
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel



-- 
Egor Pugin

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to