Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 11960 invoked from network); 17 Jul 2009 15:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 15:51:27 -0000 Received: (qmail 19619 invoked by uid 500); 17 Jul 2009 15:52:32 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 19510 invoked by uid 500); 17 Jul 2009 15:52:32 -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 19501 invoked by uid 99); 17 Jul 2009 15:52:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 15:52:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 17 Jul 2009 15:52:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CD85323888E5; Fri, 17 Jul 2009 15:52:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r795121 - /httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc Date: Fri, 17 Jul 2009 15:52:09 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090717155209.CD85323888E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Fri Jul 17 15:52:09 2009 New Revision: 795121 URL: http://svn.apache.org/viewvc?rev=795121&view=rev Log: NetWare inc file cosmetic fix. Modified: httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc Modified: httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc?rev=795121&r1=795120&r2=795121&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc (original) +++ httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc Fri Jul 17 15:52:09 2009 @@ -67,8 +67,8 @@ # # Set the Release type that you want to build, possible values are: # -# debug - full debug switches are set -# noopt - normal switches are set (default) +# debug - full debug switches are set +# noopt - normal switches are set (default) # optimized - optimization switches are set ifdef reltype @@ -132,7 +132,7 @@ NOVI = $(NOVELLLIBC)\imports -INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock; +INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock; ifneq "$(LDAPSDK)" "" INCDIRS := $(INCDIRS);$(LDAPSDK)/inc endif