From: Nishi Date: Thu, 3 Oct 2024 03:25:24 +0000 (+0000) Subject: fix bcc.sh X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=ce19e720621c1dff836d7e9bba4e222d6c72488b;p=tewi.git fix bcc.sh git-svn-id: file:///raid/svn-personal/tewi/trunk@226 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/bcc.sh b/bcc.sh index fd42452..4d796cb 100755 --- a/bcc.sh +++ b/bcc.sh @@ -4,7 +4,7 @@ outfile="a.out" dowhat="" -options="-I../VC6Compat -tWM" +options="-I../VC6Compat -tWM -I$BORLAND/Include -L$BORLAND/Lib" obj=0 source="" libraries=""