Changeset 109 in vbox for trunk/configure
- Timestamp:
- Jan 17, 2007 3:51:59 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17555
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r65 r109 294 294 cat .tmp_src.c >> $LOG 295 295 local bcc_path=`which $BCC` 296 local bcc_dir= `dirname $bcc_path`296 local bcc_dir="`dirname $bcc_path`/" 297 297 echo "using the following command line:" >> $LOG 298 298 echo "$BCC -B $bcc_dir -C-c -3 -S -o .tmp_out .tmp_src.c" >> $LOG
Note:
See TracChangeset
for help on using the changeset viewer.