GNOME Bugzilla – Bug 483843
Add basedir command-line option
Last modified: 2007-10-09 19:33:21 UTC
Add a --basedir command-line option to valac. The specified path will be used as a base to calculate the include path, i.e. it will replace the --library option in that regard, the --library option will just specify the basename of the generated VAPI file. The relative path from the base dir to the source file will also be used to calculate the output path, together with the -d option. The option should default to the current working directory. Non-recursive automake won't work without this option. Marking as blocker as we want breaking changes in a release as early as possible.
2007-10-09 Jürg Billeter <j@bitron.ch> * vala/valacodecontext.vala, vala/valasourcefile.vala, gobject/valaccodecompiler.vala, gobject/valaccodegeneratorsourcefile.vala, compiler/valacompiler.vala, tests/testrunner.sh: add --basedir option, fixes bug 483843