You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2006/06/22 00:39:13 UTC

svn commit: r416146 - /apr/apr-util/branches/1.2.x/libaprutil.dsp

Author: wrowe
Date: Wed Jun 21 15:39:13 2006
New Revision: 416146

URL: http://svn.apache.org/viewvc?rev=416146&view=rev
Log:

  This was an early test version, activate this response.

Backports: 416145

Modified:
    apr/apr-util/branches/1.2.x/libaprutil.dsp

Modified: apr/apr-util/branches/1.2.x/libaprutil.dsp
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/libaprutil.dsp?rev=416146&r1=416145&r2=416146&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/libaprutil.dsp (original)
+++ apr/apr-util/branches/1.2.x/libaprutil.dsp Wed Jun 21 15:39:13 2006
@@ -58,7 +58,7 @@
 OutDir=.\Release
 SOURCE="$(InputPath)"
 PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libaprutil-1.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil-1.dll.manifest -outputresource:$(OUTDIR)\libaprutil-1.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libaprutil-1.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil-1.dll.manifest -outputresource:$(OUTDIR)\libaprutil-1.dll;2
 # End Special Build Tool
 
 !ELSEIF  "$(CFG)" == "libaprutil - Win32 Debug"
@@ -90,7 +90,7 @@
 OutDir=.\Debug
 SOURCE="$(InputPath)"
 PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libaprutil-1.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil-1.dll.manifest -outputresource:$(OUTDIR)\libaprutil-1.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libaprutil-1.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil-1.dll.manifest -outputresource:$(OUTDIR)\libaprutil-1.dll;2
 # End Special Build Tool
 
 !ENDIF