One of our developers has created an object library (we didn't previously have any) and I am updating our compile scripts to handle this. We will store the .olt file in source control so we need a command line way of converting this file into .olb format.
I initially assumed that we could user frmcmp_batch.sh as we do with .fmt and .pld files, but it doesn't appear to work. Is it possible to convert these files using the command line?
(We use Solaris)