On Mar 31, 2007 11:33 AM, Pavel Janík <[EMAIL PROTECTED]> wrote:
Bridges contain directories like

bridges/source/cpp_uno/gcc3_macosx_intel
bridges/source/cpp_uno/gcc3_macosx_powerpc

etc.

I extended it to contain

bridges/source/cpp_uno/gcc3_macosx_universal

as well. This directory is built *after* first two dirs mentioned
above and creates universal binary by combining the output from these
directories.

It works, sort of ;-)

The problem is that intel dir contains:

SLOFILES= \
     $(SLO)$/except.obj         \
     $(SLO)$/cpp2uno.obj                \
     $(SLO)$/uno2cpp.obj \
     $(SLO)$/call.obj

and powerpc:

SLOFILES= \
     $(SLO)$/except.obj         \
     $(SLO)$/cpp2uno.obj                \
     $(SLO)$/uno2cpp.obj

So these three files are "shared".

I probably misunderstand something, but isn't almost the whole tree
(except gcc3_foo) "shared"? How do you handle that?

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to