[omniORB] Slimming down binary distribution for a Win32 build PC

Duncan Grisby dgrisby@uk.research.att.com
Tue, 07 Aug 2001 11:16:14 +0100


On Monday 6 August, "Olaf Meding" wrote:

> Why does the IDL compiler omniidl.exe need the "omni\lib" directory?  And
> specifically, which files in this tree are needed?

Much of the IDL compiler is written in Python. It requires all the .py
(and .pyc) files in omni\lib\python.

The vast majority of the space in the Windows binary distribution is
taken up with the debug versions of the libraries. If you are only
using non-debug application code, you can get rid of the debug
libraries. Remember that if you have debug application code, you
_must_ link with debug libraries.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --