summaryrefslogtreecommitdiff
path: root/2.3-1/macros/runsci2c.sci
diff options
context:
space:
mode:
authorsiddhu89902015-09-28 14:10:44 +0530
committersiddhu89902015-09-28 14:10:44 +0530
commit3bcc8ce62560f36eaaab0e064b169b0118f354f3 (patch)
tree3b02338a8791e887b955b327b6ed987f14346921 /2.3-1/macros/runsci2c.sci
parent02d130cbece220ee2dafeb8d2236a51806e5fac8 (diff)
downloadScilab2C-3bcc8ce62560f36eaaab0e064b169b0118f354f3.tar.gz
Scilab2C-3bcc8ce62560f36eaaab0e064b169b0118f354f3.tar.bz2
Scilab2C-3bcc8ce62560f36eaaab0e064b169b0118f354f3.zip
Extension compatible with both - standalone and Arduino outputs.
Diffstat (limited to '2.3-1/macros/runsci2c.sci')
-rw-r--r--2.3-1/macros/runsci2c.sci7
1 files changed, 4 insertions, 3 deletions
diff --git a/2.3-1/macros/runsci2c.sci b/2.3-1/macros/runsci2c.sci
index ee7510ef..880cc9d8 100644
--- a/2.3-1/macros/runsci2c.sci
+++ b/2.3-1/macros/runsci2c.sci
@@ -91,9 +91,10 @@ end
// --- Copy library files. ---
// ---------------------------
global SCI2CHOME
-allSources = SCI2CHOME + "/" + getAllSources();
-allHeaders = SCI2CHOME + "/" +getAllHeaders();
-allInterfaces = SCI2CHOME + "/" + getAllInterfaces();
+
+allSources = SCI2CHOME + "/" + getAllSources(OutFormat);
+allHeaders = SCI2CHOME + "/" +getAllHeaders(OutFormat);
+allInterfaces = SCI2CHOME + "/" + getAllInterfaces(OutFormat);
mkdir(SCI2COutputPath+"/src/");
mkdir(SCI2COutputPath+"/src/c/");