Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 21305 invoked from network); 16 Dec 2007 08:53:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2007 08:53:28 -0000 Received: (qmail 60821 invoked by uid 500); 16 Dec 2007 08:53:16 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 60757 invoked by uid 500); 16 Dec 2007 08:53:16 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 60746 invoked by uid 99); 16 Dec 2007 08:53:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2007 00:53:16 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2007 08:53:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6D4351A984E; Sun, 16 Dec 2007 00:53:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r604579 - /httpd/mod_ftp/trunk/modules/ftp/mod_ftp.dsp Date: Sun, 16 Dec 2007 08:53:03 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071216085303.6D4351A984E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Sun Dec 16 00:53:02 2007 New Revision: 604579 URL: http://svn.apache.org/viewvc?rev=604579&view=rev Log: Solve dependencies for mod_ftp Modified: httpd/mod_ftp/trunk/modules/ftp/mod_ftp.dsp Modified: httpd/mod_ftp/trunk/modules/ftp/mod_ftp.dsp URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/mod_ftp.dsp?rev=604579&r1=604578&r2=604579&view=diff ============================================================================== --- httpd/mod_ftp/trunk/modules/ftp/mod_ftp.dsp (original) +++ httpd/mod_ftp/trunk/modules/ftp/mod_ftp.dsp Sun Dec 16 00:53:02 2007 @@ -54,6 +54,12 @@ LINK32=link.exe # ADD BASE LINK32 /nologo /dll /machine:I386 # ADD LINK32 libapr.lib libhttpd.lib libaprutil.lib wsock32.lib /nologo /dll /debug /incremental:no /out:"Release/mod_ftp.so" /libpath:"$(APACHE2_HOME)\lib" /base:"0x46540000" /opt:ref +# Begin Special Build Tool +TargetPath=.\Release\mod_ftp.so +SOURCE="$(InputPath)" +PostBuild_Desc=Embed .manifest +PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2 +# End Special Build Tool !ELSEIF "$(CFG)" == "mod_ftp - Win32 Debug" @@ -80,6 +86,12 @@ LINK32=link.exe # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 libapr.lib libhttpd.lib libaprutil.lib wsock32.lib /nologo /dll /debug /incremental:no /out:"Debug/mod_ftp.so" /libpath:"$(APACHE2_HOME)\lib" /base:"0x46540000" +# Begin Special Build Tool +TargetPath=.\Debug\mod_ftp.so +SOURCE="$(InputPath)" +PostBuild_Desc=Embed .manifest +PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2 +# End Special Build Tool !ENDIF