Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8743103CA for ; Mon, 14 Oct 2013 23:31:32 +0000 (UTC) Received: (qmail 73846 invoked by uid 500); 14 Oct 2013 23:31:32 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 73520 invoked by uid 500); 14 Oct 2013 23:31:31 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 73503 invoked by uid 99); 14 Oct 2013 23:31:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 23:31:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 23:31:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9A72623888E4; Mon, 14 Oct 2013 23:31:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1532136 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj Date: Mon, 14 Oct 2013 23:31:08 -0000 To: common-commits@hadoop.apache.org From: cnauroth@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131014233108.9A72623888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cnauroth Date: Mon Oct 14 23:31:08 2013 New Revision: 1532136 URL: http://svn.apache.org/r1532136 Log: HADOOP-10040. Correct native.vcxproj for inclusion of lz4hc.c. Contributed by Chris Nauroth. Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj?rev=1532136&r1=1532135&r2=1532136&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj (original) +++ hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj Mon Oct 14 23:31:08 2013 @@ -93,6 +93,7 @@ /D HADOOP_SNAPPY_LIBRARY=L\"snappy.dll\" +