bnicholes 02/01/15 15:38:07
Modified: build prebuildNW.bat
Log:
Updated to reference the NovellLibC environment variable
Revision Changes Path
1.7 +8 -8 apr/build/prebuildNW.bat
Index: prebuildNW.bat
===================================================================
RCS file: /home/cvs/apr/build/prebuildNW.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- prebuildNW.bat 8 Jan 2002 21:39:42 -0000 1.6
+++ prebuildNW.bat 15 Jan 2002 23:38:07 -0000 1.7
@@ -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
@@ -38,7 +38,7 @@
copy ..\..\pcre\pcre.hw ..\..\pcre\pcre.h
@echo Generating the import list...
-set MWCIncludes=..\include;..\include\arch\netware;..\include\arch\unix;..\..\apr-util\include;+%NovellNDK%
+set MWCIncludes=..\include;..\include\arch\netware;..\include\arch\unix;..\..\apr-util\include;+%NovellLibC%
mwccnlm -P nw_export.inc -d NETWARE -EP
awk -f make_nw_export.awk nw_export.i |sort >..\aprlib.imp
|