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:37:52 UTC

svn commit: r416144 - /apr/apr/branches/0.9.x/libapr.dsp

Author: wrowe
Date: Wed Jun 21 15:37:52 2006
New Revision: 416144

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

  This was an early test version, activate this response.

Backports: 416142

Modified:
    apr/apr/branches/0.9.x/libapr.dsp

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