summaryrefslogtreecommitdiff
path: root/makevp.bat
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-19 11:44:45 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-19 11:44:45 +0000
commitfa9f06f54d0a56cf3af0fb7fa42187a7f3f16d5f (patch)
tree18293ec4e02d38a657751f10574766e6d1349c8f /makevp.bat
parent9655fb140bece23e043caeaff49d93ea408d2ce2 (diff)
downloadpcre-fa9f06f54d0a56cf3af0fb7fa42187a7f3f16d5f.tar.gz
A number of tidies, file renames, etc.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@127 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'makevp.bat')
-rw-r--r--makevp.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/makevp.bat b/makevp.bat
index 47ca388..c318a1a 100644
--- a/makevp.bat
+++ b/makevp.bat
@@ -1,6 +1,8 @@
@echo off
:: AH 20-12-06 modified for new PCRE-7.0 and VP/BCC
+:: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile and
+:: makevp-linklib
REM This file was contributed by Alexander Tokarev for building PCRE for use
REM with Virtual Pascal. It has not been tested with the latest PCRE release.
@@ -21,14 +23,14 @@ IF ERRORLEVEL 1 EXIT
dftables pcre_chartables.c
REM compile and link the PCRE library into lib: option -B for ASM compile works too
-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 @!compile.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-compile.txt
:: bcc32 -c -RT- -y- -v- -u- -P- -O2 -5 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include get.c maketables.c pcre.c study.c
IF ERRORLEVEL 1 EXIT
tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset *memcmp *strlen
:: tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset
IF ERRORLEVEL 1 EXIT
-tlib pcre%PCRE_VER%.lib @!linklib.txt +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj +memcmp.obj +strlen.obj
+tlib pcre%PCRE_VER%.lib @makevp-linklib.txt +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj +memcmp.obj +strlen.obj
:: tlib pcre.lib +get.obj +maketables.obj +pcre.obj +study.obj +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj
IF ERRORLEVEL 1 EXIT