From 951a0cbf39b1f91723faa092014e893a0102cc2b Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 15 Jan 2002 23:37:38 +0000 Subject: [PATCH] Updated to reference the NovellLibC environment variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92861 13f79535-47bb-0310-9956-ffa450edef68 --- build/prebuildNW.bat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build/prebuildNW.bat b/build/prebuildNW.bat index 0b9c99cb21..5290079933 100755 --- a/build/prebuildNW.bat +++ b/build/prebuildNW.bat @@ -1,15 +1,15 @@ @echo off -if not "%NovellNDK%" == "" goto CheckNDK -set NovellNDK=\novell\ndk\libc -@echo Could not find the NovellNDK environment variable -@echo Setting NovellNDK = %NovellNDK% +if not "%NovellLibC%" == "" goto CheckNDK +set NovellLibC=\novell\ndk\libc +@echo Could not find the NovellLibC environment variable +@echo Setting NovellLibC = %NovellLibC% @echo --------------------- :CheckNDK -if exist %NovellNDK%\include\netware.h goto NDKOK -@echo The path to the NDK "%NovellNDK%" is invalid. -@echo Please set then NovellNDK environment variable to the location of the NDK +if exist %NovellLibC%\include\netware.h goto NDKOK +@echo The path to the NDK "%NovellLibC%" is invalid. +@echo Please set then NovellLibC environment variable to the location of the NDK @echo --------------------- goto Done @@ -35,7 +35,7 @@ copy ..\srclib\pcre\config.hw ..\srclib\pcre\config.h copy ..\srclib\pcre\pcre.hw ..\srclib\pcre\pcre.h @echo Generating the import lists... -set MWCIncludes=..\include;..\modules\http;..\os\netware;..\server\mpm\netware;..\srclib\apr\include;..\srclib\apr-util\include;+%NovellNDK% +set MWCIncludes=..\include;..\modules\http;..\os\netware;..\server\mpm\netware;..\srclib\apr\include;..\srclib\apr-util\include;+%NovellLibC% mwccnlm -P nw_export.inc -d NETWARE -d CORE_PRIVATE -EP awk -f make_nw_export.awk nw_export.i |sort >..\os\netware\httpd.imp -- 2.50.1