📄 makevp.bat
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -