From 68d05a0950490a3dd4dbb9d70e1e2ef1dcb1edbf Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 13 May 2009 14:25:51 +0000 Subject: correct PATH to be accessible outside toolbox directory --- macros/ToolInitialization/INIT_GenFileInfo.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/ToolInitialization') diff --git a/macros/ToolInitialization/INIT_GenFileInfo.sci b/macros/ToolInitialization/INIT_GenFileInfo.sci index db6c209e..f165e55a 100644 --- a/macros/ToolInitialization/INIT_GenFileInfo.sci +++ b/macros/ToolInitialization/INIT_GenFileInfo.sci @@ -108,5 +108,5 @@ FileInfo.GeneralReport = fullfile(FileInfo.WorkingDir,'SCI2CGeneralReport.txt'); FileInfo.CStyleSCI2CMainDir = pathconvert(FileInfo.SCI2CMainDir, %f, %f, 'u'); FileInfo.CStyleOutCCCodeDir = pathconvert(OutCCCodeDir, %f, %f, 'u'); FileInfo.MakefileFilename = fullfile(FileInfo.CStyleOutCCCodeDir,'Makefile'); -FileInfo.MakefileTemplate = fullfile(FileInfo.SCI2CMainDir,'macros/CCodeGeneration','SCI2CMakefileTemplate.rc'); +FileInfo.MakefileTemplate = fullfile(FileInfo.SCI2CMainDir,SCI+'/contrib/scilab2c/macros/CCodeGeneration','SCI2CMakefileTemplate.rc'); endfunction -- cgit