Re: [CMake] -fPIC and precompiled header

2007-01-06 Thread Axel Roebel
On Saturday 06 January 2007 16:05, Axel Roebel wrote: > On Saturday 06 January 2007 11:29, you wrote: > > I will merge your changes today. Many thanks! > > > > NOTE: > > Consider that I'm not a maintainer. I'm just a developer who was annoyed > > by the long compile times when using boost. Feel enc

Re: [CMake] Cross compiling using MSVC via wine on linux

2007-01-06 Thread Toni Timonen
On Sat, Jan 06, 2007 at 12:03:34PM +0100, Stefan Buschmann wrote: > I'm setting up a make system for a fairly large project (game engine) > with cmake, and for the linux builds everything works really fine. But > now I would also like to do the compilation of the linux and windows > build on a

Re: [CMake] Cross compiling using MSVC via wine on linux

2007-01-06 Thread Prakash Punnoor
Am Samstag 06 Januar 2007 12:03 schrieb Stefan Buschmann: > Hi all > > This is one more question about how to get cmake doing cross compile > jobs. I know there isn't direct support for it yet, but it would be nice > if it would somehow be possible to do that with cmake. What about using the windo

[CMake] Cross compiling using MSVC via wine on linux

2007-01-06 Thread Stefan Buschmann
Hi all This is one more question about how to get cmake doing cross compile jobs. I know there isn't direct support for it yet, but it would be nice if it would somehow be possible to do that with cmake. I'm setting up a make system for a fairly large project (game engine) with cmake, and fo