Fixed build_octave.m for new bytecode DLL

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2892 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-03 13:21:57 +00:00
parent e426a0214e
commit efee8f38d1
1 changed files with 2 additions and 2 deletions

View File

@ -51,5 +51,5 @@ eval([ COMPILE_COMMAND ' -DMATLAB -Igensylv/cc ' ...
'gensylv/cc/TriangularSylvester.cpp ' ...
'gensylv/cc/Vector.cpp ' ...
'-o ../octave/gensylv.mex']);
disp('Compiling simulate...')
eval([ COMPILE_COMMAND ' -Isimulate -I../../preprocessor simulate/simulate.cc simulate/Interpreter.cc simulate/Mem_Mngr.cc simulate/SparseMatrix.cc -o ../octave/simulate.mex']);
disp('Compiling bytecode...')
eval([ COMPILE_COMMAND ' -Ibytecode -I../../preprocessor bytecode/bytecode.cc bytecode/Interpreter.cc bytecode/Mem_Mngr.cc bytecode/SparseMatrix.cc -o ../octave/bytecode.mex']);