source: MML/trunk/machine/SOLEIL/common/synchro/mccExcludedFiles.log @ 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: 1.0 KB
Line 
1This file contains the list of various toolbox functions that are not
2included in the CTF file. An error will be thrown if any of these functions
3 are called at run-time. Some of these functions may be from toolboxes
4that you are not using in your application. The reason for this is that
5these toolboxes have overloaded some methods that are called by your code.
6If you know which toolboxes are being used by your code, you can use the -p
7 flag with the -N flag to list these toolboxes explicitly. This will
8cause MATLAB Compiler to only look for functions in the specified toolbox
9directories in addition to the MATLAB directories. Refer to the MCC
10documentation for more information on this.
11
12/usr/Local/matlabR2007a/toolbox/local/docopt.m
13  called by /usr/Local/matlabR2007a/toolbox/matlab/helptools/web.m
14(/usr/Local/matlabR2007a/toolbox/compiler/depfun.opts, line 6:
15exclude if $file in $toolbox and ...
16           $caller in $toolbox/matlab and ...
17           $file not in [$toolbox/matlab, $toolbox/shared, $toolbox/compiler])
Note: See TracBrowser for help on using the repository browser.