Lines Matching refs:Option
9 -Option Constant
10 New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant
11 New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
14 New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.10.2' -Option Constant
15 New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.10.2' -Option Constant
17 -Option Constant
20 New-Variable -Name 'ZLIB' -Value 'zlib-1.3' -Option Constant
21 New-Variable -Name 'ZLIB_BRANCH' -Value 'v1.3' -Option Constant
23 -Option Constant
26 New-Variable -Name 'BUILD' -Value "$PSScriptRoot\..\build" -Option Constant
27 New-Variable -Name 'OUTPUT' -Value "$PSScriptRoot\..\output" -Option Constant
30 New-Variable -Name 'STAGE' -Value "${BUILD}\${Arch}\${Type}" -Option Constant
31 New-Variable -Name 'PREFIX' -Value "${OUTPUT}\${Arch}\${Type}" -Option Constant
35 New-Variable -Name 'RUNTIME' -Value '/MD' -Option Constant
36 New-Variable -Name 'SHARED' -Value 'ON' -Option Constant
37 New-Variable -Name 'CMAKE_MSVC_RUNTIME_LIBRARY' -Option Constant `
40 New-Variable -Name 'RUNTIME' -Value '/MT' -Option Constant
41 New-Variable -Name 'SHARED' -Value 'OFF' -Option Constant
42 New-Variable -Name 'CMAKE_MSVC_RUNTIME_LIBRARY' -Option Constant `
46 -Option Constant
48 -Option Constant