precomp.inc : include precompiled extrinsic function libraries

File : precomp.inc  used by :  trilib01.gms [html]   trilib02.gms [html]   trilib03.gms [html]   trilib04.gms [html]

$setargs first
$if %system.platform% == DEX $funclibin myLib %GAMS.workdir%lib%first%64.dylib
$if %system.platform% == DAX $funclibin myLib %GAMS.workdir%lib%first%64.dylib
$if %system.platform% == LEX $funclibin myLib %GAMS.workdir%lib%first%64.so
* This is reqired since the IDE (and so its testlib facility) is a 32bit component.
* Therefore it copies the wrong (32bit) library by default
$if %system.platform% == WEX
$if %gams.ide% == 1 $call cp %GAMS.sysdir%testlib_ml\%first%64.dll %GAMS.workdir%
$if %system.platform% == WEX $funclibin myLib %GAMS.workdir%%first%64.dll