build settings passed from config.h to scons

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4749 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-09-15 08:58:09 +00:00
parent 479c68d139
commit 676158b826
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
\H{variables} Variables
All variables are global and can be used in Sections or Functions. Note that, by default, variables are limited to 1024 characters. To extend this limit, \R{build}{build NSIS} with a bigger value of NSIS_MAX_STRLEN in Source/exehead/config.h or use the \W{http://nsis.sourceforge.net/download/specialbuilds/}{special build}.
All variables are global and can be used in Sections or Functions. Note that, by default, variables are limited to 1024 characters. To extend this limit, \R{build}{build NSIS} with a bigger value of the NSIS_MAX_STRLEN build setting or use the \W{http://nsis.sourceforge.net/download/specialbuilds/}{special build}.
\S1{varuser} User Variables