views:

55

answers:

1

I can build a simple dll consisting of a source file, a header file and a definition but now I am progressing beyond a simple toy dll and working towards something more real (ie: more complex).

The DLL I am trying to compile has 2 source files, 2 headers and the dreaded stdafx pair.

To compile normally you would use /Yc for the pch and /Yu to use it.

How do you specify that with in the constraints of mojo-native's compiler options?

A: 

In the end, after nearly a week trying to get Maven working I have come to the conclusion that Maven + Mojo-native is not possible if you are trying to do any non-trivial C++ development.

I also tried jade.native fork of Mojo-native, but that suffered from similar problems which primarily are a lack of documentation followed by a lack of development.

I the end we have knocked that on the head and are now looking at Hudson for the C++ side of things.

graham.reeds