Fixed two typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6178 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-11-17 20:53:44 +00:00
parent 3d9c850bb5
commit ddd7e92b3a
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ For Windows it is recommended to download \W{http://zlib.net}{zlib} from
\W{http://prdownloads.sourceforge.net/libpng/zlib124-dll.zip?download}{http://prdownloads.sourceforge.net/libpng/zlib124-dll.zip?download}.
Extract the contents of this zip archive to a folder of your choice, e.g.
\c{C:\\dev\\zlib-1.2.4} and set an environment variable named \c{ZLIB_W32}
containingt his path.
containing this path.
\c C:\>set ZLIB_W32=C:\dev\zlib-1.2.4

View file

@ -39,7 +39,7 @@ Removes an item from the global define list. Note that $\{SYMBOL\} where SYMBOL
\S1{ifdef} !ifdef
\c gflag [bcheck gflag [...]]]
\c gflag [bcheck gflag [...]]
This command, when paired with an !endif command, will tell the compiler whether or not to compile the lines in between the two lines. If gflag is globally defined (using !define or the /D switch), then the contained lines will be compiled. Otherwise, they will be skipped. 'bcheck' can be specified as & (boolean and) or | (boolean or) along with more gflags -- precedence is simple, left to right.