summaryrefslogtreecommitdiff
path: root/macros/ToolInitialization
diff options
context:
space:
mode:
authorjofret2009-05-13 08:59:57 +0000
committerjofret2009-05-13 08:59:57 +0000
commit4edfcc5ea0d6d7d7418e320b04ac2b18421e704b (patch)
tree589ee3e223ad5d6562681deb86196d6e7769e64b /macros/ToolInitialization
parent549730a5bbfe2bded3137c9d1ff208c1423e2da7 (diff)
downloadscilab2c-4edfcc5ea0d6d7d7418e320b04ac2b18421e704b.tar.gz
scilab2c-4edfcc5ea0d6d7d7418e320b04ac2b18421e704b.tar.bz2
scilab2c-4edfcc5ea0d6d7d7418e320b04ac2b18421e704b.zip
New PATH for Makefile template
Diffstat (limited to 'macros/ToolInitialization')
-rw-r--r--macros/ToolInitialization/INIT_GenFileInfo.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ToolInitialization/INIT_GenFileInfo.sci b/macros/ToolInitialization/INIT_GenFileInfo.sci
index 3bb88888..db6c209e 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,'CCodeGeneration','SCI2CMakefileTemplate.rc');
+FileInfo.MakefileTemplate = fullfile(FileInfo.SCI2CMainDir,'macros/CCodeGeneration','SCI2CMakefileTemplate.rc');
endfunction