📄 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 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 headerscopy ..\include\apr.hnw ..\include\apr.h@echo Fixing up the APR-Util headerscopy ..\..\apr-util\include\apu.hnw ..\..\apr-util\include\apu.hcopy ..\..\apr-util\include\apu_want.hnw ..\..\apr-util\include\apu_want.hcopy ..\..\apr-util\include\apr_ldap.hnw ..\..\apr-util\include\apr_ldap.hcopy ..\..\apr-util\include\private\apu_config.hw ..\..\apr-util\include\private\apu_config.hcopy ..\..\apr-util\xml\expat\lib\expat.h.in ..\..\apr-util\xml\expat\lib\expat.hcopy ..\..\apr-util\xml\expat\lib\config.hnw ..\..\apr-util\xml\expat\lib\config.hcopy ..\..\apr-util\include\private\apu_select_dbm.hw ..\..\apr-util\include\private\apu_select_dbm.h@echo Fixing up the pcre headerscopy ..\..\pcre\config.hw ..\..\pcre\config.hcopy ..\..\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 -EPawk -f make_nw_export.awk nw_export.i |sort >..\aprlib.imp:Donepause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -