build: switch to msvc as default release builder

build: add separate extra dll from msvc with support for windows xp
This commit is contained in:
jeefo 2023-06-27 14:20:23 +03:00
commit 52bfac2b09
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
5 changed files with 36 additions and 16 deletions

View file

@ -9,4 +9,7 @@ option('64bit', type : 'boolean', value : false,
description: 'Enables bot build with as 64-bit binary.')
option('native', type : 'boolean', value : false,
description: 'Configure compiler for a native machine build.')
description: 'Configure compiler for a native machine build.')
option('winxp', type : 'boolean', value : false,
description: 'Configure MSVC build to output Windows XP compatible binary.')