From ddd7e92b3a5395e3598b99a4778160cdcc86ee2a Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 17 Nov 2011 20:53:44 +0000 Subject: [PATCH] Fixed two typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6178 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 2 +- Docs/src/defines.but | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/build.but b/Docs/src/build.but index c1313933..d89b52b8 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -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 diff --git a/Docs/src/defines.but b/Docs/src/defines.but index b2ed8f50..be01f5cc 100644 --- a/Docs/src/defines.but +++ b/Docs/src/defines.but @@ -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.