annotate Plugins/Samples/Common/ExportedSymbols.list @ 2276:b85f68a98474

ImportDicomFiles: Look for Python interpreter in PATH Some environments (in particular the official Docker image for Python) use a different path. `env' will lookup the given command in the PATH directories like shells do (though without the overhead), thus making the script more portable (it's conventional to have /usr/bin/env present everywhere).
author Thibault Nélis <tn@osimis.io>
date Wed, 12 Apr 2017 18:01:04 +0200
parents fe458dde986e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1647
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 # This is the list of the symbols that must be exported by Orthanc
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 # plugins, if targeting OS X
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 _OrthancPluginInitialize
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
5 _OrthancPluginFinalize
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
6 _OrthancPluginGetName
fe458dde986e hide symbols in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
7 _OrthancPluginGetVersion