diff options
author | jofret | 2010-03-23 12:44:30 +0000 |
---|---|---|
committer | jofret | 2010-03-23 12:44:30 +0000 |
commit | b3f31e69d428b9c53830b79639a4541c76572f61 (patch) | |
tree | a468a79c05834a83428421320314c18b2363e7da | |
parent | bdd5d87686fbfc8f9b54a1f2b928d8e7511326f8 (diff) | |
download | scilab2c-b3f31e69d428b9c53830b79639a4541c76572f61.tar.gz scilab2c-b3f31e69d428b9c53830b79639a4541c76572f61.tar.bz2 scilab2c-b3f31e69d428b9c53830b79639a4541c76572f61.zip |
need .def to avoid circle dependencies
-rw-r--r-- | scilab2c/src/c/operations/matrixOperations_Import.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scilab2c/src/c/operations/matrixOperations_Import.def b/scilab2c/src/c/operations/matrixOperations_Import.def new file mode 100644 index 00000000..dc6ed571 --- /dev/null +++ b/scilab2c/src/c/operations/matrixOperations_Import.def @@ -0,0 +1,7 @@ +LIBRARY matrixOperations.dll
+
+
+EXPORTS
+szerosa
+dzerosa
+zzerosa
|