dist_tools/
mg_platform_extension.pro
includes main-level programRoutines
top mg_platform_extension
result = mg_platform_extension( [/extension])
Returns the platform extension used by the PLATFORM_EXTENSION
keyword to
MAKE_DLL
.
Return value
string
Keywords
- extension in optional type=boolean
append appropriate shared object extension to return value
Examples
For example, on Mac OS X, this should look like:
IDL> print, mg_platform_extension()
darwin.x86_64
IDL> print, mg_platform_extension(/extension)
darwin.x86_64.so
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 10 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.