diff options
Diffstat (limited to 'sci_gateway/cpp/builder_gateway_cpp.sce')
-rw-r--r-- | sci_gateway/cpp/builder_gateway_cpp.sce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci_gateway/cpp/builder_gateway_cpp.sce b/sci_gateway/cpp/builder_gateway_cpp.sce index b39f612..f4747d1 100644 --- a/sci_gateway/cpp/builder_gateway_cpp.sce +++ b/sci_gateway/cpp/builder_gateway_cpp.sce @@ -12,7 +12,7 @@ mode(-1) lines(0) -toolbox_title = "scilab_toolbox"; +toolbox_title = "scilab_octave"; Build_64Bits = %t; @@ -26,7 +26,7 @@ Function_Names = [ //Name of all the files to be compiled Files = [ - "sci_matrix.cpp" + "sci_octave.cpp" ] |