bnicholes 2003/08/25 11:17:36
Modified: build prebuildNW.bat NWGNUmakefile nw_export.inc
Log:
Merge the apu_want.hnw header processing into the NetWare build
Revision Changes Path
1.9 +1 -0 apr/build/prebuildNW.bat
Index: prebuildNW.bat
===================================================================
RCS file: /home/cvs/apr/build/prebuildNW.bat,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- prebuildNW.bat 8 Feb 2002 19:15:15 -0000 1.8
+++ prebuildNW.bat 25 Aug 2003 18:17:36 -0000 1.9
@@ -28,6 +28,7 @@
@echo Fixing up the APR-Util headers
copy ..\..\apr-util\include\apu.hnw ..\..\apr-util\include\apu.h
+copy ..\..\apr-util\include\apu_want.hnw ..\..\apr-util\include\apu_want.h
copy ..\..\apr-util\include\apr_ldap.hnw ..\..\apr-util\include\apr_ldap.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
1.3 +1 -0 apr/build/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/build/NWGNUmakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NWGNUmakefile 16 Oct 2002 23:53:03 -0000 1.2
+++ NWGNUmakefile 25 Aug 2003 18:17:36 -0000 1.3
@@ -18,6 +18,7 @@
FILES_prebuild_headers = \
$(APR)/include/apr.h \
$(APRUTIL)/include/apu.h \
+ $(APRUTIL)/include/apu_want.h \
$(APRUTIL)/include/apr_ldap.h \
$(APRUTIL)/include/private/apu_config.h \
$(APRUTIL)/include/private/apu_select_dbm.h \
1.13 +1 -0 apr/build/nw_export.inc
Index: nw_export.inc
===================================================================
RCS file: /home/cvs/apr/build/nw_export.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nw_export.inc 18 Feb 2003 19:47:42 -0000 1.12
+++ nw_export.inc 25 Aug 2003 18:17:36 -0000 1.13
@@ -78,3 +78,4 @@
#include "apr_xlate.h"
#include "apr_xml.h"
#include "apu_compat.h"
+#include "apu_want.h"