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