Re: gluegen - examples needed
Posted by peterk on Jul 22, 2014; 2:13pm
URL: https://forum.jogamp.org/gluegen-examples-needed-tp4031123p4032627.html
Maybe for another thread - let me know.
So I have gluegen working and am putting invocation of it into a build with dependencies.
The source folder will have gluegen config files and the associated code sources.
In our build the desire is to have the source tree be read-only for the build, and have all output go to a temp directory.
So, I want to specify where to place the generated gluegen output from the build script as this could vary depending on the invocation.
How might you suggest accomplishing this?
My thoughts:
If the directives in the config files are overridable with gluegen command line arguments,
ie: the JavaOutputDir,and NativeOutputDir I'll do that.
If not if I include a build generated config file on the command line will it specify those values for all config files following it on the command line if they do not set these values themselves?
If so will the path specified for the output directory be interpreted relative to the config file containing the directive, or to the config file specifying the output to be generated?
Thanks :)