Kai Backman wrote:
The work Rene has done with the cross compilation is great, but I
think we need to minimize the number of -required- external
dependencies.

Here is my suggestion for a solution:
- Check unowinreg.dll back into the repository and use it by default
without recompilation on all platforms.
- Include a configure switch that forces recompilation of the DLL. On
win32 this uses the standard compiler, on !win32 mingw32.

The rule of thumb we used in art pipelines was that if the target file
required special software or hardware for generation it should be
checked into the repos. Especially if it changed seldom, like the case
seems to be here.

We need to make our build process easier and adding another
application to install or file to download does not further that goal.

+1 that is exactly the solution i have in mind and i have initially assumed that it would be solved in this way and that the cross compilation is only an option for people who can't live with the precompiled dll.

Juergen

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

Reply via email to