This article is part of article set related to SLMake using. In this article you can find information about scan task. This task scans the project. Equals to “Project” -> “Scan for changes” menu of Sisulizer. Click here, if you would like go to our article with tasks index.
Syntax
SlMake scan <options> project
- project – Sisulizer project file (.slp).
Possible options are
-include:”S” – S is a string that contains the name of the source(s) that will be scanned. Separate multiple sources with ; character.
-exclude:”S” – S is a string that contains the name of the source(s) that will not be scanned. Separate multiple sources with ; character.
-nosave – Do not save the project file even if it gets changed.
-q – Quiet mode. Only errors are shown.
-w – Result code is 2 if errors, 1 if warnings, and 0 if successful. Otherwise result code is 1 if errors and 0 in other cases.
-e – Show detailed error information.
-h – Show detailed help about a task.
Examples
- SlMake scan Sample.slp – Scans Sample project file.
- SlMake scan -q Sample.slp – Scans Sample project file. Writes no output.
Janusz