summaryrefslogtreecommitdiff
path: root/support/win32/wintty.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'support/win32/wintty.dsp')
-rw-r--r--support/win32/wintty.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/win32/wintty.dsp b/support/win32/wintty.dsp
index 8d5b9df6..337ba17a 100644
--- a/support/win32/wintty.dsp
+++ b/support/win32/wintty.dsp
@@ -55,7 +55,7 @@ LINK32=link.exe
TargetPath=.\Release\wintty.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)" == "wintty - Win32 Debug"
@@ -85,7 +85,7 @@ LINK32=link.exe
TargetPath=.\Debug\wintty.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