// 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 // CLx_tle_path = get_absolute_file_path('loader.sce'); // // ulink previous function with same name [bOK, ilib] = c_link('CLx_tle_sgp4'); if bOK then ulink(ilib); end // [bOK, ilib] = c_link('CLx_tle_getconst'); if bOK then ulink(ilib); end // [bOK, ilib] = c_link('CLx_tle_unkozai'); if bOK then ulink(ilib); end // [bOK, ilib] = c_link('CLx_installed'); if bOK then ulink(ilib); end // link(CLx_tle_path + 'libCLx_tle' + getdynlibext(), ['CLx_tle_sgp4','CLx_tle_getconst','CLx_tle_unkozai','CLx_installed'],'c'); // remove temp. variables on stack clear CLx_tle_path; clear bOK; clear ilib; // ----------------------------------------------------------------------------