Using of SLMake tool – create task
This article is part of article set related to SLMake using. In this article you can find information about create task. This task build localized file(s). Click here for our article with tasks index.
Syntax
SlMake create <options> project
- project – Sisulizer project file (.slp).
Possible options are
-lang:X – List of language codes to be created. Separate multiple codes with semicolon. Format is ll[-CC][.src]:
- ll – Two-character ISO-639 language code (e.g. “en”)
- CC – An optional two-character ISO-3166 country code (e.g. “US”)
- src – An optional three-character Sisulizer script code
-include:”S” – S is a string that contains the name of the source(s) that will be built. Separate multiple sources with ; character.
-exclude:”S” – S is a string that contains the name of the source(s) that will not be built. Separate multiple sources with ; character.
-output:”S” - S is an output directory. Value is not saved.
-al:”S” – S contains Assembly Linker parameters. Value is not saved. If data contains ” characters encode them with \”. This option applies only for .NET sources.
-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 create Sample.slp – Create all localized files
- SlMake create -lang:de;ja Sample.slp – Create German and Japanese localized files
Janusz
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

[...] create – Create localized items [...]