summaryrefslogtreecommitdiffstats
path: root/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat
diff options
context:
space:
mode:
authorhongbotian <hongbo.tianhongbo@huawei.com>2015-11-30 03:10:21 -0500
committerhongbotian <hongbo.tianhongbo@huawei.com>2015-11-30 03:10:21 -0500
commitc0b7206652b2852bc574694e7ba07ba1c2acdc00 (patch)
tree5cb95cb0e19e03610525903df46279df2c3b7eb1 /rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat
parentb6d3d6e668b793220f2d3af1bc3e828553dc3fe6 (diff)
delete app
Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat')
-rw-r--r--rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat25
1 files changed, 0 insertions, 25 deletions
diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat b/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat
deleted file mode 100644
index 10bd2487..00000000
--- a/rubbos/app/tomcat-connectors-1.2.32-src/native/iis/pcre/makevp.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-@echo off
-
-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.
-
-REM CHANGE THIS FOR YOUR BORLAND C++ COMPILER PATH
-
-SET BORLAND=c:\usr\apps\bcc55
-
-sh configure
-
-bcc32 -DDFTABLES -DSTATIC -DVPCOMPAT -I%BORLAND%\include -L%BORLAND%\lib dftables.c
-
-dftables > chartables.c
-
-bcc32 -c -RT- -y- -v- -u- -P- -O2 -5 -DSTATIC -DVPCOMPAT -UDFTABLES -I%BORLAND%\include get.c maketables.c pcre.c study.c
-
-tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset
-tlib pcre.lib +get.obj +maketables.obj +pcre.obj +study.obj +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj
-
-del *.obj *.exe *.tds *.bak >nul 2>nul
-
-echo ---
-echo Now the library should be complete. Please check all messages above.
-echo Don't care for warnings, it's OK.