Hi all,<br><br>The latest commit of the build-system branch implements working directory fields per command.<br><br>Thanks to Thomas for his ideas and effort.<br><br>The manual will get updated tomorrow, summary:<br><br>- if the working directory is blank, the directory of the current open file is used<br>
- in both command and directory fields there are extra substitutes (other than %e%f) %d for current file directory and %p for project base directory (set in project properties)<br>- if the project base path is relative and the project file is kept in the source tree, then the whole tree can be copied, checked into VC and checked out anywhere and the project file will still work<br>
<br>Some notes:<br><br>- there are fields for the file commands since, now that they can be configured by projects, it is possible that a project may want to change the directory the command runs in (eg to run in a separate build area not the source directory).<br>
- the 'make in base path' checkbox on the project properties dialog will become a button to set all the project's non-filetype working directories to %p<br><br>Cheers<br>Lex<br>