Files
Bob Duff 15d553440a (idlac_wrapper): Use better syntax for "if verbose".
For E524-010.

Subversion-branch: /trunk/polyorb
Subversion-revision: 114962
2007-08-29 16:47:09 +00:00
..

idlac_wrapper script
--------------------

$Id: //droopi/main/contrib/idlac_wrapper/README#1 $

PolyORB's IDL to Ada compiler (called idlac) always overwrites
existing files with new generated files. This is acceptable for
PolyORB's examples and small programs. But for larger IDL files, this
implies hundreds of files will be overwritten and then
recompiled. This recompilation may take a long time.

This scripts is a wrapper around idlac. It runs idlac in a separate
directory, compare the generated files with existing ones and
overwrite only modified files. Thus, it reduces the compilation time.

Contributed by: Vadim Godunko <vgodunko@rost.ru>