Creating embedded license .sav files [message #29450] |
Wed, 20 February 2002 09:25 |
alan.munter
Messages: 1 Registered: February 2002
|
Junior Member |
|
|
I have been using idlde to build a large project we have here and
create a .sav file with the license embedded, but it is not very
convenient. It requires adding every new .pro file to the project
with idlde manually, building the project manually, and then exitting
idlde. Since the license to create these embedded license save files
only exists on one (Linux) machine this means that it can only be done
from a machine with an X server running on it.
Does anyone know a way to create an embedded license save file using
only command line IDL? If so I can do a "find . -name "*.pro" -print"
to make a batch .pro file which just compiles everything in a
hierarchy, resolves it all, and spits out our .sav file with the
license embedded. Would be nice to be able to build a new version
with a cron job instead of having to fire up the idlde every time we
want a new build.
|
|
|