Categories
How To... SLMake

Using of SLMake tool – remove task

This article is part of article set related to SLMake using. In this article you can find information about remove task. This task removes unused items and save project. Equals to “Project” -> “Remove Unused Items” menu of Sisulizer.  Click here, if you would like go to our article with tasks index.

Syntax

SlMake remove <options> project

  • project – Sisulizer project file (.slp).

Possible options are

-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 remove Sample.slp – Removes unused items from Sample project file.
  • SlMake remove -q Sample.slp Sample.slp – Removes unused items from Sample project file. Writes no output.

Janusz

Leave a Reply