- Variables in the default project config file does not get incorrectly substituted anymore
- Added the
extraLinkerFlags
configuration option
- Fixed: build script now follows symlinks while building file list
- Added:
outFile
option topostBuildTasks
. If specified the output of the task will be redirected tooutFile
.
- Fixed: missing c_cpp_properties.json file was not generated
- Fixed: there was an issue in cpptools at startup caused by crossbuild rewriting the c_cpp_properties file while it was unchanged
- Added:
crossbuild.vsCCppExtraDefines
config option
- Fixed: for cpptools intergation c_cpp_properties.json now includes the browse.path section
- Fixed: buildfile generation error - the script now flushes the build denition file to disk before running Ninja.
- New configuration options:
nodePath
andninjaPath
added
- Initial release with base functionality