summaryrefslogtreecommitdiff
path: root/libtest/makebcc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'libtest/makebcc.bat')
-rwxr-xr-xlibtest/makebcc.bat16
1 files changed, 0 insertions, 16 deletions
diff --git a/libtest/makebcc.bat b/libtest/makebcc.bat
deleted file mode 100755
index bc38b05..0000000
--- a/libtest/makebcc.bat
+++ /dev/null
@@ -1,16 +0,0 @@
-
-rem This batch file builds the xbase sample programs
-rem using the borland 5.5 compiler
-
-del *.bak
-del *.tds
-del *.exe
-del *.obj
-del compout
-
-
-bcc32 -Id:\xbase64 -Id:\borland\bcc55\include -L\borland\bcc55\lib -L..\xbase64 indextst.cpp xbase64.lib >> compout
-bcc32 -Id:\xbase64 -Id:\borland\bcc55\include -L\borland\bcc55\lib -L..\xbase64 exptest.cpp xbase64.lib >> compout
-bcc32 -Id:\xbase64 -Id:\borland\bcc55\include -L\borland\bcc55\lib -L..\xbase64 locktest.cpp xbase64.lib >> compout
-bcc32 -Id:\xbase64 -Id:\borland\bcc55\include -L\borland\bcc55\lib -L..\xbase64 testdate.cpp xbase64.lib >> compout
-