added link from !include to !addincludedir

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4151 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-07-01 20:40:19 +00:00
parent dbb7153d65
commit 489b16bb8f

View file

@ -8,7 +8,7 @@ These commands are similar to the C preprocessor in terms of purpose and functio
\c file
This command will include 'file' as if it was part of the original script. Note that if a file is included in another directory, the current directory is still where the script was compiled from (not where the included file resides). If the compiler can't find the file it will look for it in every include directory. See !addincludedir for more information.
This command will include 'file' as if it was part of the original script. Note that if a file is included in another directory, the current directory is still where the script was compiled from (not where the included file resides). If the compiler can't find the file it will look for it in every include directory. See \R{addincludedir}{!addincludedir} for more information.
\c !include WinMessages.nsh
\c !include Library.nsh