Re: [PATCH v4 2/4] buildtools: use macro to embed information in binaries

2025-06-04 Thread Andre Muezerie
On Wed, Jun 04, 2025 at 01:04:29PM +0200, David Marchand wrote: > Hello Andre, > > On Wed, Apr 16, 2025 at 11:45 PM Andre Muezerie > wrote: > > > > The archiver tool from the MSVC toolset is lib.exe. It has different > > parameters then it's GNU counterpart "ar". > > > > buildtools\meson.build wa

Re: [PATCH v4 2/4] buildtools: use macro to embed information in binaries

2025-06-04 Thread David Marchand
Hello Andre, On Wed, Apr 16, 2025 at 11:45 PM Andre Muezerie wrote: > > The archiver tool from the MSVC toolset is lib.exe. It has different > parameters then it's GNU counterpart "ar". > > buildtools\meson.build was updated to use lib.exe when MSVC compiler is > used. This is to allow the code t

[PATCH v4 2/4] buildtools: use macro to embed information in binaries

2025-04-16 Thread Andre Muezerie
The archiver tool from the MSVC toolset is lib.exe. It has different parameters then it's GNU counterpart "ar". buildtools\meson.build was updated to use lib.exe when MSVC compiler is used. This is to allow the code to be built without requiring GNU "ar" to be installed in that scenario. Script g