Re: widl: Added an option to set importlib search path.

2006-05-17 Thread Jacek Caban
Alexandre Julliard wrote: > Thanks; my idea is that since we don't want to make widl load a tlb > from a builtin dll, we'll need to ship the raw tlb, and it would make > sense to ship it in the include dir since the lib dir already contains > the builtin dll. And when building Wine itself, we'll ne

Re: widl: Added an option to set importlib search path.

2006-05-17 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > We can't really do it the way midl does. midl can import files from > system directories and from resource of dlls. In UNIX we don't have such > dirs. We can add support for tlb libs in PE files, but I don't think we > want to do it for Wine's builtin dlls

Re: widl: Added an option to set importlib search path.

2006-05-14 Thread Detlef Riekenberg
Hi Jacek: +" -L path Set importlib searcg dir to path (multiple -L Small typo in tools/widl/widl.c: "search" -- By By ... ... Detlef