dist_tools

Tools for distributing IDL applications

single page | use frames     summary     class     fields     routine details     file attributes

./

mg_platform_extension.pro

includes main-level program

top source 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: Thu Feb 17 16:45:59 2011
Lines: 35
Docformat: rst rst