Subversion Repositories Tewi

Rev

Rev 222 | Rev 240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 222 Rev 226
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
# $Id: bcc.sh 222 2024-10-03 03:09:40Z nishi $
2
# $Id: bcc.sh 226 2024-10-03 03:25:24Z nishi $
3
# Wrapper for CL. VC6 sucks.
3
# Wrapper for CL. VC6 sucks.
4
 
4
 
5
outfile="a.out"
5
outfile="a.out"
6
dowhat=""
6
dowhat=""
7
options="-I../VC6Compat -tWM"
7
options="-I../VC6Compat -tWM -I$BORLAND/Include -L$BORLAND/Lib"
8
obj=0
8
obj=0
9
source=""
9
source=""
10
libraries=""
10
libraries=""
11
link=""
11
link=""
12
shared=0
12
shared=0