lots of updates: user variables, new instructions, text updates, changelog etc.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-07-18 19:46:37 +00:00
parent 4fbd8b1991
commit 91dc660c02
12 changed files with 149 additions and 83 deletions

View file

@ -63,3 +63,27 @@ This command will issue a warning to the script compiler. You can also add a mes
\c level
This command will set the level of verbosity. 4=all, 3=no script, 2=no info, 1=no warnings, 0=none
\S0{comppredefines} Predefines
You can use these standard predefines to automatically add the build time to the title of development versions, add the date to the version number, etc.
\S1{prefile} $\{__FILE__\}
Current script name.
\S1{preline} $\{__LINE__\}
Current line number.
\S1{predate} $\{__DATE__\}
Date date according to the current locale.
\S1{pretime} $\{__TIME__\}
Time according to the current locale.
\S1{pretimestamp} $\{__TIMESTAMP__\}
Date & time according to the current locale.