You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/12/02 16:40:35 UTC

cvs commit: httpd-2.0/build NWGNUenvironment.inc

bnicholes    2002/12/02 07:40:35

  Modified:    build    Tag: APACHE_2_0_BRANCH NWGNUenvironment.inc
  Log:
  Allow the path to the zlib source to be configurable in the makefile through
  the environment variables
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +8 -0      httpd-2.0/build/NWGNUenvironment.inc
  
  Index: NWGNUenvironment.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/NWGNUenvironment.inc,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- NWGNUenvironment.inc	16 Oct 2002 23:50:01 -0000	1.9
  +++ NWGNUenvironment.inc	2 Dec 2002 15:40:35 -0000	1.9.2.1
  @@ -44,6 +44,11 @@
   # LDAPSDK = C:/novell/ndk/cldapsdk
   # endif
   
  +# This is a placeholder
  +# ifndef ZLIBSDK
  +# ZLIBSDK = C:/novell/ndk/zlibsdk
  +# endif
  +
   ifndef METROWERKS
   METROWERKS = C:\Program Files\Metrowerks\CodeWarrior
   endif
  @@ -116,6 +121,9 @@
   INCDIRS 	= $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock;
   ifneq "$(LDAPSDK)" ""
   INCDIRS := $(INCDIRS);$(LDAPSDK)/inc
  +endif
  +ifneq "$(ZLIBSDK)" ""
  +INCDIRS := $(INCDIRS);$(ZLIBSDK)
   endif
   
   DEFINES		= -DNETWARE