Skip to content

Commit

Permalink
Doc (Toolkit Configuration): Include android in cases where it was mi…
Browse files Browse the repository at this point in the history
…ssing (particularly when describing the `platform` argument / directive.
  • Loading branch information
braillescreen committed Sep 10, 2024
1 parent 70de2f8 commit 0399bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/manual/-Toolkit Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Finally, a special argument, two hyphens without any following text, indicates t
The following is a list of all available command line arguments, though note that it is best to directly run `nvgt --help` yourself encase this list is in any way out of date as nvgt's --help argument will always be more accurate because the text it prints is dynamically generated.
* -c, --compile: compile script in release mode
* -C, --compile-debug: compile script in debug mode
* -pplatform, --platform=platform: select target platform to compile for (auto|windows|linux|mac)
* -pplatform, --platform=platform: select target platform to compile for (auto|android|windows|linux|mac)
* -q, --quiet: do not output anything upon successful compilation
* -Q, --QUIET: do not output anything (work in progress), error status must be determined by process exit code (intended for automation)
* -d, --debug: run with the Angelscript debugger
Expand Down Expand Up @@ -168,7 +168,7 @@ The syntax for a pragma directive looks like `#pragma name value` or sometimes j

### Available directives
* `#pragma include <directory>`: search for includes in the given directory (directive can be repeated)
* `#pragma platform <platform>`: select what platform to compile for same as -p argument (auto, linux, mac, windows)
* `#pragma platform <platform>`: select what platform to compile for same as -p argument (auto, android, linux, mac, windows)
* `#pragma stub <stubname>`: select what stub to compile using (see remarks at the bottom of this article)
* `#pragma embed <packname>`: embed the given pack into the compiled executable
* `#pragma plugin <plugname>`: load and activate a plugin given it's dll basename
Expand Down

0 comments on commit 0399bcf

Please sign in to comment.