File: scilink.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (22 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
scilink           Scilab Group           Scilab Function            scilink
NAME
   scilink - Unix script to relink Scilab
  
CALLING SEQUENCE
 scilink <object-files>
DESCRIPTION
   This script is used to produce a local scilex (executable code of Scilab)
  linked with the  additional files given by the  user in <object-files>. 
  If in the list of object files some names are known scilex names  (from
  SCIDIR/routines/default ) then the scilex default  files are omitted and
  replaced with the given ones .  This script also produces an xscilab
  script, which when called  will ran the new generated scilex file.  For
  example the command
  
 scilink C/interf.o C/evol.o C/bib.a
   will create a new scilex file in which the default interf.o  file will be
  replaced by C/interf.o.
  
SEE ALSO
   link, addinter