fusesource / hawtjni

A JNI code generator based on the JNI generator used by the eclipse SWT project
http://fusesource.github.io/hawtjni/
Apache License 2.0
165 stars 61 forks source link

Include system header files #39

Closed magick93 closed 7 years ago

magick93 commented 7 years ago

Hello

Is it possible, perhaps in the maven plugin, to pull in other header files?

In particular, I am wanting to pull in some Wine header files. These are located (on Linux) at /usr/include/wine/windows.

How can I include these?

Thanks

magick93 commented 7 years ago

I was able to do this by setting an environment variable, eg: CXX=g++ -I/usr/include/wine/windows