makevp.bat
来自「以便Apache与其他服务进行整合 Mod_JK安装」· Batch 代码 · 共 26 行
BAT
26 行
@echo offREM This file was contributed by Alexander Tokarev for building PCRE for useREM with Virtual Pascal. It has not been tested with the latest PCRE release.REM CHANGE THIS FOR YOUR BORLAND C++ COMPILER PATHSET BORLAND=c:\usr\apps\bcc55sh configurebcc32 -DDFTABLES -DSTATIC -DVPCOMPAT -I%BORLAND%\include -L%BORLAND%\lib dftables.cdftables > chartables.cbcc32 -c -RT- -y- -v- -u- -P- -O2 -5 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include get.c maketables.c pcre.c study.ctlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memsettlib pcre.lib +get.obj +maketables.obj +pcre.obj +study.obj +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.objdel *.obj *.exe *.tds *.bak >nul 2>nulecho ---echo Now the library should be complete. Please check all messages above.echo Don't care for warnings, it's OK.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?