summaryrefslogtreecommitdiff
path: root/libtest/makebcc.bat
blob: bc38b05dd3794af486e33d46778747c5c7e075c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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