missing comma

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4974 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-03 15:19:58 +00:00
parent 5493360c14
commit 083e7d1956
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ If no cross-compiler is available, use the following:
\c NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/path/to/extracted/zip \c NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/path/to/extracted/zip
\c install-compiler \c install-compiler
This should only build makensis and install it to the directory where a precompiled package, such as the \R{nightly_build}{nightly build} or a \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{zipped release version} (nsis-x.xx.zip) is extracted. Note that the in order for this to work, the precompiled package must be compiled using the exact same sources as makensis. In particular, \c{Source\\exehead\\config.h}, the options passed to scons and \c{Source\\exehead\\fileform.h} must be identical. Nightly builds and zipped release versions are built with the default options. This should only build makensis and install it to the directory where a precompiled package, such as the \R{nightly_build}{nightly build} or a \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{zipped release version} (nsis-x.xx.zip), is extracted. Note that the in order for this to work, the precompiled package must be compiled using the exact same sources as makensis. In particular, \c{Source\\exehead\\config.h}, the options passed to scons and \c{Source\\exehead\\fileform.h} must be identical. Nightly builds and zipped release versions are built with the default options.
Currently, the System plug-in \W{http://forums.winamp.com/showthread.php?s=&threadid=227304}{can't be built} using a cross-compiler, but only with MSVC. When building with a cross compiler, always use at least the following flags: Currently, the System plug-in \W{http://forums.winamp.com/showthread.php?s=&threadid=227304}{can't be built} using a cross-compiler, but only with MSVC. When building with a cross compiler, always use at least the following flags:

View file

@ -51,7 +51,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
This should only build makensis and install it to the directory where This should only build makensis and install it to the directory where
a precompiled package, such as the nightly build or a zipped release a precompiled package, such as the nightly build or a zipped release
version (nsis-x.xx.zip) is extracted. version (nsis-x.xx.zip), is extracted.
* Options for POSIX installs * Options for POSIX installs