diff options
author | jofret | 2009-05-13 08:59:57 +0000 |
---|---|---|
committer | jofret | 2009-05-13 08:59:57 +0000 |
commit | 4edfcc5ea0d6d7d7418e320b04ac2b18421e704b (patch) | |
tree | 589ee3e223ad5d6562681deb86196d6e7769e64b /macros/ToolInitialization | |
parent | 549730a5bbfe2bded3137c9d1ff208c1423e2da7 (diff) | |
download | scilab2c-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.sci | 2 |
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
|