Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.ExternalEvaluation Scientific/DotNetScilab/dotnetsci/DotNet-Component-Scilab.config @ 10135

Last change on this file since 10135 was 10135, checked in by mkommend, 10 years ago

#2082: Corrected marshalling and configuration of the Scilab .NET wrapper.

File size: 305 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3  <dllmap dll="call_scilab.dll" target="libcscilab.so"/>
4  <dllmap dll="api_scilab.dll" target="libcscilab.so"/>
5  <dllmap dll="graphics.dll" target="libscigraphics.so"/>
6  <dllmap dll="scioutput_stream.dll" target="libscioutput_stream.so"/>
7</configuration>
Note: See TracBrowser for help on using the repository browser.