[CMake] windows mobile visual studio 2005 project files

Alexander Neundorf a.neundorf-work at gmx.net
Thu Nov 29 12:24:37 EST 2007


On Thursday 29 November 2007, Alexander Adam wrote:
> Hi Alex :)
>
> Sorry, I think my previous mail was sent only to you, not the list at all.
>
> Anyway, one main issue I remember we've had with making mobile
> platform support is that cmake wants to compile some simple files to
> check the compiler.. and as WinCE doesn't support int main() .. nor

You can't build the following ?
int main() {return 0;} 

So what is the most simple executable you can build ?

> does it support running those apps on windows for testing, this was

With cmake cvs this is handled (the executables are not run, but you can 
provide the results).

> our final ko criteria after having finished making custom generators
> and such. I think for this to happen, we'd also need the cross
> building/compiling (I think this is what its named) in v2.6. But for

Yes.

> now, our tool we're running after the build does a pretty good job and
> as such, we also get multiple platforms within one single project :)

Be aware of the issues this brings, like that the test results in the cache 
are only true for the one compiler/one platform.

Bye
Alex


More information about the CMake mailing list