diff options
author | Thomas J. Donovan <tdonovan@apache.org> | 2008-06-11 18:34:20 +0200 |
---|---|---|
committer | Thomas J. Donovan <tdonovan@apache.org> | 2008-06-11 18:34:20 +0200 |
commit | 6ff5f3e156f6209c4f84d7e2c17cbf057258cc06 (patch) | |
tree | 5ebbe8e31228827c92475271b95fd100618003a6 /support/ab.dsp | |
parent | fix ldap make - ARCH is only defined in apr, not in httpd (diff) | |
download | apache2-6ff5f3e156f6209c4f84d7e2c17cbf057258cc06.tar.xz apache2-6ff5f3e156f6209c4f84d7e2c17cbf057258cc06.zip |
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
Diffstat (limited to 'support/ab.dsp')
-rw-r--r-- | support/ab.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/ab.dsp b/support/ab.dsp index 5c67d09772..5925691f5b 100644 --- a/support/ab.dsp +++ b/support/ab.dsp @@ -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 |