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:
parent
aef3ff0b36
commit
52bfac2b09
5 changed files with 36 additions and 16 deletions
|
|
@ -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.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue