diff options
author | jofret | 2009-05-14 06:06:29 +0000 |
---|---|---|
committer | jofret | 2009-05-14 06:06:29 +0000 |
commit | decd64bfce04cb948bdec6d91b9cb3f3e469fb26 (patch) | |
tree | 220d48d1c883674711f91434e804a13639f79bd7 /macros/ToolInitialization | |
parent | 68d05a0950490a3dd4dbb9d70e1e2ef1dcb1edbf (diff) | |
download | scilab2c-decd64bfce04cb948bdec6d91b9cb3f3e469fb26.tar.gz scilab2c-decd64bfce04cb948bdec6d91b9cb3f3e469fb26.tar.bz2 scilab2c-decd64bfce04cb948bdec6d91b9cb3f3e469fb26.zip |
Correct PATH to Makefile.rc
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 f165e55a..62131838 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,SCI+'/contrib/scilab2c/macros/CCodeGeneration','SCI2CMakefileTemplate.rc');
+FileInfo.MakefileTemplate = fullfile(SCI+'/contrib/scilab2c/macros/CCodeGeneration','SCI2CMakefileTemplate.rc');
endfunction
|