Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/DotNet-Component-Scilab.dll.config @ 10136

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

#2082: Corrected dllmap config for scilab.

File size: 303 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3  <dllmap dll="call_scilab.dll" target="libscilab.so"/>
4  <dllmap dll="api_scilab.dll" target="libscilab.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.