Building DLL via Maven with mojo-native
Posted
by graham.reeds
on Stack Overflow
See other posts from Stack Overflow
or by graham.reeds
Published on 2010-04-22T10:54:16Z
Indexed on
2010/04/22
11:03 UTC
Read the original article
Hit count: 440
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 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 to compile the pch and /Yu to use it.
How do you specify that with in the constraints of mojo-native's compiler options?
© Stack Overflow or respective owner