source: MML/trunk/at/simulator/element/mexFunctionGLNX86.map @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 344 bytes
Line 
1# This is the symbol export map file for glibc Linux
2# modified for use with Accelerator Toolbox. 
3# The file specifies that in addition to mexFunction and mexVersion (standard MATLAB)
4# symbol passFunction also has global scope.
5# Andrei Terebilo 6/13/2005
6
7
8MEX {
9        global:
10                mexFunction;
11        passFunction;
12                mexVersion;
13        local:
14                *;
15};
Note: See TracBrowser for help on using the repository browser.