--- prebuildNW.bat.orig	Wed Oct 24 02:36:46 2001
+++ prebuildNW.bat	Wed Oct 24 18:53:42 2001
@@ -1,25 +1,25 @@
-# As part of the pre-build process, the utility GenURI.NLM
-#  (Gen URI Delims) must be built, copied to a NetWare server 
-#  and run using the following command:
-#
-# genuri >uri_delims.h
-#
-#  The file "sys:\uri_delims.h" must then be copied to
-#  "apr-util\uri\uri_delims.h" on the build machine.
+rem # As part of the pre-build process, the utility GenURI.NLM
+rem #  (Gen URI Delims) must be built, copied to a NetWare server
+rem #  and run using the following command:
+rem #
+rem # genuri >uri_delims.h
+rem #
+rem #  The file "sys:\uri_delims.h" must then be copied to
+rem #  "apr-util\uri\uri_delims.h" on the build machine.
 
-# Fix up the APR headers
+@echo Fix up the APR headers
 copy ..\include\apr.hnw ..\include\apr.h
 
-# Fix up the APR-Util headers
+@echo Fix up the APR-Util headers
 copy ..\..\apr-util\include\apu.h.in ..\..\apr-util\include\apu.h
 copy ..\..\apr-util\include\private\apu_config.hw ..\..\apr-util\include\private\apu_config.h
 copy ..\..\apr-util\xml\expat\lib\expat.h.in ..\..\apr-util\xml\expat\lib\expat.h
 copy ..\..\apr-util\include\private\apu_select_dbm.hw ..\..\apr-util\include\private\apu_select_dbm.h
 
-# Fix up the pcre headers
+@echo Fix up the pcre headers
 copy ..\..\pcre\config.hw ..\..\pcre\config.h
 copy ..\..\pcre\pcre.hw ..\..\pcre\pcre.h
 
-# Generate the import list
-awk95 -f make_nw_export.awk ..\include\*.h |sort > ..\aprlib.imp
-awk95 -f make_nw_export.awk ..\..\apr-util\include\*.h |sort > ..\aprutil.imp
+@echo Generate the import list
+awk -f make_nw_export.awk ..\include\*.h |sort > ..\aprlib.imp
+awk -f make_nw_export.awk ..\..\apr-util\include\*.h |sort > ..\aprutil.imp
