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.