Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 86360 invoked from network); 21 Jun 2006 22:39:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 22:39:34 -0000 Received: (qmail 93257 invoked by uid 500); 21 Jun 2006 22:39:34 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 93224 invoked by uid 500); 21 Jun 2006 22:39:34 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 93210 invoked by uid 99); 21 Jun 2006 22:39:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 15:39:34 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 15:39:33 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CB4C71A9842; Wed, 21 Jun 2006 15:39:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r416146 - /apr/apr-util/branches/1.2.x/libaprutil.dsp Date: Wed, 21 Jun 2006 22:39:13 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060621223913.CB4C71A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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