From bd03b38be0918837e147e969c6bb2014900009db Mon Sep 17 00:00:00 2001
From: Brijeshcr
Date: Sat, 8 Jul 2017 20:18:17 +0530
Subject: Revert "SCi2cDeps updated, Windows compatibility resolved"

---
 macros/findDeps/getAllSources.sci | 14 --------------
 1 file changed, 14 deletions(-)

(limited to 'macros/findDeps/getAllSources.sci')

diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci
index f0f4e741..209cec08 100644
--- a/macros/findDeps/getAllSources.sci
+++ b/macros/findDeps/getAllSources.sci
@@ -1448,24 +1448,10 @@ function allSources = getAllSources(SharedInfo)
       "src/c/imageProcessing/cvimgproc/imcvCanny.cpp"
       "src/c/imageProcessing/cvimgproc/imcvCornerHarris.cpp"];
 
-
   if Target == "StandAlone"
   allSources = Standalone_files;
   elseif Target == "Arduino"
   allSources = cat(1,Standalone_files, Arduino_files);
-
-  if Target == "Arduino" & BuildTool == "nmake"
-    Required_addrs = get_rquird_fnctns(Standalone_files,Arduino_files,SharedInfo);
-  end
-
-  if Target == "StandAlone"
-  allSources = Standalone_files;
-  elseif Target == "Arduino"
-  	if BuildTool == "nmake"
-   	 	allSources = Required_addrs;
-        else
-                allSources = cat(1,Standalone_files, Arduino_files);
-        end
   elseif Target == "AVR"
   allSources = cat(1,Standalone_files, AVR_files);
   elseif Target == "RPi"
-- 
cgit