From daf17154bf13139d9375f48525d19d6aaba08155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 Aug 2014 08:43:31 +0200 Subject: Imported Upstream version 3.1.2 --- libtest/makebcc.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 libtest/makebcc.bat (limited to 'libtest/makebcc.bat') diff --git a/libtest/makebcc.bat b/libtest/makebcc.bat new file mode 100755 index 0000000..bc38b05 --- /dev/null +++ b/libtest/makebcc.bat @@ -0,0 +1,16 @@ + +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 + -- cgit v1.2.3