Subversion Repositories Tewi

Rev

Rev 249 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 249 Rev 391
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
# $Id: bcc.sh 249 2024-10-03 20:59:55Z nishi $
2
# $Id: bcc.sh 391 2024-10-20 20:39:22Z nishi $
3
# Wrapper for CL. VC6 sucks.
3
# Wrapper for BCC32.
4
 
4
 
5
outfile="a.out"
5
outfile="a.out"
6
dowhat=""
6
dowhat=""
7
options="-I../VC6Compat -tWM -I$BORLAND/Include -L$BORLAND/Lib"
7
options="-I../VC6Compat -tWM -I$BORLAND/Include -L$BORLAND/Lib"
8
obj=0
8
obj=0