]> granicus.if.org Git - apache/blobdiff - httpd.dsp
mod_ssl: Add support for loading TLS certificates through the PKCS#11
[apache] / httpd.dsp
index c080269ce1204c3c3dc93da9fbf7a27c8cac128d..96b5f4460ed2cb8d21acaf5e77a1582abffb107d 100644 (file)
--- a/httpd.dsp
+++ b/httpd.dsp
@@ -55,7 +55,7 @@ LINK32=link.exe
 TargetPath=.\Release\httpd.exe
 SOURCE="$(InputPath)"
 PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
+PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);1
 # End Special Build Tool
 
 !ELSEIF  "$(CFG)" == "httpd - Win32 Debug"
@@ -86,7 +86,7 @@ LINK32=link.exe
 TargetPath=.\Debug\httpd.exe
 SOURCE="$(InputPath)"
 PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
+PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);1
 # End Special Build Tool
 
 !ENDIF