mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@666726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -55,7 +55,7 @@ LINK32=link.exe
|
||||
TargetPath=.\Release\htdigest.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)" == "htdigest - Win32 Debug"
|
||||
@ -85,7 +85,7 @@ LINK32=link.exe
|
||||
TargetPath=.\Debug\htdigest.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
|
||||
|
Reference in New Issue
Block a user