📄 prebuildnw.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 + -