summaryrefslogtreecommitdiff
path: root/2.3-1/macros/Hardware/buildmacros.sce
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/macros/Hardware/buildmacros.sce')
-rw-r--r--2.3-1/macros/Hardware/buildmacros.sce19
1 files changed, 0 insertions, 19 deletions
diff --git a/2.3-1/macros/Hardware/buildmacros.sce b/2.3-1/macros/Hardware/buildmacros.sce
deleted file mode 100644
index 88f0fb2a..00000000
--- a/2.3-1/macros/Hardware/buildmacros.sce
+++ /dev/null
@@ -1,19 +0,0 @@
-// This file is released into the public domain
-
-Directories = [ "AVR" ];
-
-
-current_path_buildmacros = get_absolute_file_path("buildmacros.sce");
-
-for K=1:size(Directories,"*")
- myfile = current_path_buildmacros + filesep() + Directories(K) + filesep() + "buildmacros.sce";
- if isfile(myfile) then
- exec(myfile);
- end
-end
-
-clear current_path_buildmacros;
-
-tbx_build_macros(TOOLBOX_NAME, get_absolute_file_path('buildmacros.sce'));
-
-clear tbx_build_macros;