Changes between Version 56 and Version 57 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
05/16/12 07:52:11 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v56 v57  
    240240}}}
    241241
    242 If you want to sign the TAP-driver, you can add the pkcs12 file and passphrase as variables to ''config-env.bat'', e.g.
     242If you want to sign the TAP-driver, you can define the PKCS12 file and it's passphrase as environment variables:
    243243
    244244{{{
     
    246246set CODESIGN_PASS=mypassphrase
    247247}}}
     248
     249If you're using a self-signed test certificate, you also need
     250
     251{{{
     252set CODESIGN_ISTEST=yes
     253}}}
     254
     255If you want these settings to persist, you can add them to ''config-env.bat''.
    248256
    249257Further customization for MSVC can be done using ''config-local.m4'' file which overrides variables or with environment variables which override auto detection code. This can be used, for example, to specify a custom DDK location. For details, see
     
    283291}}}
    284292
    285 Once you have the pkcs12 archive, you can give it and it's password as argument to the buildsystem(s). When building tap with test certificate set CODESIGN_ISTEST=yes before configure.
     293Once you have the pkcs12 archive, you can give it and it's password as argument to the buildsystem(s). For details, look here:
     294
     295 * [wiki:BuildingUsingGenericBuildsystem#CreatingaNSISinstallerwindows-nsissubdir Building Windows NSIS installer]
     296 * [wiki:BuildingUsingGenericBuildsystem#BuildingTAP-Windows Building tap-windows]
    286297
    287298= External links =