blob: 1383b10dfac3abe7dddf18d94a0daa6846fb15a7 (
plain)
1
2
3
4
5
6
7
8
9
|
//------------------------------------
// Allan CORNET INRIA 2005
//------------------------------------
if (isdef("genlib") == %f) then
exec(SCI+"/modules/functions/scripts/buildmacros/loadgenlib.sce");
end
//------------------------------------
genlib("stringlib","SCI/modules/string/macros",%f,%t);
//------------------------------------
|