mglib

Personal IDL library for M. Galloy

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

dist_tools/

mg_make_rt.pro


MG_MAKE_RT can build a cross-platform runtime distribution.

Author information

Author

Michael Galloy

Other file information

Todo:

make a table of all possible combinations of platforms and test

Routines

top mg_make_rt

mg_make_rt, appname, outdir [, idldir=string] [, logfile=string] [, app_manifest=string] [, manifest=string] [, /overwrite] [, savefile=string] [, /vm] [, /embedded] [, /dataminer] [, /dicomex] [, /hires_maps]

Wrapper for MAKE_RT. MG_MAKE_RT will automatically use all the platforms which are available in the $IDL_DIR/bin directory. The params/keywords are the same as for MAKE_RT, except all the platform specifying ones are omitted since they are no longer needed.

Parameters

appname in required type=string

name of the application

outdir in required type=string

directory to place output in; this directory must exist and must use the OVERWRITE keyword if this directory is not empty

Keywords

idldir in optional type=string default=!dir

specify IDL distribution which the files should be copied from

logfile in optional type=string default=outdir/appname/log.txt

full path to log file produced while generating the runtime distribution

app_manifest in optional type=string

specify a manifest of application files

manifest in optional type=string default=!DIR/bin/make_rt/manifest_rt.txt

specify a manifest file

overwrite in optional type=boolean

set to overwrite existing files instead of generating an error

savefile in optional type=string

full path to save file to be launched; if nothing specified, then a file selection dialog will be displayed

vm in optional type=boolean

set to automatically run in virtual machine mode instead of attempting runtime

embedded in optional type=boolean

set to launch savefile in embedded license mode

dataminer in optional type=boolean

set to include support for Dataminer

dicomex in optional type=boolean

set to include support for IDLffDicomEx objects

hires_maps in optional type=boolean

set to include support for high resolution maps

Other attributes

Requires:

IDL 7.1

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 79
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.