diff options
Diffstat (limited to 'support/htpasswd.dsp')
| -rw-r--r-- | support/htpasswd.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/htpasswd.dsp b/support/htpasswd.dsp index 4bd9b536..36a57259 100644 --- a/support/htpasswd.dsp +++ b/support/htpasswd.dsp @@ -55,7 +55,7 @@ LINK32=link.exe TargetPath=.\Release\htpasswd.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)" == "htpasswd - Win32 Debug" @@ -85,7 +85,7 @@ LINK32=link.exe TargetPath=.\Debug\htpasswd.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 |
