For signing on win, MS Win SDK is needed, not MSVS
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ added experimental code signing support for win and darwin
|
||||
using '-sign=<ID> [-signpw=<pw>]' options.
|
||||
on win, it requires MSVS in path.
|
||||
on win, it requires MS Windows SDK in path.
|
||||
|
||||
2012-05-02 19:32 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
|
||||
@@ -6805,7 +6805,7 @@ FUNCTION hbmk2( aArgs, nArgTarget, /* @ */ lPause, nLevel )
|
||||
/* Setup code signing for host platform */
|
||||
|
||||
IF HBMK_ISPLAT( "win|wce" )
|
||||
/* Requires MSVS */
|
||||
/* Requires MS Windows SDK */
|
||||
cBin_Sign := "signtool.exe"
|
||||
cOpt_Sign := "sign -f {ID} -p {PW} -t http://timestamp.verisign.com/scripts/timstamp.dll {OB}"
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user