⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prebuildnw.bat

📁 Apache HTTP Server 是一个功能强大的灵活的与HTTP/1.1相兼容的web服务器.这里给出的是Apache HTTP服务器的源码。
💻 BAT
字号:
@echo offif not "%NovellLibC%" == "" goto CheckNDKset NovellLibC=\novell\ndk\libc@echo Could not find the NovellLibC environment variable@echo Setting NovellLibC = %NovellLibC%@echo ---------------------  :CheckNDKif 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 utilities GenChars.NLM@echo #  (Gen Test Chars) and DFTables.NLM (dftables) must be built, @echo #  copied to a NetWare server and run using the following commands:@echo #@echo # "sys:\genchars >sys:\test_char.h"@echo # "sys:\dftables >sys:\chartables.c"@echo #@echo #  The files "sys:\test_chars.h" and "sys:\chartables.c" must be @echo #  copied to "httpd\os\netware" on the build machine.@echo Fixing up the APR headerscopy ..\srclib\apr\include\apr.hnw ..\srclib\apr\include\apr.h@echo Fixing up the APR-Util headerscopy ..\srclib\apr-util\include\apu.hnw ..\srclib\apr-util\include\apu.hcopy ..\srclib\apr-util\include\apr_ldap.hnw ..\srclib\apr-util\include\apr_ldap.h@echo Fixing up the pcre headerscopy ..\srclib\pcre\config.hw ..\srclib\pcre\config.hcopy ..\srclib\pcre\pcre.hw ..\srclib\pcre\pcre.h@echo Generating the import lists...set MWCIncludes=..\include;..\modules\http;..\modules\aaa;..\os\netware;..\server\mpm\netware;..\srclib\apr\include;..\srclib\apr-util\include;+%NovellLibC%mwccnlm -P nw_export.inc -d NETWARE -d CORE_PRIVATE -EPawk -f make_nw_export.awk nw_export.i |sort >..\os\netware\httpd.imprem cd ..\srclib\apr\buildrem call prebuildnw.bat:Donepause

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -