diff options
author | Chad Austin <chad@chadaustin.me> | 2012-09-25 16:48:46 -0700 |
---|---|---|
committer | Chad Austin <chad@chadaustin.me> | 2012-09-25 16:48:46 -0700 |
commit | 20d6af799df7143ba1c269aa4dde1ac5c4b53b70 (patch) | |
tree | 4e17772c03254216518cc6306a7d50ffa120b48b /src/settings.js | |
parent | 0cf5de736748d1310e68d6de60039b53ca2e08be (diff) |
Define and document SHELL_FILE in settings.js
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 76dc25a1..16cc3930 100644 --- a/src/settings.js +++ b/src/settings.js @@ -198,6 +198,8 @@ var INCLUDE_FULL_LIBRARY = 0; // Whether to include the whole library rather tha // dynamically loading modules that make use of runtime // library functions that are not used in the main module. +var SHELL_FILE = null; // set this to a string to override the shell file used + var SHOW_LABELS = 0; // Show labels in the generated code var BUILD_AS_SHARED_LIB = 0; // Whether to build the code as a shared library, which |