| 5 |
:: makevp-linklib.txt |
:: makevp-linklib.txt |
| 6 |
:: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and |
:: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and |
| 7 |
:: makevp-l.txt |
:: makevp-l.txt |
| 8 |
|
:: PH 29-03-07 hopefully the final rename to makevp_c and makevp_l |
| 9 |
|
|
| 10 |
REM This file was contributed by Alexander Tokarev for building PCRE for use |
REM This file was contributed by Alexander Tokarev for building PCRE for use |
| 11 |
REM with Virtual Pascal. It has not been tested with the latest PCRE release. |
REM with Virtual Pascal. It has not been tested with the latest PCRE release. |
| 26 |
dftables pcre_chartables.c |
dftables pcre_chartables.c |
| 27 |
|
|
| 28 |
REM compile and link the PCRE library into lib: option -B for ASM compile works too |
REM compile and link the PCRE library into lib: option -B for ASM compile works too |
| 29 |
bcc32 -a4 -c -RT- -y- -v- -u- -R- -Q- -X -d -fp -ff -P- -O2 -Oc -Ov -3 -w-8004 -w-8064 -w-8065 -w-8012 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include @makevp-c.txt |
bcc32 -a4 -c -RT- -y- -v- -u- -R- -Q- -X -d -fp -ff -P- -O2 -Oc -Ov -3 -w-8004 -w-8064 -w-8065 -w-8012 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include @makevp_c.txt |
| 30 |
:: bcc32 -c -RT- -y- -v- -u- -P- -O2 -5 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include get.c maketables.c pcre.c study.c |
:: bcc32 -c -RT- -y- -v- -u- -P- -O2 -5 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include get.c maketables.c pcre.c study.c |
| 31 |
IF ERRORLEVEL 1 EXIT |
IF ERRORLEVEL 1 EXIT |
| 32 |
|
|
| 33 |
tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset *memcmp *strlen |
tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset *memcmp *strlen |
| 34 |
:: tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset |
:: tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset |
| 35 |
IF ERRORLEVEL 1 EXIT |
IF ERRORLEVEL 1 EXIT |
| 36 |
tlib pcre%PCRE_VER%.lib @makevp-l.txt +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj +memcmp.obj +strlen.obj |
tlib pcre%PCRE_VER%.lib @makevp_l.txt +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj +memcmp.obj +strlen.obj |
| 37 |
:: tlib pcre.lib +get.obj +maketables.obj +pcre.obj +study.obj +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj |
:: tlib pcre.lib +get.obj +maketables.obj +pcre.obj +study.obj +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj |
| 38 |
IF ERRORLEVEL 1 EXIT |
IF ERRORLEVEL 1 EXIT |
| 39 |
|
|