summaryrefslogtreecommitdiff
path: root/etc/scilab2c.start
diff options
context:
space:
mode:
authorsiddhu89902015-11-28 11:01:40 +0530
committersiddhu89902015-11-28 11:01:40 +0530
commit88c02bb9dad7d955676fe44f6595f996bde3f07e (patch)
treee8c018a5a9535b2bd06356d4c5abf0368bbe9845 /etc/scilab2c.start
parentdd343609eabf4afcee2aa8eeeda3a383333d30e5 (diff)
downloadscilab2c-88c02bb9dad7d955676fe44f6595f996bde3f07e.tar.gz
scilab2c-88c02bb9dad7d955676fe44f6595f996bde3f07e.tar.bz2
scilab2c-88c02bb9dad7d955676fe44f6595f996bde3f07e.zip
Intermediate commit aith support added for AVR (GPIO,ADC). Does not support other targets.
Diffstat (limited to 'etc/scilab2c.start')
-rw-r--r--etc/scilab2c.start1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/scilab2c.start b/etc/scilab2c.start
index 14feb3c2..47554ab5 100644
--- a/etc/scilab2c.start
+++ b/etc/scilab2c.start
@@ -20,6 +20,7 @@ sci2c_GenFunctionslib = lib(pathmacros + "GeneralFunctions" + filesep());
sci2c_SymbolTablelib = lib(pathmacros + "SymbolTable" + filesep());
sci2c_ToolInitlib = lib(pathmacros + "ToolInitialization" + filesep());
sci2c_finDeps = lib(pathmacros + "findDeps" + filesep());
+sci2c_AVRlib = lib(pathmacros + "Hardware\AVR" + filesep());
clear pathmacros;
// Load and add help chapter