bnicholes 01/11/02 10:14:37
Modified: build prebuildNW.bat Log: Consolidated the APR imports into a single import file. Revision Changes Path 1.4 +2 -1 apr/build/prebuildNW.bat Index: prebuildNW.bat =================================================================== RCS file: /home/cvs/apr/build/prebuildNW.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- prebuildNW.bat 2001/10/25 15:37:16 1.3 +++ prebuildNW.bat 2001/11/02 18:14:37 1.4 @@ -15,6 +15,7 @@ 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\xml\expat\lib\config.hnw ..\..\apr-util\xml\expat\lib\config.h copy ..\..\apr-util\include\private\apu_select_dbm.hw ..\..\apr-util\include\private\apu_select_dbm.h @echo Fixing up the pcre headers @@ -23,4 +24,4 @@ @echo Generating 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 +awk -f make_nw_export.awk ..\..\apr-util\include\*.h |sort >> ..\aprlib.imp
