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:27 UTC

svn commit: r416147 - /apr/apr-util/branches/0.9.x/libaprutil.dsp

Author: wrowe
Date: Wed Jun 21 15:39:26 2006
New Revision: 416147

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

  This was an early test version, activate this response.

Backports: 416145

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

Modified: apr/apr-util/branches/0.9.x/libaprutil.dsp
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/libaprutil.dsp?rev=416147&r1=416146&r2=416147&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/libaprutil.dsp (original)
+++ apr/apr-util/branches/0.9.x/libaprutil.dsp Wed Jun 21 15:39:26 2006
@@ -58,7 +58,7 @@
 OutDir=.\Release
 SOURCE="$(InputPath)"
 PostBuild_Desc=Embed .manifest
-PostBuild_Cmds=echo if exist $(OUTDIR)\libaprutil.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil.dll.manifest -outputresource:$(OUTDIR)\libaprutil.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libaprutil.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil.dll.manifest -outputresource:$(OUTDIR)\libaprutil.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.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil.dll.manifest -outputresource:$(OUTDIR)\libaprutil.dll;2
+PostBuild_Cmds=if exist $(OUTDIR)\libaprutil.dll.manifest mt.exe -manifest $(OUTDIR)\libaprutil.dll.manifest -outputresource:$(OUTDIR)\libaprutil.dll;2
 # End Special Build Tool
 
 !ENDIF