Changes between Version 41 and Version 42 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
05/15/12 11:55:04 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v41 v42  
    299299}}}
    300300
    301 Customization can be done using ''config-local.m4'' file which overrides variables, and environment variables which override auto detection code, for example DDK to specify DDK location, see
     301If you want to sign the TAP-driver, you can add the pkcs12 file and passphrase as variables to ''config-env.bat'', e.g.
     302
     303{{{
     304set CODESIGN_PKCS12=c:\Users\John\tap-windows\mykey.p12
     305set CODESIGN_PASS=mypassphrase
     306}}}
     307
     308Further 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
    302309
    303310{{{