// This file is released under the 3-clause BSD license. See COPYING-BSD. // Generated by builder.sce : Please, do not edit this file // ---------------------------------------------------------------------------- // if win64() then warning(_("This module requires a Windows x86 platform.")); return end // celestlabx_cpp_path = get_absolute_file_path('loader.sce'); // // ulink previous function with same name [bOK, ilib] = c_link('celestlabx_cpp'); if bOK then ulink(ilib); end // link(celestlabx_cpp_path + filesep() + '../../src/cpp/libCLx_tle' + getdynlibext()); list_functions = [ 'CLx_tle_intern_sgp4'; 'CLx_tle_intern_getconst'; 'CLx_tle_intern_unkozai'; 'CLx_intern_installed'; ]; addinter(celestlabx_cpp_path + filesep() + 'celestlabx_cpp' + getdynlibext(), 'celestlabx_cpp', list_functions); // remove temp. variables on stack clear celestlabx_cpp_path; clear bOK; clear ilib; clear list_functions; // ----------------------------------------------------------------------------