Windows: Use EXEPREP and DLLPREP macros for processing binaries
Once DLLs and EXEs are built, they need to have their manifests processed and signed. These steps are encapsulated in the EXEPREP and DLLPREP Makefile macros. Use them instead of invoking each processing macro individually.
This commit is contained in:
@@ -473,9 +473,7 @@ $(BINDIR)\libgssapi.dll: $(libgssapi_OBJs)
|
||||
$(libgssapi_OBJs: =
|
||||
)
|
||||
<<
|
||||
$(_VC_MANIFEST_EMBED_DLL)
|
||||
$(_VC_MANIFEST_CLEAN)
|
||||
$(_CODESIGN)
|
||||
$(DLLPREP)
|
||||
|
||||
$(LIBGSSAPI): $(BINDIR)\libgssapi.dll
|
||||
|
||||
|
Reference in New Issue
Block a user