summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-10-05 19:21:38 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-10-05 19:21:38 +0000
commit8514486f585f8771138b44c2119485eaa64771ec (patch)
tree43118421b20ba4608db8c6bb1512e826c98591ad
parent4f4d4b683bc592c3a62c57e2a5b061dae9ff4e04 (diff)
downloadlibapr-8514486f585f8771138b44c2119485eaa64771ec.tar.gz
removed CodeWarrior IDE project file and its prebuild batch
file since they are not maintained nor used anymore, and thus unusable in the current shape. If in future someone wants to pick it up and update / fix it then it can still be checked out from previous revisions. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@821976 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbuild/prebuildNW.bat48
-rw-r--r--libaprnw.mcp.zipbin171800 -> 0 bytes
2 files changed, 0 insertions, 48 deletions
diff --git a/build/prebuildNW.bat b/build/prebuildNW.bat
deleted file mode 100755
index 941d920c9..000000000
--- a/build/prebuildNW.bat
+++ /dev/null
@@ -1,48 +0,0 @@
-@echo off
-
-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 %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
-
-:NDKOK
-@echo # As part of the pre-build process, the utility GenURI.NLM
-@echo # (Gen URI Delims) must be built, copied to a NetWare server
-@echo # and run using the following command:
-@echo #
-@echo # "sys:\genuri >sys:\uri_delims.h"
-@echo #
-@echo # The file "sys:\uri_delims.h" must then be copied to
-@echo # "apr-util\uri\uri_delims.h" on the build machine.
-
-@echo Fixing up the APR headers
-copy ..\include\apr.hnw ..\include\apr.h
-
-@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
-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
-copy ..\..\pcre\config.hw ..\..\pcre\config.h
-copy ..\..\pcre\pcre.hw ..\..\pcre\pcre.h
-
-@echo Generating the import list...
-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
-
-:Done
-pause
diff --git a/libaprnw.mcp.zip b/libaprnw.mcp.zip
deleted file mode 100644
index f9d5c14e6..000000000
--- a/libaprnw.mcp.zip
+++ /dev/null
Binary files differ