Adding new ${__FILEDIR__} preprocessor define containing directory of current script

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6108 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-06-17 10:11:29 +00:00
parent ab8f90f99e
commit 4d19aaa9ab
3 changed files with 33 additions and 5 deletions

View file

@ -170,6 +170,10 @@ You can use these standard predefines to automatically add the build time to the
Current script name.
\S1{prefile} $\{__FILEDIR__\}
Current script directory.
\S1{preline} $\{__LINE__\}
Current line number.