diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-02-16 12:46:12 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-02-16 12:46:12 +0000 |
commit | 82f8f4d01ccebbc7aba7662c948d97ecb0dc5440 (patch) | |
tree | 41904be10a24f08f198076667f9244a06a0b1cd9 /tests | |
parent | b4bc9b686c1c11a19e279136f30b6e0cca121b92 (diff) | |
download | scilab-82f8f4d01ccebbc7aba7662c948d97ecb0dc5440.zip scilab-82f8f4d01ccebbc7aba7662c948d97ecb0dc5440.tar.gz |
update ref
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic_tests/basiclink.dia.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic_tests/basiclink.dia.ref b/tests/basic_tests/basiclink.dia.ref index 9333972..2339a35 100644 --- a/tests/basic_tests/basiclink.dia.ref +++ b/tests/basic_tests/basiclink.dia.ref | |||
@@ -19,7 +19,7 @@ if ~c_link('foo') then | |||
19 | mputl(foo,'foo.c'); | 19 | mputl(foo,'foo.c'); |
20 | ilib_for_link(['foo'],'foo.o',[],"c"); | 20 | ilib_for_link(['foo'],'foo.o',[],"c"); |
21 | generate a loader file | 21 | generate a loader file |
22 | generate a Makefile: Makelib | 22 | generate a Makefile |
23 | running the makefile | 23 | running the makefile |
24 | compilation of foo | 24 | compilation of foo |
25 | building shared library (be patient) | 25 | building shared library (be patient) |