windows-config-ntmakefile-i386_w2k-codesign-20080702
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 3 Jul 2008 02:24:54 +0000 (02:24 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 3 Jul 2008 02:24:54 +0000 (02:24 +0000)
LICENSE MIT

no underscore prepending CODESIGN_USERLAND macro

src/config/NTMakefile.i386_w2k

index 2ee9b36..61b6dc9 100644 (file)
@@ -305,10 +305,10 @@ _VC_MANIFEST_EMBED_DLL=
 !ENDIF
 
 !IF DEFINED(CODESIGN_DESC) && DEFINED(CODESIGN_URL) && DEFINED(CODESIGN_TIMESTAMP)
-_CODESIGN_USERLAND= signtool.exe sign /a /d "$(CODESIGN_DESC)" /du $(CODESIGN_URL) \
+CODESIGN_USERLAND= signtool.exe sign /a /d "$(CODESIGN_DESC)" /du $(CODESIGN_URL) \
         /t $(CODESIGN_TIMESTAMP) /v $@
 !ELSE
-_CODESIGN_USERLAND=
+CODESIGN_USERLAND=
 !ENDIF
 
 # Set compiler warning level