]> granicus.if.org Git - apache/blobdiff - support/ab.dsp
Add parentheses to min max macro functions to avoid future bugs.
[apache] / support / ab.dsp
index 5c67d09772ae75276a64d006c5f1cb1e24e6962f..5925691f5b348917c90765316b45b7ab76825631 100644 (file)
@@ -55,7 +55,7 @@ LINK32=link.exe
 TargetPath=.\Release\ab.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)" == "ab - Win32 Debug"
@@ -85,7 +85,7 @@ LINK32=link.exe
 TargetPath=.\Debug\ab.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